image: bump image size
authorKristof Provost <kp@FreeBSD.org>
Mon, 10 Jul 2023 21:29:31 +0000 (23:29 +0200)
committerKristof Provost <kp@FreeBSD.org>
Mon, 10 Jul 2023 21:29:31 +0000 (23:29 +0200)
Increate the initial size of the image, so we can install packages when
running in qemu.

On alix boards we grow to whatever the physical size is, so it won't
affect things there.

image/build.sh

index db9c2ee..90aa84e 100755 (executable)
@@ -14,7 +14,7 @@ poudriere image \
        -b \
        -c overlay/domotica \
        -n domotica \
-       -s 3g -t usb
+       -s 6g -t usb
 
 # Put the domotica image in the installer overlay
 xz -v -z -c \
@@ -26,4 +26,4 @@ poudriere image \
        -w 0 \
        -c overlay/installer \
        -n installer \
-       -s 4g -t usb
+       -s 8g -t usb