Changeset 07c7a8d for chapter07


Ignore:
Timestamp:
01/05/2005 05:56:39 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
9288c84
Parents:
4f61f8f
Message:

Updated multi-arch to testing r4493.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r4f61f8f r07c7a8d  
    2424<title>Creating Network Interface Configuration Files</title>
    2525
     26<!-- Edit Me -->
    2627<para>Which interfaces are brought up and down by the network script
    27 depends on the files in the <filename
    28 class="directory">/etc/sysconfig/network-devices</filename> directory.
    29 This directory should contain files in the form of
    30 <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is a
    31 network interface name (such as eth0 or eth0:1).</para>
     28depends on the files and directories in the <filename
     29class="directory">/etc/sysconfig/network-devices</filename> hierarchy.
     30This directory should contain a directory for each interface to be configured,
     31such as <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is a
     32network interface name. Inside this directory would be files defining
     33the attributes to this interface, such as its IP address(es), subnet
     34masks, and so forth.</para>
     35<!-- -->
    3236
    3337<para>If the <filename
Note: See TracChangeset for help on using the changeset viewer.