From 210cd35dcc603e2fcb6690ddfbdc020d1e5ece46 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 23 Jun 2010 00:39:18 -0300 Subject: Comment IPAPPEND option and add comment about usage. IPAPPEND option is only used by PXELINUX. Signed-off-by: Gerardo Exequiel Pozzi --- archiso2dual/isolinux.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archiso2dual') diff --git a/archiso2dual/isolinux.cfg b/archiso2dual/isolinux.cfg index 5ed26e1..6dd4bbb 100644 --- a/archiso2dual/isolinux.cfg +++ b/archiso2dual/isolinux.cfg @@ -39,7 +39,8 @@ ENDTEXT MENU LABEL Boot Arch Linux (i686) KERNEL /boot/i686/vmlinuz26 APPEND initrd=/boot/i686/archiso.img archisolabel=XXX tmpfs_size=75% locale=en_US.UTF-8 -IPAPPEND 0 +# Next line should be uncommented when prepare enviroment to boot from PXE. +#IPAPPEND 3 LABEL arch64 TEXT HELP @@ -49,7 +50,8 @@ ENDTEXT MENU LABEL Boot Arch Linux (x86_64) KERNEL /boot/x86_64/vmlinuz26 APPEND initrd=/boot/x86_64/archiso.img archisolabel=XXX tmpfs_size=75% locale=en_US.UTF-8 -IPAPPEND 0 +# Next line should be uncommented when prepare enviroment to boot from PXE. +#IPAPPEND 3 LABEL existing TEXT HELP -- cgit v1.2.3-54-g00ecf