summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.pxelinux
blob: c8af5a823e7adc50f78d0e6943ca3c74cd2b6ea5 (plain)
  1. # This ISC dhcpd 3.x config snippet is inspired by pxelinux.doc,
  2. # part of the syslinux software package.
  3. # Hint: Other goodies here: http://syslinux.zytor.com/hardware.php
  4. option space pxelinux;
  5. option pxelinux.magic code 208 = string;
  6. option pxelinux.configfile code 209 = text;
  7. option pxelinux.pathprefix code 210 = text;
  8. option pxelinux.reboottime code 211 = unsigned integer 32;