You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
357 B
11 lines
357 B
7 years ago
|
SUBSYSTEM!="block", GOTO="log_end"
|
||
|
KERNEL=="loop*|ram*", GOTO="log_end"
|
||
|
ACTION=="remove", GOTO="log_end"
|
||
|
ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="log_end"
|
||
|
ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}=="1", GOTO="log_end"
|
||
|
|
||
|
IMPORT{cmdline}="udev.alias"
|
||
|
ENV{udev.alias}=="1", RUN+="/bin/sh -c 'echo udev-alias: $name \($links\) > /dev/kmsg'"
|
||
|
|
||
|
LABEL="log_end"
|