From: Kristof Provost Date: Tue, 2 May 2023 21:41:56 +0000 (+0200) Subject: build: reduce USB image size X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=192dc8cc74b810aaccf96d139aba3dae1a5de5e0;p=pennestraat-domotica build: reduce USB image size There's no need for a lot of extra space. Enough to contain an extra image, and that'll do it. --- diff --git a/image/build.sh b/image/build.sh index ba5faf6..9d507da 100755 --- a/image/build.sh +++ b/image/build.sh @@ -13,4 +13,4 @@ poudriere image \ -b \ -c overlay/usb \ -n pennestraat \ - -s 20g -t usb + -s 4g -t usb