aboutsummaryrefslogtreecommitdiffstats
path: root/udev-lfs
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-11 19:12:41 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-11 19:12:41 +0000
commitcdd87ad4b7779e69beda72edfab327dda9d46178 (patch)
treeb488f04f8b1c92e183c202f7fae5515805cc0a40 /udev-lfs
parent86b1ebcfe57dcb7088ca93a230561f56cca157f8 (diff)
Revised explanation for /etc/modprobe.conf.
Update udev-lfs init-net-rules.sh script for "en*" devices introduced in systemd-197 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r--udev-lfs/Makefile.lfs2
-rw-r--r--udev-lfs/init-net-rules.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs
index c998d9e13..5978a50d9 100644
--- a/udev-lfs/Makefile.lfs
+++ b/udev-lfs/Makefile.lfs
@@ -5,7 +5,7 @@
SHELL=/bin/bash
SYSTEMD_VERSION=197
-VERSION=197-1
+VERSION=197-2
ifeq ($(V),)
VB = @
diff --git a/udev-lfs/init-net-rules.sh b/udev-lfs/init-net-rules.sh
index 1e65794ab..691d93c77 100644
--- a/udev-lfs/init-net-rules.sh
+++ b/udev-lfs/init-net-rules.sh
@@ -2,9 +2,10 @@
# This script generates rules for persistent network device naming
# Data from udev-182 75-persistent-net-generator.rules
+# Updated fof udev-197 (DEVICES=en*)
RULES=/etc/udev/rules.d/70-persistent-net.rules
-DEVICES=$(eval echo /sys/class/net/{eth*,ath*,wlan*[0-9],msh*,ra*,sta*,ctc*,lcs*,hsi*})
+DEVICES=$(eval echo /sys/class/net/{en*,eth*,ath*,wlan*[0-9],msh*,ra*,sta*,ctc*,lcs*,hsi*})
function usage
{