Installation guide

Configuring an Exported File System for Diskless Clients
117
exported/root/directory) as read-write. To do this, configure /var/lib/tftpboot/
pxelinux.cfg/default with the following:
default rhel6
label rhel6
kernel vmlinuz-kernel-version
append initrd=initramfs-kernel-version.img root=nfs:server-ip:/exported/root/directory
rw
Replace server-ip with the IP address of the host machine on which the tftp and DHCP
services reside.
The NFS share is now ready for exporting to diskless clients. These clients can boot over the network
via PXE.