summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel <g2p.code@gmail.com>2013-10-16 11:54:26 +0200
committerGabriel <g2p.code@gmail.com>2013-10-16 11:54:26 +0200
commit15f17ed3e9a8dbe44a0e60cd981f70b7a61d6f7a (patch)
tree3ce8a5c9db8fe5cdf52187ed3dee4e976d324289
parent89f11b135d1d57a5dbdc3548bfb9bfa0113075c4 (diff)
udev: Skip DM devices marked privatev1.0.4
-rw-r--r--69-bcache.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/69-bcache.rules b/69-bcache.rules
index b83f6bc..29bc0db 100644
--- a/69-bcache.rules
+++ b/69-bcache.rules
@@ -3,6 +3,7 @@
SUBSYSTEM!="block", GOTO="bcache_end"
ACTION=="remove", GOTO="bcache_end"
+ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="bcache_end"
# blkid was run by the standard udev rules
# It recognised bcache (util-linux 2.24+)