summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.d-i.host
diff options
context:
space:
mode:
authorroot <root@slamuf.jones.dk>2009-09-13 22:40:38 +0200
committerroot <root@slamuf.jones.dk>2009-09-13 22:40:38 +0200
commit9a125713b3620678e49a87e86e68fe1c8ffd262d (patch)
tree27e59d5b53957439805b1030734374fa26dafa66 /dhcp3/dhcpd.d-i.host
parentfad935026196426beb9ddbc76abe97a744417b9e (diff)
parent63fd54a1cdf7ab2b9445ae471bb312ea58561789 (diff)
Merge branch 'master' of git://source.jones.dk/local-COMMON
Diffstat (limited to 'dhcp3/dhcpd.d-i.host')
-rw-r--r--dhcp3/dhcpd.d-i.host13
1 files changed, 13 insertions, 0 deletions
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.<domain>/d-i/<suite>/./preseed.cfg
+# (more info at http://hands.com/d-i/ )
+if substring (option vendor-class-identifier, 0, 3) = "d-i" {
+ filename "boot";
+}