mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:37:14 +08:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
|
# vim: set ft=sh:
|
||
|
run_hook ()
|
||
|
{
|
||
|
msg -n ":: Triggering uevents..."
|
||
|
udevadm trigger --action=add --type=subsystems
|
||
|
udevadm trigger --action=add --type=devices
|
||
|
udevadm settle
|
||
|
msg "done."
|
||
|
}
|