Changeset 6fcb4bb


Ignore:
Timestamp:
01/05/2005 03:05:10 PM (19 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
b62a703
Parents:
8a2465b8
Message:

Minor textual correction in the network configuration - closes bug 1013

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8a2465b8 r6fcb4bb  
    6464</listitem>
    6565
     66<listitem><para>January 5, 2005 [jeremy]: Minor textual correction in network
     67configuration, since iproute will not recognize the old eth0:1 format for
     68ip aliasing. Closes bug 1013.</para></listitem>
     69
    6670<listitem><para>January 5, 2005 [jeremy]: Added the --disable-selinux parameter
    6771to Ch 5 glibc.  Allows building from hosts which use SELinux functionality,
  • chapter07/network.xml

    r8a2465b8 r6fcb4bb  
    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.