]> www.infradead.org Git - mtd-utils.git/commit
Add an ubifs mount helper
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 6 Oct 2020 09:19:13 +0000 (11:19 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 18 Nov 2020 14:29:19 +0000 (15:29 +0100)
commitefeba0875ed181e7c1c7915742a3868799604d0c
tree3b95e86798d0e49b388be8d3bea30c1ce1ebc082
parentcf8a7fcbb54a36af6e10c7cd29f9afa905083ec1
Add an ubifs mount helper

This abstracts away attaching of the right ubi and then selecting the right
ubi device and volume to mount.

As described in the comment at the top this allows to mount ubifs volumes
directly from /etc/fstab without having to use hardcoded numbers (which
depend on mount order and so are unreliable) and extra magic to care for
attaching.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/Makemodule.am
ubifs-utils/mount.ubifs [new file with mode: 0755]