commit 36b928b75801296bd9f1b6e0c76fc051d7a76e9e Author: Colin Walters walters@verbum.org Date: Wed May 13 17:37:02 2015 -0400
cloud-images: Change the Atomic Vagrant box size to 40
This matches the current Base Vagrant. Having large disk images (that should be thinly provisioned on the host, by e.g. qcow2) is a normal user experience for Vagrant.
See: https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2015-May/...
Signed-off-by: Colin Walters walters@verbum.org
scripts/build-cloud-images | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/scripts/build-cloud-images b/scripts/build-cloud-images index d69220d..44bea73 100755 --- a/scripts/build-cloud-images +++ b/scripts/build-cloud-images @@ -100,7 +100,7 @@ do --ova-option vagrant_sync_directory=/home/vagrant/sync \ --scratch \ --nowait \ - --disk-size=6 + --disk-size=40 done
# Docker images
rel-eng@lists.fedoraproject.org