From 6037393d5bfccc52007f263a11a44a29d411c7d7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 7 Dec 2008 11:45:47 +0000 Subject: Upgrade to Udev-135. Fixes #2284. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8768 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/network.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07') 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: for NIC in /sys/class/net/* ; do - INTERFACE=${NIC##*/} udevadm test --action=add --subsystem=net $NIC + INTERFACE=${NIC##*/} udevadm test --action=add $NIC done Now, inspect the /etc/udev/rules.d/70-persistent-net.rules -- cgit v1.2.3-54-g00ecf