diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 19:02:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 19:02:52 +0000 |
commit | 0c7e9bd73c1197785639e2e45776a86dbbae5a3b (patch) | |
tree | 4575445ccc96a69ae59a086815a084664b0f7062 /chapter07 | |
parent | 4f3aa1c63b4bb89ca88212cfef59293bb6d04946 (diff) |
*** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/ethnet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index a1630a6cc..fcbb0c1ff 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 >> /etc/sysconfig/network << "EOF"</userinput> +<userinput>cat > /etc/sysconfig/network << "EOF"</userinput> GATEWAY=192.168.1.2 <userinput>EOF</userinput> |