From f801e9ea0d595647c78979072e6461b8af7d6330 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Wed, 8 Aug 2007 18:34:59 +0000 Subject: Clarify udev persistent-net-rules output git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/network.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter07') diff --git a/chapter07/network.xml b/chapter07/network.xml index dc4f05a8f..f3159a571 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -46,10 +46,10 @@ cat /etc/udev/rules.d/70-persistent-net.rules - 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 + 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. -- cgit v1.2.3-54-g00ecf