diff --git a/rootfs/build-system-image.sh b/rootfs/build-system-image.sh index a45fea4..765002d 100755 --- a/rootfs/build-system-image.sh +++ b/rootfs/build-system-image.sh @@ -27,7 +27,7 @@ BOOT_SIZE=100 case "$VARIANT" in minimal) - SIZE=1024 + SIZE=2048 ;; i3)