diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 22:54:16 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 22:54:16 +0000 |
commit | 9636549420d344dfe158dbeeda764f5adfa6da83 (patch) | |
tree | 08df34b0dd508d9ef20c033d980cbf3168b90ab0 /chapter07/network.xml | |
parent | e92f48b46ba6f03e837a2110864b9639886d930e (diff) |
done now i think
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1450 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index be675ace3..69adbb8c6 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -32,10 +32,6 @@ the files in the /etc/sysconfig/network-devices directory. This directory should contain files in the form of ifconfig.xyz, where xyz is a network interface name (such as eth0 or eth0:1)</para> -<para>First let's create this directory by running:</para> - -<para><screen><userinput>mkdir /etc/sysconfig/network-devices</userinput></screen></para> - <para>We also need to add this directory path to the /etc/sysconfig/rc file so that other scripts (like ifup and ifdown) know where this directory is located.</para> |