diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 21:53:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 21:53:21 +0000 |
commit | 1dfb7a131db56114d8315c66fa8a355b2d3809c0 (patch) | |
tree | 07dc9c65bdca62a7eb7517109e4a7f10df51331d /chapter07 | |
parent | 00a2bd121df643e2a082e9e4aa6547c6f532c32a (diff) |
dir name change for network script (from nic-config to network-devices)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 67278f919..7aa48a67a 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -34,7 +34,7 @@ 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/nic-config</userinput></screen></para> +<para><screen><userinput>mkdir /etc/sysconfig/network-devices</userinput></screen></para> <para>Now, new files are created in that directory containing the following. The following command creates a sample ifconfig.eth0 file:</para> |