aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-15 00:12:18 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-15 00:12:18 +0000
commit09dc32c25048aab6c14a26380444e0f2df5e7a92 (patch)
tree9ef529407e29a8bd6b76f15b80ae9977130701c4 /chapter07
parenta3368117a90ad960b14d73fc8fd8841b0c018c29 (diff)
Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/chapter9.xml3
-rw-r--r--chapter07/ethnet.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/chapter07/chapter9.xml b/chapter07/chapter9.xml
index 5233eeeef..8004fcc22 100644
--- a/chapter07/chapter9.xml
+++ b/chapter07/chapter9.xml
@@ -2,7 +2,8 @@
<title>Setting up basic networking</title>
&c9-introduction;
-&c9-networksoftware;
+&c9-netkitbase;
+&c9-nettools;
&c9-localnet;
&c9-network;
&c9-hosts;
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index 3298bd139..7185d1a4b 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -162,7 +162,7 @@ Now, new files are created in that directory containing the following.
This creates a sample file ifcfg-eth0:
</para>
-<blockquote><literallayout>
+<literallayout>
<userinput>cat &gt; /etc/sysconfig/network-scripts/ifcfg-eth0
&lt;&lt; EOF</userinput>
@@ -173,7 +173,7 @@ NETMASK=255.255.255.0
BROADCAST=192.168.1.255
<userinput>EOF</userinput>
-</literallayout></blockquote>
+</literallayout>
<para>
Of course, the values of those four variables have to be changed