Browse Source
* `IMAGE_ROOTFS_SIZE` - The base size of the rootfs. The other two variables modify this value * `IMAGE_ROOTFS_EXTRA_SIZE` - The amount of free space to add to the base size of the rootfs * `IMAGE_OVERHEAD_FACTOR` - Factor determining the amount of free space to add to the base size of the rootfs The final size will be the largest of the two calculations. Please see the `mender_convert_config` file comments for more information. Changelog: Commit Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>2.0.x
2 changed files with 55 additions and 3 deletions
Loading…
Reference in new issue