Enable Ubuntu Focal in expert mode. It can be build now.

This commit is contained in:
Igor Pecovnik 2020-02-02 23:54:59 +01:00
parent 55481fad87
commit e867773d15

View File

@ -300,8 +300,7 @@ if [[ $KERNEL_ONLY != yes && -z $RELEASE ]]; then
distro_menu "xenial"
distro_menu "bionic"
distro_menu "eoan"
# chroot completly broken atm, disable for now
# distro_menu "focal"
distro_menu "focal"
RELEASE=$(dialog --stdout --title "Choose a release" --backtitle "$backtitle" \
--menu "Select the target OS release package base" $TTY_Y $TTY_X $((TTY_Y - 8)) "${options[@]}")