aboutsummaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-09-16 17:16:04 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2024-01-15 16:44:29 +0100
commit0b23d3608c1f01f9dc4d042b0217ee0291c0fd70 (patch)
tree3a03ab5e4f09023ed6f29c204b77478aed9ea3f1 /target/linux
parentba9c1b131432b6afbe96521eba949ba53df3ee95 (diff)
base-files: add support for rootfs mount options from cmdline
Add support for configuring rootfs mount options from cmdline. Rootfs mount options can be passed by declaring in the kernel cmdline as much options as needed prefixed with "rootfs_mount_options." An example usage is with rootfs with F2FS filesystem to enable compress_algorithm to reduce flash wear by compressing the files before writing to flash. Example usage: "... rootfs_mount_options.compress_algorithm=zstd ..." To pass multiple options: "... rootfs_mount_options.compress_algorithm=zstd rootfs_mount_options.noinline_data ..." Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
0 files changed, 0 insertions, 0 deletions