Add Ubuntu Oracular

This commit is contained in:
Igor Pecovnik
2024-05-09 16:16:04 +02:00
committed by Igor
parent 1fd390ecfa
commit 017acb063c
8 changed files with 8 additions and 3 deletions

View File

@@ -307,7 +307,7 @@ function do_extra_configuration() {
[[ -z $BOOTPATCHDIR ]] && BOOTPATCHDIR="u-boot-$LINUXFAMILY" # @TODO move to hook
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic|noble)$ ]]; then
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic|noble|oracular)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"