# Add this to your pxelinux.cfg file. # Dont forget to replace the net_server adress. # Make sure the server has guest/guest access and that the path contains all the files (bzImage, initrd, image and others) LABEL thin KERNEL thin/bzImage APPEND initrd=thin/initrd.gz net_dev=eth0 net_server=//192.168.13.2/tftp/thin console=tty1 rw root=/dev/ram0 init=/linuxrc ramdisk_size=64000 bootimage=image splash=silent,theme:S,tty:9 pivotimage