]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Increase maximum guest image size
authorTobias Brunner <tobias@strongswan.org>
Mon, 24 Aug 2020 14:06:06 +0000 (16:06 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 3 Sep 2020 11:34:19 +0000 (13:34 +0200)
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

index 335957732f8d51c3f77ec414c0d69bbaee437059..683b3dfbd62d9c9bc2453364268d13553d9dcc8e 100644 (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}