Add Ubuntu Impish (#3006)

This commit is contained in:
Igor Pečovnik
2021-07-14 08:45:30 +02:00
committed by GitHub
parent 241f015ac7
commit a7e16da2ce
12 changed files with 14 additions and 3 deletions

View File

@@ -361,7 +361,7 @@ BOOTCONFIG_VAR_NAME=BOOTCONFIG_${BRANCH^^}
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
[[ -z $KERNELPATCHDIR ]] && KERNELPATCHDIR="$LINUXFAMILY-$BRANCH"
if [[ "$RELEASE" =~ ^(xenial|bionic|focal|hirsute)$ ]]; then
if [[ "$RELEASE" =~ ^(xenial|bionic|focal|hirsute|impish)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"