added additional line for bootloader

This commit is contained in:
Tobias Powalowski 2010-02-21 23:02:29 +01:00
parent bd0d10f871
commit c27208711f

View file

@ -3371,7 +3371,7 @@ install_bootloader()
{ {
CANCEL="" CANCEL=""
DIALOG --menu "Which bootloader would you like to use? Grub is the Arch default.\n\n" \ DIALOG --menu "Which bootloader would you like to use? Grub is the Arch default.\n\n" \
12 55 3 \ 12 55 4 \
"GRUB" "Use the GRUB bootloader (default)" \ "GRUB" "Use the GRUB bootloader (default)" \
"GRUB2" "Use the GRUB2 bootloader (experimental)" \ "GRUB2" "Use the GRUB2 bootloader (experimental)" \
"LILO" "Use the LILO bootloader" \ "LILO" "Use the LILO bootloader" \