From 5eed8136c0b1a60bde32d2360cff597fd3c0e943 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 7 Mar 2020 18:58:11 +0200 Subject: [PATCH] busybox: Clear hotplug for mdev service --- core/busybox/files/mdev.run | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/busybox/files/mdev.run b/core/busybox/files/mdev.run index 75f2bcd9..127cebde 100644 --- a/core/busybox/files/mdev.run +++ b/core/busybox/files/mdev.run @@ -1,2 +1,8 @@ #!/bin/sh + +# Null the legacy hotplugger as the +# service will take over from here. +printf /bin/true 2>/dev/null \ + > /proc/sys/kernel/hotplug + exec mdev -df