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