index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archiso2dual/isolinux.cfg | 12 |
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. |