svn commit: r272413 - projects/release-vmimage/release

Glen Barber gjb at FreeBSD.org
Thu Oct 2 16:05:02 UTC 2014


Author: gjb
Date: Thu Oct  2 16:05:01 2014
New Revision: 272413
URL: https://svnweb.freebsd.org/changeset/base/272413

Log:
  Remove two stray comments added during the initial iterations
  of testing, no longer needed.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-vmimage/release/Makefile

Modified: projects/release-vmimage/release/Makefile
==============================================================================
--- projects/release-vmimage/release/Makefile	Thu Oct  2 16:00:50 2014	(r272412)
+++ projects/release-vmimage/release/Makefile	Thu Oct  2 16:05:01 2014	(r272413)
@@ -99,8 +99,8 @@ IMAGES+=	mini-memstick.img
 
 VMTARGETS=	vm-base vm-image
 VMFORMATS?=	vhd vmdk qcow2 raw
-VMSIZE?=	20G		# size in Gb
-VMBASE?=	vm		# name of the filesystem image
+VMSIZE?=	20G
+VMBASE?=	vm
 
 CLEANFILES=	packagesystem *.txz MANIFEST system ${IMAGES}
 .if defined(WITH_COMPRESSED_IMAGES) && !empty(WITH_COMPRESSED_IMAGES)


More information about the svn-src-projects mailing list