aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2008-12-07 11:45:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2008-12-07 11:45:47 +0000
commit6037393d5bfccc52007f263a11a44a29d411c7d7 (patch)
treedb68eea80fefdc2bebc1e5567d011ee84cb92b2c /chapter07
parent8b93a2ea946ac5f8da56ba2030303624492ebc6c (diff)
Upgrade to Udev-135. Fixes #2284.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8768 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/network.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index cf6762e5c..34c2679df 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -40,7 +40,7 @@
same devices at every boot, including the first:</para>
<screen><userinput>for NIC in /sys/class/net/* ; do
- INTERFACE=${NIC##*/} udevadm test --action=add --subsystem=net $NIC
+ INTERFACE=${NIC##*/} udevadm test --action=add $NIC
done</userinput></screen>
<para>Now, inspect the <filename>/etc/udev/rules.d/70-persistent-net.rules</filename>