From 5d62e2705368673301827afe5dc53991b58fc414 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 18 Jan 2020 23:56:21 +0300 Subject: rc.boot: kill udevd before boot hooks --- rc.boot | 7 +++++-- 1 file 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..." -- cgit v1.2.3