From 2aca4e4ee3b06d02ee8ef7eb24988d3299ba3c0d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Jul 2021 13:11:51 +0300 Subject: [PATCH] rc.boot: remove mdevd hotplug command --- lib/init/rc.boot | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/init/rc.boot b/lib/init/rc.boot index 021dd3d..bb38e92 100755 --- a/lib/init/rc.boot +++ b/lib/init/rc.boot @@ -110,7 +110,6 @@ log "Killing device manager to make way for service..."; { elif [ "$pid_mdevd" ]; then kill "$pid_mdevd" - command -v mdevd > /proc/sys/kernel/hotplug elif [ "$pid_mdev" ]; then kill "$pid_mdev"