summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorDavid Mohr <david@mcbf.net>2015-06-01 08:10:28 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2015-06-01 11:44:52 +0200
commit19672f1e5fd23ec3ea5b93b8268ae07f2b8e9645 (patch)
tree132abac54cedd75fb635c0664231ca7c10dde717 /rules
parentbb243d471b9e5f0bb467c22f05c5fb2ab08c0201 (diff)
udev: Bring back persistant storage symlinks for bcache
https://bugs.debian.org/787367
Diffstat (limited to 'rules')
-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 3f803ceb9..2aa15f341 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"