aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.boot7
1 files changed, 5 insertions, 2 deletions
diff --git a/rc.boot b/rc.boot
index 40e74ed..cde7726 100755
--- a/rc.boot
+++ b/rc.boot
@@ -154,6 +154,11 @@ out "Loading sysctl settings..."; {
done
}
+
+command -v udevd >/dev/null &&
+ udevadm control --exit
+
+
out "Running boot hooks..."
set +f
for file in /etc/init/*.boot ; do
@@ -166,7 +171,5 @@ out "Running rc.local..."; {
. /etc/init/rc.local
}
-command -v udevd >/dev/null &&
- udevadm control --exit
out "Boot stage complete..."