Author: dnicholson
Date: 2007-08-08 12:36:09 -0600 (Wed, 08 Aug 2007)
New Revision: 8300
Modified:
branches/6.3/BOOK/chapter01/changelog.xml
branches/6.3/BOOK/chapter07/network.xml
Log:
Merge r8299 from trunk
Modified: branches/6.3/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.3/BOOK/chapter01/changelog.xml 2007-08-08 18:34:59 UTC (rev
8299)
+++ branches/6.3/BOOK/chapter01/changelog.xml 2007-08-08 18:36:09 UTC (rev
8300)
@@ -41,6 +41,10 @@
<para>2007-08-08</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Clarify the description of the Udev persistent
+ network rules file.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Redirected <filename
class="devicefile">/dev/tty</filename> to standard input when
running the Bash testsuite to prevent errors with terminal
Modified: branches/6.3/BOOK/chapter07/network.xml
===================================================================
--- branches/6.3/BOOK/chapter07/network.xml 2007-08-08 18:34:59 UTC (rev
8299)
+++ branches/6.3/BOOK/chapter07/network.xml 2007-08-08 18:36:09 UTC (rev
8300)
@@ -46,10 +46,10 @@
<screen><userinput>cat
/etc/udev/rules.d/70-persistent-net.rules</userinput></screen>
- <para>Each NIC takes up two lines in the file. The first line is a
- description of the NIC itself, showing its hardware IDs (e.g. its PCI
- vendor and device IDs, if it's a PCI card), along with its driver in
- parentheses, if the driver can be found. This line is a comment; neither
+ <para>The file begins with a comment block followed by two lines for each
+ NIC. The first line for each NIC is a commented description showing its
+ hardware IDs (e.g. its PC vendor and device IDs, if it's a PCI card),
+ along with its driver in parentheses, if the driver can be found. Neither
the hardware ID nor the driver is used to determine which name to give an
interface. The second line is the Udev rule that matches this NIC and
actually assigns it a name.</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page