Files
docs
hooks
eudev
keymap
luks
lvm
mdev
mdevd
mdevd
mdevd.init
mdevd.init.late
proc
systemd-udevd
LICENSE
Makefile
README.md
device-helper
init
tinyramfs
tinyramfs/hooks/mdevd/mdevd.init
illiliti dacc7d8af7 cleanup
2020-09-04 01:29:37 +03:00

12 lines
229 B
Bash

# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154,2034
{
[ "$break" = devmgr ] && { print "break before run_mdevd()"; sh; }
mdevd 2> /dev/null & mdevd_pid="$!"
mdevd-coldplug
}