From dff289cfcdae1d2ae200f8bb2e257ef23ac68eab Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Jul 2021 12:05:06 +0300 Subject: [PATCH] rc.boot: Fix ordering of mdevd commands --- lib/init/rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init/rc.boot b/lib/init/rc.boot index 4cd126f..021dd3d 100755 --- a/lib/init/rc.boot +++ b/lib/init/rc.boot @@ -40,8 +40,8 @@ log "Starting device manager..."; { udevadm settle elif command -v mdevd >/dev/null; then - mdevd-coldplug mdevd & pid_mdevd=$! + mdevd-coldplug elif command -v mdev >/dev/null; then mdev -s