From 5c4ebbdde82982bc5742e6638117402979a270c3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 24 Aug 2020 16:06:06 +0200 Subject: [PATCH] testing: Increase maximum guest image size Seems that each Debian release increases the image size by about 200 MiB. But increase it a bit more so we have room for logs/tools/debug symbols. --- testing/testing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing.conf b/testing/testing.conf index 335957732..683b3dfbd 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -48,7 +48,7 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. -: ${BASEIMGSIZE=1800} +: ${BASEIMGSIZE=2500} : ${BASEIMGSUITE=stretch} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}