util-linux/util-linux-60-raw.rules
Karel Zak f6117ff853 2.21-0.1: upgrade to v2.21-rc2
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-07 14:12:06 +01:00

9 lines
326 B
Plaintext

#
# Enter raw device bindings here.
#
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/usr/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/usr/bin/raw /dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.