]> git.ipfire.org Git - thirdparty/systemd.git/commit
rules: add mtd/by-name symlinks
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Wed, 11 Oct 2023 14:33:25 +0000 (16:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 17 Oct 2023 09:43:30 +0000 (11:43 +0200)
commit84ff5894db9a9e5633b27db51876c18dc8470c35
tree6b076aaaee2f8c03ef2cfd1c934f43c3146a0403
parent37ba73b1b209287ea5fa82fab9cd16cfe215f3e1
rules: add mtd/by-name symlinks

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.
rules.d/60-persistent-storage-mtd.rules [new file with mode: 0644]
rules.d/meson.build