[systemd-commits] rules/60-persistent-storage.rules
Martin Pitt
martin at kemper.freedesktop.org
Mon Jun 1 02:45:09 PDT 2015
rules/60-persistent-storage.rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19672f1e5fd23ec3ea5b93b8268ae07f2b8e9645
Author: David Mohr <david at mcbf.net>
Date: Mon Jun 1 08:10:28 2015 +0200
udev: Bring back persistant storage symlinks for bcache
https://bugs.debian.org/787367
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules
index 3f803ce..2aa15f3 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"
More information about the systemd-commits
mailing list