summaryrefslogtreecommitdiff
path: root/dhcp3/README
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp3/README')
-rw-r--r--dhcp3/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/dhcp3/README b/dhcp3/README
new file mode 100644
index 0000000..88d00e0
--- /dev/null
+++ b/dhcp3/README
@@ -0,0 +1,22 @@
+These are general preparation for support of each feature:
+
+ dhcpd.etherboot
+ dhcpd.fai
+ dhcpd.pxe
+ dhcpd.pxelinux
+ ...
+
+They must not introduce configuration parameters that interfere with
+other hosts. Ideally they must not conflict with each other, but that
+may be unavoidable (at least include a note about conflicting files).
+
+
+These are host-specific option, that must be included within a host or
+group clause:
+
+ dhcpd.etherboot.host
+ dhcpd.etherboot.host-udhcp
+ dhcpd.pxe.host
+ dhcpd.pxe.host-mcast
+ dhcpd.pxelinux.host
+ ...