]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules/75-probe_mtd.rules
Merge pull request #13365 from keszybz/fix-commits-from-pr-13246
[thirdparty/systemd.git] / rules / 75-probe_mtd.rules
CommitLineData
5f307a98 1# do not edit this file, it will be overwritten on update
674c3412
ML
2
3ACTION!="add", GOTO="mtd_probe_end"
4
220893b3 5KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $devnode"
674c3412
ML
6
7LABEL="mtd_probe_end"