summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-11 20:16:01 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-11 20:16:01 +0100
commit45ba8b6753bdb92a6db1217684d10625e5cf0b3c (patch)
treeca5ebffae78a61b73c700203c6817bc0fef602a6 /src/core/procedures
parent7990fa7464bc1f68e84318e9e54fa76498808ec8 (diff)
possibility for extra info in ask_option cause we couldnt cram everything in the title
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/interactive8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 4a37380..9907716 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -53,7 +53,7 @@ mainmenu()
{
default=no
[ -n "$NEXTITEM" ] && default="$NEXTITEM"
- ask_option $default "MAIN MENU" \
+ ask_option $default "MAIN MENU" '' \
"1" "$worker_select_source_title" \
"2" "$worker_set_clock_title" \
"3" "$worker_prepare_disks_title" \
@@ -95,7 +95,7 @@ mainmenu()
select_source_extras_menu ()
{
while true; do
- ask_option no "FTP Installation" \
+ ask_option no "FTP Installation" '' \
"1" "$worker_runtime_network_title" \
"2" "$worker_select_mirror_title" \
"3" "Return to Main Menu"
@@ -140,7 +140,7 @@ worker_prepare_disks()
default=no
[ -n "$NEXTITEM" ] && default="$NEXTITEM"
- ask_option $default "Prepare Hard Drive" \
+ ask_option $default "Prepare Hard Drive" '' \
"1" "Auto-Prepare (erases the ENTIRE hard drive and sets up partitions and filesystems)" \
"2" "Partition Hard Drives" \
"3" "Configure block devices, filesystems and mountpoints" \
@@ -228,7 +228,7 @@ worker_select_mirror ()
worker_install_bootloader ()
{
- ask_option Grub "Which bootloader would you like to use? Grub is the Arch default." \
+ ask_option Grub "Choose bootloader" "Which bootloader would you like to use? Grub is the Arch default." \
"Grub" "Use the GRUB bootloader (default)" \
"None" "\Zb\Z1Warning\Z0\ZB: you must install your own bootloader!"