mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-11 16:45:33 +01: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:
parent
7ddbf089c1
commit
63172da17b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user