X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=rules%2F60-persistent-storage.rules;h=25b44a55cb829d39198e96d2b5ef5da78bbd064d;hp=475b15153525b20ce4fee819da3c943cea1a08e1;hb=0c13be389faea49fd8a370dc8186e7d5d20e967d;hpb=98b2f766b24c84fc49a4df954717b1f96bbce00d;ds=sidebyside diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index 475b15153..25b44a55c 100644 --- a/rules/60-persistent-storage.rules +++ b/rules/60-persistent-storage.rules @@ -14,7 +14,7 @@ ACTION=="add", SUBSYSTEM=="module", KERNEL=="block", ATTR{parameters/events_dfl_ SUBSYSTEM!="block", GOTO="persistent_storage_end" # skip rules for inappropriate block devices -KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*|zram*", GOTO="persistent_storage_end" +KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*|zram*|mmcblk[0-9]*rpmb", GOTO="persistent_storage_end" # ignore partitions that span the entire disk TEST=="whole_disk", GOTO="persistent_storage_end"