aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2011-05-31 03:36:33 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2011-05-31 03:36:33 +0000
commit43c2ecf0b898e8dfaca243df6946522b5d49cda5 (patch)
tree8f34be6679f9209e1946205a05eb6cdf13d0652e /bootscripts
parentdde63db80c1e80b4a28ae032bdf4d34e43c58455 (diff)
Update to lfs-bootscripts-20110531.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/ChangeLog6
-rw-r--r--bootscripts/lfs/init.d/udev3
2 files changed, 7 insertions, 2 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index 63a7e0d79..00e35927e 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -1,4 +1,8 @@
-2011-04-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
+2011-05-31 DJ Lucas <dj@linuxfromscratch.org>
+ * lfs/init.d/udev: Add multiple udev triggers for both subsystems and
+ devices per upstream recommendation.
+
+2011-04-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* lfs/init.d/mountvirtfs: Add creation of /run/{var,lock,shm}.
* lfs/init.d/udev: Add /dev/shm -> /run/shm symlink.
diff --git a/bootscripts/lfs/init.d/udev b/bootscripts/lfs/init.d/udev
index a1834891d..7e68fdf7b 100644
--- a/bootscripts/lfs/init.d/udev
+++ b/bootscripts/lfs/init.d/udev
@@ -65,7 +65,8 @@ case "${1}" in
# Now traverse /sys in order to "coldplug" devices that have
# already been discovered
- /sbin/udevadm trigger --action=add
+ /sbin/udevadm trigger --action=add --type=subsystems
+ /sbin/udevadm trigger --action=add --type=devices
# Now wait for udevd to process the uevents we triggered
/sbin/udevadm settle