aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-11-06 00:05:19 +0100
committerThomas Bächler <thomas@archlinux.org>2009-11-06 00:05:19 +0100
commit08aa5bebdf76b005a7c81acd08b8641b2dea1ee7 (patch)
tree8fdc7d07166df4c3aff7b135055fc50159fa3b8a /rc.sysinit
parentaac1c1159995f9f0d2e9557119604affa43b68f8 (diff)
downloadinitscripts-08aa5bebdf76b005a7c81acd08b8641b2dea1ee7.tar.xz
Correct last commit: Unset the STARTUP=1 variable in udevadm control only after udev has settled
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 8d33eb3..4d998ae 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -74,7 +74,6 @@ if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
stat_busy "Triggering UDev uevents"
/sbin/udevadm control --property=STARTUP=1
/sbin/udevadm trigger
- /sbin/udevadm control --property=STARTUP=
stat_done
fi
@@ -95,6 +94,7 @@ fi
if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
stat_busy "Waiting for UDev uevents to be processed"
/sbin/udevadm settle
+ /sbin/udevadm control --property=STARTUP=
stat_done
fi