diff options
Diffstat (limited to 'dhcp3/README')
-rw-r--r-- | dhcp3/README | 22 |
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 + ... |