summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-04-08 00:53:31 +0000
committergjb <gjb@FreeBSD.org>2014-04-08 00:53:31 +0000
commit6f50d7f0911bd0d0ad08c5683f442fe5134b4978 (patch)
treee8f39f9c05e6d3e8f4986838687525f0266bb3ef /share/man
parentd32682111b73a8795016f1dd6d34ceb40cc6afe2 (diff)
downloadFreeBSD-src-6f50d7f0911bd0d0ad08c5683f442fe5134b4978.zip
FreeBSD-src-6f50d7f0911bd0d0ad08c5683f442fe5134b4978.tar.gz
MFC r264027, r264028, r264029, r264030, r264046, r264073:
r264027: Add a new release build variable, WITH_COMPRESSED_IMAGES. When set to a non-empty value, the installation medium is compressed as part of the 'install' target in the release/ directory. r264028: Clean up trailing whitespace in release/Makefile. r264029: Fix logic error. r264030: If WITH_COMPRESSED_IMAGES is set, add the compressed images to the CLEANFILES list. r264046: Use xz(1) instead of gzip(1) to compress release images when WITH_COMPRESSED_IMAGES is used. r264073: Allow overriding xz(1) path. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/release.78
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 34bd0cb..1278a62 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 5, 2014
+.Dd April 2, 2014
.Dt RELEASE 7
.Os
.Sh NAME
@@ -250,6 +250,12 @@ Setting this also sets
Set to a non-empty value to include the
.Cm dvdrom
target.
+.It Va WITH_COMPRESSED_IMAGES
+Set to a non-empty value to compress the release images with
+.Xr xz 1 .
+The original
+.Pq uncompressed
+images are not removed.
.It Va VCSCMD
The command run to obtain the source trees.
Defaults to
OpenPOWER on IntegriCloud