From: Kristof Provost Date: Mon, 10 Jul 2023 21:29:31 +0000 (+0200) Subject: image: bump image size X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=6d7a51d87ed4841c7b36a04cc9354d4daec2c5ad;p=pennestraat-domotica image: bump image size 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. --- diff --git a/image/build.sh b/image/build.sh index db9c2ee..90aa84e 100755 --- a/image/build.sh +++ b/image/build.sh @@ -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