svn commit: r286048 - releng/10.2/release

Glen Barber gjb at FreeBSD.org
Wed Jul 29 23:34:39 UTC 2015


Author: gjb
Date: Wed Jul 29 23:34:38 2015
New Revision: 286048
URL: https://svnweb.freebsd.org/changeset/base/286048

Log:
  Set the default VHD file format to the fixed-size image for the
  10.2-RELEASE, as the issue preventing the dynamic-size image from
  booting is not yet resolved.
  
  This is a direct commit to releng/10.2.
  
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/10.2/release/Makefile.vm

Modified: releng/10.2/release/Makefile.vm
==============================================================================
--- releng/10.2/release/Makefile.vm	Wed Jul 29 23:26:14 2015	(r286047)
+++ releng/10.2/release/Makefile.vm	Wed Jul 29 23:34:38 2015	(r286048)
@@ -6,7 +6,7 @@
 #
 
 VMTARGETS=	vm-image
-VMFORMATS?=	vhd vmdk qcow2 raw
+VMFORMATS?=	vhdf vmdk qcow2 raw
 VMSIZE?=	20G
 VMBASE?=	vm
 


More information about the svn-src-all mailing list