[systemd-devel] [PATCH 1/2] rules: storage - whitelist partitioned MS & MMC devices

Mantas Mikulėnas grawity at gmail.com
Tue Mar 17 09:00:23 PDT 2015


Accidentally dropped in 1aff20687f4868575.
---
 rules/60-persistent-storage.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules
index df490b0..d701b14 100644
--- a/rules/60-persistent-storage.rules
+++ b/rules/60-persistent-storage.rules
@@ -4,7 +4,7 @@
 # scheme based on "Linux persistent device names", 2004, Hannes Reinecke <hare at suse.de>
 
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
-KERNEL!="loop*|mmcblk[0-9]|mspblk[0-9]|nvme*|sd*|sr*|vd*", GOTO="persistent_storage_end"
+KERNEL!="loop*|mmcblk[0-9]*|mspblk[0-9]*|nvme*|sd*|sr*|vd*", GOTO="persistent_storage_end"
 
 # ignore partitions that span the entire disk
 TEST=="whole_disk", GOTO="persistent_storage_end"
-- 
2.3.3



More information about the systemd-devel mailing list