[OVOS] Minimize default image size to 2GB (~1.5GB used by default)

Rootfs is still expanded over the disk at first boot. This only
reflects the download / minimal required size. Still recommended
to have at least a 4GB sdcard.
This commit is contained in:
j1nx 2020-11-19 21:10:25 +01:00
parent 7ddbf089c1
commit 63172da17b
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ BR2_PACKAGE_VIM=y
# BR2_PACKAGE_VIM_RUNTIME is not set
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="2560M"
BR2_TARGET_ROOTFS_EXT2_SIZE="2016M"
# BR2_TARGET_ROOTFS_TAR is not set
BR2_PACKAGE_HOST_CMAKE=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y