From c27208711fbd196271307bc949c0a47b0a8fe733 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 21 Feb 2010 23:02:29 +0100 Subject: [PATCH] added additional line for bootloader --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 82f10fb44..8fa4b432b 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -3371,7 +3371,7 @@ install_bootloader() { CANCEL="" 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)" \ "GRUB2" "Use the GRUB2 bootloader (experimental)" \ "LILO" "Use the LILO bootloader" \