summaryrefslogtreecommitdiffstats
path: root/rules.d/60-persistent-storage-mtd.rules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rules: add mtd/by-name symlinksMatthias Schiffer2023-10-171-0/+12
Add persistent symlinks for MTD devices like SPI-NOR flash, based on the partition names specified on the cmdline, in a Device Tree, or by other MTD partitioning parser drivers. Using the persistent name can be preferable to using the numbered /dev/mtdX device, as the latter can change depending on probe order or when partitioning has changed.