# /tftpboot/pxelinux.cfg/01-23-45-67-89-ab prompt 1 default local timeout 20 display menu/386.msg # Default: Boot from local disk label local LOCALBOOT 0 # Install CentOS 5.5 with USB and PCMCIA label 1 kernel CentOS/5.5/i386/vmlinuz append initrd=CentOS/5.5/i386/initrd.img ks=http://example.local/kickstart?os=CentOS&osVer=5.5&arch=i386 ksdevice=eth0 # Install CentOS 5.5 with USB, without PCMCIA label 2 kernel CentOS/5.5/i386/vmlinuz append initrd=CentOS/5.5/i386/initrd.img ks=http://example.local/kickstart?os=CentOS&osVer=5.5&arch=i386 ksdevice=eth0 nopcmcia # Install CentOS 5.5 without USB, with PCMCIA label 3 kernel CentOS/5.5/i386/vmlinuz append initrd=CentOS/5.5/i386/initrd.img ks=http://example.local/kickstart?os=CentOS&osVer=5.5&arch=i386 ksdevice=eth0 nousb # Install CentOS 5.5 without USB and PCMCIA label 4 kernel CentOS/5.5/i386/vmlinuz append initrd=CentOS/5.5/i386/initrd.img ks=http://example.local/kickstart?os=CentOS&osVer=5.5&arch=i386 ksdevice=eth0 nousb nopcmcia # possible append parameters: # devfs=nomount # ramdisk_size=8192 # network