build: reduce USB image size
authorKristof Provost <kp@FreeBSD.org>
Tue, 2 May 2023 21:41:56 +0000 (23:41 +0200)
committerKristof Provost <kp@FreeBSD.org>
Tue, 2 May 2023 22:07:53 +0000 (00:07 +0200)
There's no need for a lot of extra space. Enough to contain an extra
image, and that'll do it.

image/build.sh

index ba5faf6..9d507da 100755 (executable)
@@ -13,4 +13,4 @@ poudriere image \
        -b \
        -c overlay/usb \
        -n pennestraat \
-       -s 20g -t usb
+       -s 4g -t usb