source: images/thinclient/server/pxelinux.cfg @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 455 bytes
Line 
1# Add this to your pxelinux.cfg file.
2# Dont forget to replace the net_server adress.
3# Make sure the server has guest/guest access and that the path contains all the files (bzImage, initrd, image and others)
4
5
6LABEL thin
7        KERNEL thin/bzImage
8        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
Note: See TracBrowser for help on using the repository browser.