ks
kernel boot option in the append
line of a target in your pxelinux.cfg/default
file to specify the location of a kickstart file on your network. The syntax of the ks
option in a pxelinux.cfg/default
file is identical to its syntax when used at the boot prompt. Refer to Section 15.10, “Starting a Kickstart Installation” for a description of the syntax and refer to Example 15.2, “Using the ks
option in the pxelinux.cfg/default
file” for an example of an append
line.
dhcpd.conf
file on the DHCP server is configured to point to /tftpboot/pxelinux.0
on the BOOTP server (whether on the same physical machine or not), systems configured to boot over the network can load the kickstart file and commence installation.
Example 15.2. Using the ks
option in the pxelinux.cfg/default
file
foo.ks
is a kickstart file available on an NFS share at 192.168.0.200:/export/kickstart/
, part of your pxelinux.cfg/default
file might include:
label 1 kernel Fedora20/vmlinuz append initrd=Fedora20/initrd.img ramdisk_size=10000 ks=nfs:192.168.0.200:/export/kickstart/foo.ks