aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2010-12-05 00:23:15 +0100
committerTom Gundersen <teg@jklm.no>2010-12-06 11:07:47 +0100
commit258935d3ee996b0790f39551e6b56596db71c9a8 (patch)
tree5a63f2d2e7fdcb4dc0a1af100676ef070082da4a /rc.sysinit
parent659cf8c983c46bc17eb167fa513a0697571e945b (diff)
downloadinitscripts-258935d3ee996b0790f39551e6b56596db71c9a8.tar.xz
udevadm: retry failed udev events after filesystems have been mounted
No FS reference, but this is what is done upstream (in udev's systemd service files).
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 7826f47..d7c3c64 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -239,6 +239,8 @@ run_hook sysinit_premount
/bin/mount -a -t $NETFS -O no_netdev
stat_done
+status "Retrying failed UDEV events" /sbin/udevadm trigger --action=add --type=failed
+
status "Activating Swap" /sbin/swapon -a
stat_busy "Configuring System Clock"