From 6d7a51d87ed4841c7b36a04cc9354d4daec2c5ad Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Mon, 10 Jul 2023 23:29:31 +0200 Subject: [PATCH] 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. --- image/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.51.0