diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:45:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:45:47 +0000 |
commit | 6037393d5bfccc52007f263a11a44a29d411c7d7 (patch) | |
tree | db68eea80fefdc2bebc1e5567d011ee84cb92b2c /chapter07 | |
parent | 8b93a2ea946ac5f8da56ba2030303624492ebc6c (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.xml | 2 |
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> |