From d68afa60cadb39b67fb1a5bf566996663c3b1942 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Mon, 19 Dec 2016 22:12:27 +0300 Subject: [PATCH] Bugfix --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 12a57ff21..527f9abbc 100644 --- a/main.sh +++ b/main.sh @@ -98,7 +98,7 @@ prepare_host if [[ -z $KERNEL_ONLY ]]; then options+=("yes" "Kernel and u-boot packages") options+=("no" "OS image for installation to SD card") - KERNEL_ONLY=$(dialog $EXTRAFIELD --stdout --title "Choose an option" --backtitle "$backtitle" --no-tags --menu "Select what to build" \ + KERNEL_ONLY=$(dialog --stdout --title "Choose an option" --backtitle "$backtitle" --no-tags --menu "Select what to build" \ $TTY_Y $TTY_X $(($TTY_Y - 8)) "${options[@]}") unset options [[ -z $KERNEL_ONLY ]] && exit_with_error "No option selected"