1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

[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

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