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.
This commit is contained in:
Tobias Brunner
2020-09-03 13:34:19 +02:00
parent 3d1e2c56df
commit 5c4ebbdde8
+1 -1
View File
@@ -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}