diff options
author | David Mohr <david@mcbf.net> | 2015-06-01 08:10:28 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 07:15:57 -0400 |
commit | be3ceedb888d5bb7dc612822ad24b1f14ea157ae (patch) | |
tree | a1b121081ca8ffc6790b941a997df5436bc191c4 | |
parent | 0617e636ab3f2a05cb22a3fd34c6d196cf19d4b7 (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.rules | 2 |
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" |