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
This commit is contained in:
Gerard Beekmans 2002-01-15 21:53:21 +00:00
parent 00a2bd121d
commit 1dfb7a131d

View File

@ -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>