User manual

Etherboot User Manual
# per host setup
host 192.168.40.203 {
# MAC and IP addresses
hardware ethernet 00:60:08:0d:a9:84;
fixed-address 192.168.40.203;
# default file to boot, common append options, default menu selection and timeou
t
filename "/tftpboot/menu.nb";
option option-128 E4:45:74:68:00:00;
option option-129 "ramdisk_size=16000 vga=6";
option option-160 "timeout=10:default=192";
option option-184 "^[[’/tftpboot/thinlinux/1.0-alpha-025/motd’#";
# menu selections, specify filename or "-" to use default filename specified abo
v
option option-192 "test1:::-:::nfs=xterm";
option option-193 "test2:::-:::nfs=shell";
option option-194 "test3:::-:::nfs=other";
}
For ISC DHCPD 3.0 Beta 2 Patchlevel 18 and above the syntax above is no longer accepted and a new
syntax is in operation according to this note in the Changelog:
Use unparsable names for unknown options. WARNING: this will break any
configuration files that use the option-nnn convention. If you want to
continue to use this convention for some options, please be sure to
write a definition, like this:
option option-nnn code nnn = string;
You can use a descriptive name instead of option-nnn if you like.
52