summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-28 17:53:10 +0000
committergjb <gjb@FreeBSD.org>2014-09-28 17:53:10 +0000
commit2aaf766ec5c79ded695251b24b986ba4e9c41fea (patch)
tree03ab8ce873285dbd7ef6b3a79043e33402fa5c61 /release/release.conf.sample
parente0cf997269969478653e2649742f8a3027ff6766 (diff)
downloadFreeBSD-src-2aaf766ec5c79ded695251b24b986ba4e9c41fea.zip
FreeBSD-src-2aaf766ec5c79ded695251b24b986ba4e9c41fea.tar.gz
release/Makefile:
Connect the virtual machine image build to the release target if WITH_VMIMAGES is set to a non-empty value. release/release.sh: Add WITH_VMIMAGES to RELEASE_RMAKEFLAGS. release/release.conf.sample: Add commented entries for tuning the release build if the WITH_VMIMAGES make(1) environment variable is set to a non-empty value. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample17
1 files changed, 17 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index bdd5a8a..9acc0e2 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -77,3 +77,20 @@ PORTBRANCH="ports/head@rHEAD"
## as TARGET/TARGET_ARCH.
#CHROOT_MAKEENV=
+## Set to a non-empty value to build virtual machine images as part of the
+## release build.
+#WITH_VMIMAGES=
+
+## If WITH_VMIMAGES is set to a non-empty value, this is the name of the
+## file to use for the installed userland/kernel.
+#VMBASE="vm"
+
+## If WITH_VMIMAGES is set to a non-empty value, this is the size of the
+## virtual machine disk filesystem. Valid size values are described in
+## the truncate(1) manual page.
+#VMSIZE="20G"
+
+## If WITH_VMIMAGES is set to a non-empty value, this is a list of disk
+## image formats to create. Valid values are listed in the mkimg(1)
+## manual page, as well as 'mkimg --formats' output.
+#VMFORMATS="vhdf vmdk qcow2 raw"
OpenPOWER on IntegriCloud