Increase the default size of the GCE disk image from 3GB to 20GB,

as 3GB is too small as discovered in this week's snapshot builds.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2019-05-03 17:23:08 +00:00
parent 35961dce98
commit a7976e867f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347056

View File

@ -3,6 +3,9 @@
# $FreeBSD$
#
# The default of 3GB is too small for GCE, so override the size here.
export VMSIZE=20G
# Set to a list of packages to install.
export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \
google-cloud-sdk panicmail sudo sysutils/py-google-compute-engine \