eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
521 stars 145 forks source link

rules: add mtd/by-name symlinks #267

Closed schiffermtq closed 10 months ago

schiffermtq commented 10 months ago

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.


Added to systemd in https://github.com/systemd/systemd/pull/29535

bbonev commented 10 months ago

Thanks for your contribution!