Default to 2G in size - 1G is just too small.

This commit is contained in:
Robert Collins 2012-11-12 20:12:46 +13:00
parent 4c3c7ea9ba
commit 9ecbe14d9c

View File

@ -7,7 +7,7 @@ FS_TYPE=${FS_TYPE:-ext4}
# Used to set the file extension only at this stage.
IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
IMAGE_NAME=${IMAGE_NAME:-image}
export IMAGE_SIZE=${IMAGE_SIZE:-1} # N.B. This size is in GB
export IMAGE_SIZE=${IMAGE_SIZE:-2} # N.B. This size is in GB
# Set via the CLI normally.
# IMAGE_FLAVOUR=
IMG_PATH=~/.cache/image-create