From 7243ef2c02f28b438e12b6efad02f0168e55e60d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 7 Mar 2020 20:11:41 +0200 Subject: [PATCH] busybox: Fix hotplug null --- core/busybox/files/mdev.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/busybox/files/mdev.run b/core/busybox/files/mdev.run index 127cebde..b7f5b449 100644 --- a/core/busybox/files/mdev.run +++ b/core/busybox/files/mdev.run @@ -2,7 +2,7 @@ # Null the legacy hotplugger as the # service will take over from here. -printf /bin/true 2>/dev/null \ +printf '\n' 2>/dev/null \ > /proc/sys/kernel/hotplug exec mdev -df