

http://server.example.com/kickstart/ks.cfg. This file can be created with the Kickstart Configurator. Refer to Chapter 32, Kickstart Configurator for details.
pxeboot utility, a part of the system-config-netboot package, can be used to add hosts which are allowed to connect to the PXE server:
pxeboot -a -K<kickstart>-O<os-identifier>-r<value><host>
-a — Specifies that a host is to be added.
-K <kickstart> — The location of the kickstart file, if available.
-O <os-identifier> — Specifies the operating system identifier as defined in Section 34.2, “PXE Boot Configuration”.
-r <value> — Specifies the ram disk size.
<host> — Specifies the IP address or hostname of the host to add.
pxeboot command, refer to the pxeboot man page.