diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-20 23:44:21 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-20 23:44:21 +0000 |
commit | 48310375a315fece8013b22cd3bd28d997096d05 (patch) | |
tree | 97af00a827545d6c2ecc65540ab6ed5f77fd0e49 /nl/install-methods/tftp | |
parent | bc67d7c9649ede1b64cc596bfc33a8dbfa0da4e7 (diff) | |
download | installation-guide-48310375a315fece8013b22cd3bd28d997096d05.zip |
Rename debian entity to debian-gnu.
Diffstat (limited to 'nl/install-methods/tftp')
-rw-r--r-- | nl/install-methods/tftp/bootp.xml | 4 | ||||
-rw-r--r-- | nl/install-methods/tftp/dhcp.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nl/install-methods/tftp/bootp.xml b/nl/install-methods/tftp/bootp.xml index 913b22f98..e1eb8ea15 100644 --- a/nl/install-methods/tftp/bootp.xml +++ b/nl/install-methods/tftp/bootp.xml @@ -8,7 +8,7 @@ There are two BOOTP servers available for GNU/Linux. The first is CMU <command>bootpd</command>. The other is actually a DHCP server: ISC -<command>dhcpd</command>. In &debian; these are contained in the +<command>dhcpd</command>. In &debian-gnu; these are contained in the <classname>bootp</classname> and <classname>dhcp3-server</classname> packages respectively. @@ -16,7 +16,7 @@ packages respectively. To use CMU <command>bootpd</command>, you must first uncomment (or add) the relevant line in <filename>/etc/inetd.conf</filename>. On -&debian;, you can run <userinput>update-inetd --enable +&debian-gnu;, you can run <userinput>update-inetd --enable bootps</userinput>, then <userinput>/etc/init.d/inetd reload</userinput> to do so. Just in case your BOOTP server does not run Debian, the line in question should look like: diff --git a/nl/install-methods/tftp/dhcp.xml b/nl/install-methods/tftp/dhcp.xml index 9722ff0ff..235631a9a 100644 --- a/nl/install-methods/tftp/dhcp.xml +++ b/nl/install-methods/tftp/dhcp.xml @@ -6,7 +6,7 @@ <para> One free software DHCP server is ISC <command>dhcpd</command>. -For &debian;, the <classname>dhcp3-server</classname> package is +For &debian-gnu;, the <classname>dhcp3-server</classname> package is recommended. Here is a sample configuration file for it (see <filename>/etc/dhcp3/dhcpd.conf</filename>): |