[arch-releng] [PATCH 7/7] Remove a non-working boot option: "Boot normally".
See FS#19228 for details. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- archiso2dual/isolinux.cfg | 9 +-------- .../syslinux-iso/boot-files/isolinux/isolinux.cfg | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/archiso2dual/isolinux.cfg b/archiso2dual/isolinux.cfg index 1174d74..5ed26e1 100644 --- a/archiso2dual/isolinux.cfg +++ b/archiso2dual/isolinux.cfg @@ -11,7 +11,7 @@ F3 help.txt MENU WIDTH 78 MENU MARGIN 4 -MENU ROWS 7 +MENU ROWS 6 MENU VSHIFT 10 MENU TIMEOUTROW 13 MENU TABMSGROW 11 @@ -51,13 +51,6 @@ KERNEL /boot/x86_64/vmlinuz26 APPEND initrd=/boot/x86_64/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 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 -- 1.7.1
participants (1)
-
Gerardo Exequiel Pozzi