aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/network.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/network.xml')
-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>