diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-04-25 15:29:39 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-04-25 15:29:39 -0300 |
commit | 43246f26cb11e6f439a91408258c799c23947c9b (patch) | |
tree | 444e4700726e580bd2ea25d73c5272f5504932ab /configs/syslinux-iso/boot-files | |
parent | 42604e2fba0250efebca0376318e34f283f03b19 (diff) | |
download | archiso32-43246f26cb11e6f439a91408258c799c23947c9b.tar.xz |
Remove a non-working boot option: "Boot normally".
See FS#19228 for details.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/syslinux-iso/boot-files')
-rw-r--r-- | configs/syslinux-iso/boot-files/isolinux/isolinux.cfg | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg b/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg index 7e9c1c8..2d604ba 100644 --- a/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg +++ b/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg @@ -11,7 +11,7 @@ F3 help.txt MENU WIDTH 78 MENU MARGIN 4 -MENU ROWS 6 +MENU ROWS 5 MENU VSHIFT 10 MENU TIMEOUTROW 13 MENU TABMSGROW 11 @@ -41,13 +41,6 @@ KERNEL /boot/vmlinuz26 APPEND initrd=/boot/archiso.img archisolabel=XXX tmpfs_size=75% locale=en_US.UTF-8 IPAPPEND 0 -LABEL normal -TEXT HELP -Continue normal booting procedure. -ENDTEXT -MENU LABEL Boot normally -LOCALBOOT - LABEL existing TEXT HELP Boot an existing operating system. Press TAB to edit the disk and partition |