Update main-config.sh

This commit is contained in:
Werner
2023-12-20 15:36:47 +01:00
committed by Gunjan Gupta
parent 9295086c0e
commit e23c6cf9b5

View File

@@ -308,7 +308,7 @@ function do_extra_configuration() {
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
[[ -z $KERNELPATCHDIR ]] && KERNELPATCHDIR="$LINUXFAMILY-$BRANCH"
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic)$ ]]; then
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic|noble)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"