mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
hwdb: use -y option to udevadm trigger to correctly do sysname-match
This commit is contained in:
parent
644317741a
commit
baf5e65371
@ -15,7 +15,7 @@
|
||||
# /etc/udev/hwdb.d/61-sensor-local.hwdb
|
||||
# and add your rules there. To load the new rules execute (as root):
|
||||
# systemd-hwdb update
|
||||
# udevadm trigger `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)`
|
||||
# udevadm trigger -y `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)`
|
||||
# where /dev/iio:deviceXXX is the device in question.
|
||||
#
|
||||
# If your changes are generally applicable, preferably send them as a pull
|
||||
|
Loading…
x
Reference in New Issue
Block a user