implement /proc hotplugger

This commit is contained in:
illiliti
2020-07-15 23:26:12 +03:00
parent 888cf4d878
commit be2df26e38
4 changed files with 20 additions and 6 deletions

View File

@@ -364,9 +364,8 @@ copy_devmgr()
# false positive
# shellcheck disable=2016
case "$devmgr" in
none)
# TODO implement mode without device manager using deprecated
# /sys/kernel/uevent_helper or /proc/sys/kernel/hotplug
proc)
copy_binary find
;;
mdev)
for _binary in mdev find; do