From 63fd54a1cdf7ab2b9445ae471bb312ea58561789 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Aug 2009 23:37:20 +0200 Subject: Rename dhcpd.pxelinux.d-i → dhcpd.d-i. split off dhcpd.d-i.host and add preseed hint. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhcp3/dhcpd.d-i.host | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dhcp3/dhcpd.d-i.host (limited to 'dhcp3/dhcpd.d-i.host') diff --git a/dhcp3/dhcpd.d-i.host b/dhcp3/dhcpd.d-i.host new file mode 100644 index 0000000..5b394c1 --- /dev/null +++ b/dhcp3/dhcpd.d-i.host @@ -0,0 +1,13 @@ +# tftp server (if different from DHCP server) +# (maybe only one is needed - forgot which - the other being for NFS?) +#server-identifier 192.168.1.2; +#next-server 192.168.1.2; + +# Default netboot filename for (bootp, and other non-PXE clients) +filename "enter-your-default-di-netboot-imagename-here" + +# Preseed debian-installer from http://boot./d-i//./preseed.cfg +# (more info at http://hands.com/d-i/ ) +if substring (option vendor-class-identifier, 0, 3) = "d-i" { + filename "boot"; +} -- cgit v1.2.3