Changeset ea8f9e2 for chapter07


Ignore:
Timestamp:
08/08/2007 06:51:02 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
63add56
Parents:
1bd7fd4
Message:

Merge r8294-r8297, r8299 and r8302 from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r1bd7fd4 rea8f9e2  
    4747<screen><userinput>cat /etc/udev/rules.d/70-persistent-net.rules</userinput></screen>
    4848
    49     <para>Each NIC takes up two lines in the file. The first line is a
    50     description of the NIC itself, showing its hardware IDs (e.g. its PCI
    51     vendor and device IDs, if it's a PCI card), along with its driver in
    52     parentheses, if the driver can be found. This line is a comment; neither
     49    <para>The file begins with a comment block followed by two lines for each
     50    NIC. The first line for each NIC is a commented description showing its
     51    hardware IDs (e.g. its PC vendor and device IDs, if it's a PCI card),
     52    along with its driver in parentheses, if the driver can be found. Neither
    5353    the hardware ID nor the driver is used to determine which name to give an
    5454    interface. The second line is the Udev rule that matches this NIC and
Note: See TracChangeset for help on using the changeset viewer.