summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-04-01 22:41:26 +0000
committergjb <gjb@FreeBSD.org>2014-04-01 22:41:26 +0000
commit0fbab8558b93b6bbe8454fb106b44ddf90b8bdb2 (patch)
treecf86a0e3c1820f9dd7dbc14334b447f2a1d64510 /release/release.conf.sample
parent7e4afd5dca9c0bf59aea4307406badff8781b109 (diff)
downloadFreeBSD-src-0fbab8558b93b6bbe8454fb106b44ddf90b8bdb2.zip
FreeBSD-src-0fbab8558b93b6bbe8454fb106b44ddf90b8bdb2.tar.gz
Add a new release build variable, WITH_COMPRESSED_IMAGES.
When set to a non-empty value, the installation medium is compressed with gzip(1) as part of the 'install' target in the release/ directory. With gzip(1) compression, downloadable image are reduced in size quite significantly. Build test against head@263927 shows the following: bootonly.iso: 64% smaller disc1.iso: 44% smaller memstick.img: 47% smaller mini-memstick.img: 65% smaller dvd1.iso: untested This option is off by default, I would eventually like to turn it on by default, and remove the '-k' flag to gzip(1) so only compressed images are published on FTP. Requested by: wkoszek MFC After: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index 0c445c7..e7b9933 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -46,6 +46,7 @@ PORTBRANCH="ports/head@rHEAD"
#NODOC=
#NOPORTS=
#WITH_DVD=
+#WITH_COMPRESSED_IMAGES=
## Set when building embedded images.
#EMBEDDEDBUILD=
OpenPOWER on IntegriCloud