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>
This commit is contained in:
Gerardo Exequiel Pozzi 2010-06-23 00:39:18 -03:00 committed by Thomas Bächler
parent 558eaafe9f
commit 210cd35dcc
2 changed files with 6 additions and 3 deletions

View File

@ -39,7 +39,8 @@ ENDTEXT
MENU LABEL Boot Arch Linux (i686) MENU LABEL Boot Arch Linux (i686)
KERNEL /boot/i686/vmlinuz26 KERNEL /boot/i686/vmlinuz26
APPEND initrd=/boot/i686/archiso.img archisolabel=XXX tmpfs_size=75% locale=en_US.UTF-8 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 LABEL arch64
TEXT HELP TEXT HELP
@ -49,7 +50,8 @@ ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) MENU LABEL Boot Arch Linux (x86_64)
KERNEL /boot/x86_64/vmlinuz26 KERNEL /boot/x86_64/vmlinuz26
APPEND initrd=/boot/x86_64/archiso.img archisolabel=XXX tmpfs_size=75% locale=en_US.UTF-8 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 LABEL existing
TEXT HELP TEXT HELP

View File

@ -39,7 +39,8 @@ ENDTEXT
MENU LABEL Boot Arch Linux MENU LABEL Boot Arch Linux
KERNEL /boot/vmlinuz26 KERNEL /boot/vmlinuz26
APPEND initrd=/boot/archiso.img archisolabel=XXX tmpfs_size=75% locale=en_US.UTF-8 APPEND initrd=/boot/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 LABEL existing
TEXT HELP TEXT HELP