1
0
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:
M0Rf30 2017-01-28 13:49:40 +01:00
parent 644317741a
commit baf5e65371

View File

@ -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