eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
529 stars 144 forks source link

rules: add mtd/by-name symlinks #267

Closed tq-schifferm closed 1 year ago

tq-schifferm commented 1 year 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 1 year ago

Thanks for your contribution!