diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-16 00:04:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-16 00:04:57 +0000 |
commit | 3c8d33932ecc12b50e6a97d6a081620281be600d (patch) | |
tree | fed4962d0b57b821ed12bc818e4ecb6c2943a010 /chapter07 | |
parent | e3c61dacd464af62fb5952c50974493f7dc580a7 (diff) |
updated to reflect new scripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/network.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 69adbb8c6..c7cba5629 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -45,18 +45,16 @@ The following command creates a sample ifconfig.eth0 file:</para> <para><screen><userinput>cat > /etc/sysconfig/network-devices/ifconfig.eth0 << "EOF"</userinput> ONBOOT=yes -DEVICE=eth0 IP=192.168.1.1 NETMASK=255.255.255.0 BROADCAST=192.168.1.255 <userinput>EOF</userinput></screen></para> <para>Of course, the values of those variables have to be changed -in every file to match the proper setup. Usually NETMASK and BROADCAST -will remain the same, just the DEVICE and IP variables will change per -network interface. If the ONBOOT variable is set to yes, the network script -will bring it up during boot up of the system. If set to anything else but -yes it will be ignored by the network script and thus not brought up.</para> +in every file to match the proper setup. If the ONBOOT variable is set +to yes, the network script will bring it up during boot up of the system. +If set to anything else but yes it will be ignored by the network script +and thus not brought up.</para> </sect2> |