base-files: allow non-standard rootfs volume name in UBI in sysupgrade
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Tue, 1 Jan 2019 00:15:34 +0000 (09:15 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Tue, 1 Jan 2019 15:38:20 +0000 (16:38 +0100)
commit7e9b93fb1b9d1f04df905b77d79ef8a182b2fb83
treee6685deb40efde5b4185f8a75693864c12e0d88d
parent250f5ec1397b795e7bdf27dc616842f1ed5cf2ee
base-files: allow non-standard rootfs volume name in UBI in sysupgrade

This commit allows to use non-standard UBI volume name as the rootfs
volume in sysupgrade.

ex.:
  The U-Boot on Buffalo WXR-2533DHP checks existence and checksum of
  "ubi_rootfs" volume when booting, so this name is required.

OpenWrt currently provides several patches:

490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch
491-ubi-auto-create-ubiblock-device-for-rootfs.patch
492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch

to facilitate ubi rootfs automount. However the upstream kernel
also supports the means of booting from a fully custom ubi
partition name and ubi volume name via bootargs/kernel's cmdline
parameters:

ubi.mtd=mtd_partition_name
ubi.block=rootfs_volume_name
root=/dev/ubiblock$X_$Y

For more information and examples visit the wiki over at linux-mtd:
<http://www.linux-mtd.infradead.org/faq/ubifs.html>
<http://www.linux-mtd.infradead.org/doc/ubi.html>

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [reworded commit]
package/base-files/files/lib/upgrade/nand.sh