diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:12:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:12:18 +0000 |
commit | 09dc32c25048aab6c14a26380444e0f2df5e7a92 (patch) | |
tree | 9ef529407e29a8bd6b76f15b80ae9977130701c4 /chapter07/ethnet.xml | |
parent | a3368117a90ad960b14d73fc8fd8841b0c018c29 (diff) |
Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/ethnet.xml')
-rw-r--r-- | chapter07/ethnet.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 > /etc/sysconfig/network-scripts/ifcfg-eth0 << 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 |