diff options
author | David Mohr <david@mcbf.net> | 2015-06-01 08:10:28 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-06-01 11:44:52 +0200 |
commit | 19672f1e5fd23ec3ea5b93b8268ae07f2b8e9645 (patch) | |
tree | 132abac54cedd75fb635c0664231ca7c10dde717 /rules | |
parent | bb243d471b9e5f0bb467c22f05c5fb2ab08c0201 (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.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" |