2014-06-11 00:41:20 +00:00
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
|
|
|
ACTION!="remove", SUBSYSTEM=="block", KERNEL=="loop*", ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}="1"
|
|
|
|
# ENV{DM_NAME} not available yet
|
|
|
|
ACTION!="remove", SUBSYSTEM=="block", ATTR{dm/name}=="snapshot-*", ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}="1"
|
2014-07-04 02:28:50 +00:00
|
|
|
ACTION!="remove", SUBSYSTEM=="block", ATTR{dm/name}=="origin-*", ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}="1"
|