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:
@@ -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
|
||||
|
Reference in New Issue
Block a user