summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Perry <alanp@snowmoose.com>2021-02-12 19:08:28 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-12 18:17:44 +0100
commit4c1a77ebef1d723f0ad4aecfb051e7ca8204abf2 (patch)
treebcd1cb48dbec38c6e93360953467cf5a3e1c011c
parent4f40c887c3be38d73e98b0512cfce859b2c7d571 (diff)
downloadsystemd-4c1a77ebef1d723f0ad4aecfb051e7ca8204abf2.tar.gz
no blkid for mmcblk[0-9]boot[0-9]
Don't run blkid on mmcblk[0-9]boot[0-9] devices because they contain bootloaders or boot parameters, and not partitions or file systems. (cherry picked from commit 8db704b28b4fd4d13e376cf3495005010443937e) (cherry picked from commit 584a36e9f7c30d5ace1d734c2e1c4ed19b8393cb)
-rw-r--r--rules.d/60-persistent-storage.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.d/60-persistent-storage.rules b/rules.d/60-persistent-storage.rules
index fc7f733e20..12be35b4f5 100644
--- a/rules.d/60-persistent-storage.rules
+++ b/rules.d/60-persistent-storage.rules
@@ -110,7 +110,7 @@ KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DAT
IMPORT{builtin}="blkid --noraid"
# probe filesystem metadata of disks
-KERNEL!="sr*", IMPORT{builtin}="blkid"
+KERNEL!="sr*|mmcblk[0-9]boot[0-9]", IMPORT{builtin}="blkid"
# by-label/by-uuid links (filesystem metadata)
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"