mount_root: permit to pass mount options for rootfs mount
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 Jan 2024 18:47:58 +0000 (19:47 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 15 Jan 2024 15:28:38 +0000 (16:28 +0100)
commit1858a492c300a0066a91f8096a858231c3cbd246
tree351ba26a091819dbb915fa3e4a164fe32d1c2986
parent1a5695925ecf1f440fe30b7c2864facc5a297dce
mount_root: permit to pass mount options for rootfs mount

Introduce an additional arg on calling mount_root start to pass
additional mount options on filesystem mount.

On example is F2FS filesystem mounted with compress_algorithm option
enabled to compress files as they are written to reduce flash wear.

Example usage: (assuming a F2FS filesystem)

mount_root start "compress_algorithm=zstd"

This is currently limited to rootfs mount and is not currently supported
to pass option to rootfs_data mount. (overlay scenario)

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
mount_root.c