diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-04-30 22:06:56 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-05-01 12:46:48 +0200 |
commit | 31f99cb49849cc64873606b1fca9b81fbaf9795d (patch) | |
tree | e6f4f2a971f11f2f5efda2acbdaa4b1c164479e5 | |
parent | f4b5342d99b9eb40d67bbdfc698da63f74858909 (diff) | |
download | mkinitcpio-31f99cb49849cc64873606b1fca9b81fbaf9795d.tar.gz mkinitcpio-31f99cb49849cc64873606b1fca9b81fbaf9795d.tar.xz |
Trigger udev events like in initscripts
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r-- | hooks/udev | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ run_hook () { msg -n ":: Triggering uevents..." - /sbin/udevadm trigger --action=add + /sbin/udevadm trigger --action=add --type=subsystems + /sbin/udevadm trigger --action=add --type=devices /sbin/udevadm settle msg "done." } |