mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
810cecf13b
util-linux: update udev: bump to 181 initscripts(-live): bump to 2012.02 mkinitcpio: update
10 lines
206 B
Bash
10 lines
206 B
Bash
# 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."
|
|
}
|