Merge pull request #267 from schiffermtq/persistent-mtd

rules: add mtd/by-name symlinks
This commit is contained in:
Boian Bonev 2023-10-18 15:22:05 +03:00 committed by GitHub
commit 7d1085839f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# do not edit this file, it will be overwritten on update
# persistent storage links: /dev/mtd/by-name
ACTION=="remove", GOTO="persistent_storage_mtd_end"
SUBSYSTEM!="mtd", GOTO="persistent_storage_mtd_end"
KERNEL!="mtd[0-9]*", GOTO="persistent_storage_mtd_end"
KERNEL=="mtd[0-9]*ro", GOTO="persistent_storage_mtd_end"
ATTR{name}=="?*", SYMLINK+="mtd/by-name/$attr{name}"
LABEL="persistent_storage_mtd_end"

View File

@ -17,6 +17,7 @@ dist_udevrules_DATA = \
60-input-id.rules \
60-persistent-alsa.rules \
60-persistent-input.rules \
60-persistent-storage-mtd.rules \
60-persistent-storage-tape.rules \
60-persistent-v4l.rules \
60-sensor.rules \