summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.hosts.ltsp
blob: 1c6e173e94a8869bcf6321777fe3bf581ad4619a (plain)
  1. group {
  2. server-name "ltsp";
  3. next-server ltsp;
  4. filename "lts/vmlinuz-2.4.9-ltsp-lpp-6";
  5. # filename "lts/vmlinuz-2.4.19-ltsp-1";
  6. option root-path "192.168.102.75:/opt/ltsp/i386";
  7. option eb-magic e4:45:74:68:00:00;
  8. option eb-bootopts "ramdisk_size=8000 vga=0x301 console=/dev/tty2 ";
  9. # option eb-menuopts "timeout=10:default=192";
  10. # option eb-motd1 "Loading message of the day...\n['motd'#";
  11. # option eb-menuitem1 "Linux:::-:::";
  12. # option eb-menuitem2 "FreeDOS:::floppy.net:::";
  13. # option eb-menuitem3 "FreeDOS:::-:::nfs=other";
  14. option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; # Send VCI "Etherboot" back to client again
  15. host pc077 { hardware ethernet 00:50:BA:8C:B9:6D; fixed-address 192.168.102.77; } # Lab: clone
  16. # host kenja { hardware ethernet 00:40:63:c0:84:a5; fixed-address kenja; option eb-bootopts "via-rhine "; } # Vega (Spiff): Xenux thin client
  17. host pc079 { hardware ethernet 00:00:B4:78:CF:EC; fixed-address 192.168.102.79; option eb-bootopts "NIC=tulip "; } # Jones(?): clone(?)
  18. host jammin { hardware ethernet 00:50:41:01:66:6b; fixed-address jammin; option eb-bootopts "ramdisk_size=16000 vga=0x303 console=/dev/tty2 "; } # Vega: Jammin 125
  19. host pc083 { hardware ethernet 00:50:22:87:01:71; fixed-address 192.168.102.83; } # Lab(?): clone(?)
  20. host judd2 { hardware ethernet 00:10:a7:0b:05:80; fixed-address judd2; } # Judd: Zitech clone
  21. host lablight1 { hardware ethernet 00:50:ba:8c:85:fe; fixed-address lablight1; option eb-bootopts "NIC=8139too "; } # LAB Pentium90/16 dfe538
  22. host lablight2 { hardware ethernet 00:50:ba:8c:b9:70; fixed-address lablight2; option eb-bootopts "NIC=8139too "; } # LAB Pentium133/24 dfe538
  23. }