svn commit: r330243 - in stable: 10/release 11/release
Glen Barber
gjb at FreeBSD.org
Thu Mar 1 16:41:38 UTC 2018
Author: gjb
Date: Thu Mar 1 16:41:37 2018
New Revision: 330243
URL: https://svnweb.freebsd.org/changeset/base/330243
Log:
MFC r330033:
Bump the size of virtual machine disk images from 20G to 30G,
providing more space for a local buildworld to succeed without
attaching separate disks for /usr/src and /usr/obj.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/Makefile.vm
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/release/Makefile.vm
Directory Properties:
stable/10/ (props changed)
Modified: stable/11/release/Makefile.vm
==============================================================================
--- stable/11/release/Makefile.vm Thu Mar 1 16:03:13 2018 (r330242)
+++ stable/11/release/Makefile.vm Thu Mar 1 16:41:37 2018 (r330243)
@@ -7,7 +7,7 @@
VMTARGETS= vm-image
VMFORMATS?= vhd vmdk qcow2 raw
-VMSIZE?= 20G
+VMSIZE?= 30G
SWAPSIZE?= 1G
VMBASE?= vm
More information about the svn-src-all
mailing list