summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init6
1 files changed, 1 insertions, 5 deletions
diff --git a/init b/init
index 3351cfc..b375e72 100644
--- a/init
+++ b/init
@@ -1,4 +1,5 @@
#!/usr/bin/ash
+
udevd_running=0
if [ -x /usr/bin/systemd-timestamp ]; then
@@ -28,11 +29,6 @@ if [ -n "$earlymodules$MODULES" ]; then
modprobe -qab ${earlymodules//,/ } $MODULES
fi
-# If rootdelay is empty or not a non-negative integer, set it to 10
-if [ -z "${rootdelay}" ] || ! [ "${rootdelay}" -ge 0 ]; then
- rootdelay=10
-fi
-
run_hookfunctions 'run_hook' 'hook' $HOOKS
# honor the old behavior of break=y as a synonym for break=premount