tinyramfs/hooks/systemd-udevd/systemd-udevd.init

13 lines
315 B
Plaintext
Raw Normal View History

2020-07-27 11:32:22 +03:00
# vim: set ft=sh:
# shellcheck shell=sh
#
2021-05-10 14:23:34 +03:00
# https://www.shellcheck.net/wiki/SC2154
# shellcheck disable=2154
2020-07-27 11:32:22 +03:00
2020-09-10 22:53:39 +03:00
[ "$break" = systemd-udevd ] && { print "break before systemd-udevd.init"; sh; }
/lib/systemd/systemd-udevd -dN never
udevadm trigger -c add -t subsystems
udevadm trigger -c add -t devices
udevadm settle