summaryrefslogtreecommitdiff
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-10-02 00:34:03 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-10-02 00:34:03 +0000
commita9278c16be29e08dcd2e39ec72c3f686d1a0f37a (patch)
tree8fdf7310cba635e4b5a27b6dba180dcf059bc77c /release/release.conf.sample
parenta2950cc4e3e6730f1d961fe8c56d225034cf5be8 (diff)
downloadsrc-test-a9278c16be29e08dcd2e39ec72c3f686d1a0f37a.tar.gz
src-test-a9278c16be29e08dcd2e39ec72c3f686d1a0f37a.zip
Add WITH_COMPRESSED_VMIMAGES variable, which when set enables
xz(1) compression of the virtual machine images. This is intentionally separate to allow more fine-grained tuning over which images are compressed, especially in cases where compressing 20GB sparse images can take hours. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-vmimage/; revision=272392
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index 9acc0e2d820fd..c79ed9f87003a 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -81,6 +81,10 @@ PORTBRANCH="ports/head@rHEAD"
## release build.
#WITH_VMIMAGES=
+## Set to a non-empty value to compress virtual machine images with xz(1)
+## as part of the release build.
+#WITH_COMPRESSED_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"