diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 16:28:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 16:28:02 +0000 |
commit | a2e555d8d6b335d27d51b675a77ac3758a931533 (patch) | |
tree | ffcf2cd97deeeb5d1fd2682d043d0b22102e2cd7 /chapter07/network.xml | |
parent | 0cda8984a835f37a573c0e2eb31676ff52773d16 (diff) |
Add /etc/sysconfig to Creating Directories
Update boot logging to remove terminal escape sequences
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-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 9556c0c05..a13af483d 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -120,7 +120,7 @@ done</userinput></screen> depends on the files in <filename class="directory">/etc/sysconfig/</filename>. This directory should contain a file for each interface to be configured, such as - <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is is + <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is meaningful to the administrator such as the device name (e.g. eth0). Inside this file are attributes to this interface, such as its IP address(es), subnet masks, and so forth. It is necessary that |