summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mohr <david@mcbf.net>2015-06-01 08:10:28 +0200
committerAnthony G. Basile <blueness@gentoo.org>2015-07-20 07:15:57 -0400
commitbe3ceedb888d5bb7dc612822ad24b1f14ea157ae (patch)
treea1b121081ca8ffc6790b941a997df5436bc191c4
parent0617e636ab3f2a05cb22a3fd34c6d196cf19d4b7 (diff)
udev: Bring back persistant storage symlinks for bcache
https://bugs.debian.org/787367 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--rules/60-persistent-storage.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules
index 3f803ceb9a..2aa15f3411 100644
--- a/rules/60-persistent-storage.rules
+++ b/rules/60-persistent-storage.rules
@@ -6,7 +6,7 @@
ACTION=="remove", GOTO="persistent_storage_end"
SUBSYSTEM!="block", GOTO="persistent_storage_end"
-KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*", GOTO="persistent_storage_end"
+KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|bcache*", GOTO="persistent_storage_end"
# ignore partitions that span the entire disk
TEST=="whole_disk", GOTO="persistent_storage_end"