diff --git a/lib/main.sh b/lib/main.sh index dca8aac7f0..7ce11bd995 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -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[@]}")