2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00

busybox: Fix hotplug null

This commit is contained in:
Dylan Araps 2020-03-07 20:11:41 +02:00
parent 4523c67146
commit 7243ef2c02
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,7 +2,7 @@
# Null the legacy hotplugger as the # Null the legacy hotplugger as the
# service will take over from here. # service will take over from here.
printf /bin/true 2>/dev/null \ printf '\n' 2>/dev/null \
> /proc/sys/kernel/hotplug > /proc/sys/kernel/hotplug
exec mdev -df exec mdev -df