summaryrefslogtreecommitdiff
path: root/archiso2dual
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-06-23 00:39:18 -0300
committerThomas Bächler <thomas@archlinux.org>2010-06-23 10:03:04 +0200
commit210cd35dcc603e2fcb6690ddfbdc020d1e5ece46 (patch)
tree1a930047057d0a35725ae0c9efea16c455ed08ee /archiso2dual
parent558eaafe9fee1d78036b3d60bdc2dfacf72a9f48 (diff)
Comment IPAPPEND option and add comment about usage.
IPAPPEND option is only used by PXELINUX. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso2dual')
-rw-r--r--archiso2dual/isolinux.cfg6
1 files changed, 4 insertions, 2 deletions
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