dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
6717ab
#
6717ab
# Enter raw device bindings here.
6717ab
#
6717ab
# An example would be:
6717ab
#   ACTION=="add", KERNEL=="sda", RUN+="/usr/bin/raw /dev/raw/raw1 %N"
6717ab
# to bind /dev/raw/raw1 to /dev/sda, or
6717ab
#   ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/usr/bin/raw /dev/raw/raw2 %M %m"
6717ab
# to bind /dev/raw/raw2 to the device with major 8, minor 1.