fix(mochabin): Increase image size to 8G for full install

The 4G image size was insufficient for the full SecuBox install with
slipstream packages (~5.5GB rootfs needed). Updated to 8G which fits
on SATA or larger SD cards.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-05-04 10:49:24 +02:00
parent bde1bfa867
commit de2f3659a4

View File

@ -60,5 +60,6 @@ SFP_IFACES=eth5 eth6
DPI_MODE=inline
SWAP_SIZE=0
# Image size: 4G for 8GB eMMC (MOCHAbin has 8GB eMMC + SATA)
IMG_SIZE="4G"
# Image size: 8G for full install with slipstream packages
# MOCHAbin has 8GB eMMC + SATA, use SATA or larger SD for full install
IMG_SIZE="8G"