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:
@@ -48,7 +48,7 @@ fi
|
|||||||
|
|
||||||
# Base image settings
|
# Base image settings
|
||||||
# The base image is a pristine OS installation created using debootstrap.
|
# The base image is a pristine OS installation created using debootstrap.
|
||||||
: ${BASEIMGSIZE=1800}
|
: ${BASEIMGSIZE=2500}
|
||||||
: ${BASEIMGSUITE=stretch}
|
: ${BASEIMGSUITE=stretch}
|
||||||
: ${BASEIMGARCH=amd64}
|
: ${BASEIMGARCH=amd64}
|
||||||
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}
|
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}
|
||||||
|
|||||||
Reference in New Issue
Block a user