mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 00:24:17 +00:00
Merge branch 'usb-scan_fix' of https://github.com/tlaurion/heads
This commit is contained in:
commit
6eb214a3f1
@ -26,7 +26,7 @@ get_menu_option() {
|
|||||||
n=`expr $n + 1`
|
n=`expr $n + 1`
|
||||||
option=$(echo $option | tr " " "_")
|
option=$(echo $option | tr " " "_")
|
||||||
MENU_OPTIONS="$MENU_OPTIONS $n ${option}"
|
MENU_OPTIONS="$MENU_OPTIONS $n ${option}"
|
||||||
done < $TMP_MENU_FILE
|
done < /tmp/iso_menu.txt
|
||||||
|
|
||||||
whiptail --clear --title "Select your ISO boot option" \
|
whiptail --clear --title "Select your ISO boot option" \
|
||||||
--menu "Choose the ISO boot option [1-$n, s for standard boot, a to abort]:" 20 120 8 \
|
--menu "Choose the ISO boot option [1-$n, s for standard boot, a to abort]:" 20 120 8 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user