svn commit: r330033 - head/release

Glen Barber gjb at FreeBSD.org
Mon Feb 26 19:27:00 UTC 2018


Author: gjb
Date: Mon Feb 26 19:26:59 2018
New Revision: 330033
URL: https://svnweb.freebsd.org/changeset/base/330033

Log:
  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.
  
  Reported by:	mckusick
  MFC after:	3 days
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile.vm

Modified: head/release/Makefile.vm
==============================================================================
--- head/release/Makefile.vm	Mon Feb 26 19:19:05 2018	(r330032)
+++ head/release/Makefile.vm	Mon Feb 26 19:26:59 2018	(r330033)
@@ -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