aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/network.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-23 20:53:49 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-23 20:53:49 +0000
commit976040f4a11fdf01390d685312ef29e4e84ca1cb (patch)
tree5e278f3f0bc4b5e4da2ee1114e7ed880b2a88a12 /chapter07/network.xml
parente040ad195fdeed3a0f1d0ac62272491892cd238c (diff)
Update to man-pages-3.65.
Text changes in Chapter 7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r--chapter07/network.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 97ecf894e..4ec00b6f2 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -121,7 +121,7 @@ EOF</userinput></screen>
<para>Replace eth0 with the correct network interface card
name as described on the beginning of this page.</para>
- <note><para>These procedures require the configuartion files as specified
+ <note><para>These procedures require the configuration files as specified
in the previous section.</para></note>
<note><para>The network card can also be started or stopped
@@ -147,9 +147,12 @@ Address=192.168.0.2/24
Gateway=192.168.0.1
EOF</userinput></screen>
- <para>You can use multiple .network files if desired. You can also specify
- DHCP=yes instead of the Address and Gateway settings. See the man page for
- systemd.network for more details,</para>
+ <para>You can use multiple .network files if desired. You can also specify
+ DHCP=yes instead of the Address and Gateway settings. See the man page for
+ systemd.network for more details,</para>
+
+ <note><para>If this method is used, be sure to disable ifupdown@eth0 as
+ described in the previous section (if it was enabled).</para></note>
</sect2>