aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.single2
-rwxr-xr-xrc.sysinit2
2 files changed, 2 insertions, 2 deletions
diff --git a/rc.single b/rc.single
index b9701d5..8c3358f 100755
--- a/rc.single
+++ b/rc.single
@@ -20,8 +20,8 @@ if [[ $PREVLEVEL != N ]]; then
if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
stat_busy "Triggering UDev uevents"
/sbin/udevadm control --property=STARTUP=1
- /sbin/udevadm trigger --action=add --type=devices
/sbin/udevadm trigger --action=add --type=subsystems
+ /sbin/udevadm trigger --action=add --type=devices
stat_done
fi
diff --git a/rc.sysinit b/rc.sysinit
index 2262d32..dc4be58 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -90,8 +90,8 @@ run_hook sysinit_udevlaunched
# Trigger udev uevents
if /bin/pidof /sbin/udevd &>/dev/null; then
stat_busy "Triggering UDev uevents"
- /sbin/udevadm trigger --action=add --type=devices
/sbin/udevadm trigger --action=add --type=subsystems
+ /sbin/udevadm trigger --action=add --type=devices
stat_done
fi