From f86839392de3a8c72918871185235b5cb75bcd18 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sun, 25 Apr 2010 13:49:00 -0300 Subject: [archiso2dual] Remove support for booting 64 bit kernel with 32 userspace Signed-off-by: Gerardo Exequiel Pozzi --- archiso2dual/isolinux.cfg | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'archiso2dual/isolinux.cfg') diff --git a/archiso2dual/isolinux.cfg b/archiso2dual/isolinux.cfg index 772a5e1..32a779d 100644 --- a/archiso2dual/isolinux.cfg +++ b/archiso2dual/isolinux.cfg @@ -11,7 +11,7 @@ F3 help.txt MENU WIDTH 78 MENU MARGIN 4 -MENU ROWS 8 +MENU ROWS 7 MENU VSHIFT 10 MENU TIMEOUTROW 13 MENU TABMSGROW 11 @@ -51,16 +51,6 @@ KERNEL /boot/x86_64/vmlinuz26 APPEND initrd=/boot/x86_64/archiso.img archisolabel=XXX isomounts=isomounts.x86_64 tmpfs_size=75% locale=en_US.UTF-8 IPAPPEND 0 -LABEL arch64-32 -TEXT HELP -Boot the Arch Linux (x86_64 kernel / i686 userspace ) live medium. It allows you to install Arch Linux or -perform system maintenance. -ENDTEXT -MENU LABEL Boot Arch Linux (x86_64/i686) -KERNEL /boot/x86_64/vmlinuz26 -APPEND initrd=/boot/x86_64/archiso.img archisolabel=XXX isomounts=isomounts.x86_64-i686 tmpfs_size=75% locale=en_US.UTF-8 -IPAPPEND 0 - LABEL normal TEXT HELP Continue normal booting procedure. -- cgit v1.2.2