summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.d-i.host
blob: 5b394c1749b6e77e0cd18435cbbf106becaf0dbc (plain)
  1. # tftp server (if different from DHCP server)
  2. # (maybe only one is needed - forgot which - the other being for NFS?)
  3. #server-identifier 192.168.1.2;
  4. #next-server 192.168.1.2;
  5. # Default netboot filename for (bootp, and other non-PXE clients)
  6. filename "enter-your-default-di-netboot-imagename-here"
  7. # Preseed debian-installer from http://boot.<domain>/d-i/<suite>/./preseed.cfg
  8. # (more info at http://hands.com/d-i/ )
  9. if substring (option vendor-class-identifier, 0, 3) = "d-i" {
  10. filename "boot";
  11. }