mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Clarify udev persistent-net-rules output
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3282212a29
commit
f801e9ea0d
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-08-08</para>
|
<para>2007-08-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Clarify the description of the Udev persistent
|
||||||
|
network rules file.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dnicholson] - Redirected <filename
|
<para>[dnicholson] - Redirected <filename
|
||||||
class="devicefile">/dev/tty</filename> to standard input when
|
class="devicefile">/dev/tty</filename> to standard input when
|
||||||
|
@ -46,10 +46,10 @@
|
|||||||
|
|
||||||
<screen><userinput>cat /etc/udev/rules.d/70-persistent-net.rules</userinput></screen>
|
<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
|
<para>The file begins with a comment block followed by two lines for each
|
||||||
description of the NIC itself, showing its hardware IDs (e.g. its PCI
|
NIC. The first line for each NIC is a commented description showing its
|
||||||
vendor and device IDs, if it's a PCI card), along with its driver in
|
hardware IDs (e.g. its PC vendor and device IDs, if it's a PCI card),
|
||||||
parentheses, if the driver can be found. This line is a comment; neither
|
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
|
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
|
interface. The second line is the Udev rule that matches this NIC and
|
||||||
actually assigns it a name.</para>
|
actually assigns it a name.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user