blob: b1618c1b0b7282668c6978f3f23afa82a1d7e3b4 (
plain)
1
2
3
4
5
6
7
|
# There are a number of modifiers that are allowed to be used in some of the
# fields. See the udev man page for a full description of them.
#
# See the udev.rules.examples file for more examples of how to create rules
#
BUS="scsi", PROGRAM="/usr/local/bin/chassis_id", NAME="/chassis%c{1}/slot%c{2}/%c{3}"
|