summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-07-09 13:23:58 +0000
committerFrans Pop <elendil@planet.nl>2009-07-09 13:23:58 +0000
commit2340037015313802ad68ad6d8c1fb4312b0a1b37 (patch)
tree2fb50da989f0db800ac107651ebdcd2f4c34450a
parenta74273735e0459c82f04d89b5d5eb41d8ddc6717 (diff)
downloadinstallation-guide-2340037015313802ad68ad6d8c1fb4312b0a1b37.zip
Improve bootp documentation
Thanks to Holger Wansing for the patch.
-rw-r--r--debian/changelog4
-rw-r--r--en/install-methods/tftp/bootp.xml5
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index fb118dec3..62ab36c98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,8 +34,10 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low
* Add links to website documenting braille keybindings. Thanks to
Samuel Thibault for the patch. Closes: #534260.
* Fix typo in chroot install appendix. Closes: #535494.
+ * Improve bootp documentation. Thanks to Holger Wansing for the patch.
+ Closes: #282614.
- -- Frans Pop <fjp@debian.org> Mon, 06 Jul 2009 20:06:29 +0200
+ -- Frans Pop <fjp@debian.org> Thu, 09 Jul 2009 15:19:54 +0200
installation-guide (20090427) unstable; urgency=low
diff --git a/en/install-methods/tftp/bootp.xml b/en/install-methods/tftp/bootp.xml
index f0b0eab42..b083ba03e 100644
--- a/en/install-methods/tftp/bootp.xml
+++ b/en/install-methods/tftp/bootp.xml
@@ -61,10 +61,11 @@ By contrast, setting up BOOTP with ISC <command>dhcpd</command> is
really easy, because it treats BOOTP clients as a moderately special
case of DHCP clients. Some architectures require a complex
configuration for booting clients via BOOTP. If yours is one of
-those, read the section <xref linkend="dhcpd"/>. In that case, you
+those, read the section <xref linkend="dhcpd"/>. Otherwise you
will probably be able to get away with simply adding the
<userinput>allow bootp</userinput> directive to the configuration
-block for the subnet containing the client, and restart
+block for the subnet containing the client in
+<filename>/etc/dhcp3/dhcpd.conf</filename>, and restart
<command>dhcpd</command> with <userinput>/etc/init.d/dhcpd3-server
restart</userinput>.