From 192dc8cc74b810aaccf96d139aba3dae1a5de5e0 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Tue, 2 May 2023 23:41:56 +0200 Subject: [PATCH] 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. --- image/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.0