summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/udev/rules.d/91-mkfs-ext4.rules
blob: 1c1a39612aed986264eeb7b3d12abe892cedbb29 (plain)
1
2
3
4
5
ACTION!="add", GOTO="systemd-autoformat-ext4-devices_end"
SUBSYSTEM!="block", GOTO="systemd-autoformat-ext4-devices_end"
ENV{ID_FS_USAGE}!="filesystem", SUBSYSTEMS=="mmc", KERNEL=="mmcblk0p3", ENV{ID_FS_TYPE}!="ext4", ENV{SYSTEMD_WANTS}+="systemd-autoformat@$name.service"

LABEL="systemd-autoformat-ext4-devices_end"