aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/ethnet.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-23 19:04:46 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-23 19:04:46 +0000
commit09c2137984438845cbfa3792274b77e0b172ae47 (patch)
treea6d8a186c4c46078d480e7dea6b560c5adcf1c57 /chapter07/ethnet.xml
parent0c7e9bd73c1197785639e2e45776a86dbbae5a3b (diff)
Fixed accidental removal of a &gt;
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/ethnet.xml')
-rw-r--r--chapter07/ethnet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index fcbb0c1ff..a1630a6cc 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -124,7 +124,7 @@ If you require a default gateway to be setup, run the following command:
<literallayout>
-<userinput>cat &gt; /etc/sysconfig/network &lt;&lt; "EOF"</userinput>
+<userinput>cat &gt;&gt; /etc/sysconfig/network &lt;&lt; "EOF"</userinput>
GATEWAY=192.168.1.2
<userinput>EOF</userinput>