summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-12-14 22:39:01 +0000
committergjb <gjb@FreeBSD.org>2013-12-14 22:39:01 +0000
commite88772b06f0f45426ebc7657568367f6595f4670 (patch)
tree049979c4f4c9ec4a2887d819ee698bf2132575de /release/Makefile
parent1948707197e7ff10f90a1ec89884c055862c8f61 (diff)
downloadFreeBSD-src-e88772b06f0f45426ebc7657568367f6595f4670.zip
FreeBSD-src-e88772b06f0f45426ebc7657568367f6595f4670.tar.gz
MFC r256430:
Reduce disc1.iso image size by installing the userland with the WITHOUT_PROFILE=1 option set, trimming 56MB from the image. This change was somehow lost during the 10.0-RELEASE cycle, and is intended for MFC to releng/10.0. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 8db3a73..5d091fc 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -140,7 +140,8 @@ system: packagesystem
# Install system
mkdir -p release
cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
- DESTDIR=${.OBJDIR}/release WITHOUT_RESCUE=1 WITHOUT_KERNEL_SYMBOLS=1
+ DESTDIR=${.OBJDIR}/release WITHOUT_RESCUE=1 WITHOUT_KERNEL_SYMBOLS=1 \
+ WITHOUT_PROFILE=1
# Copy distfiles
mkdir -p release/usr/freebsd-dist
cp *.txz MANIFEST release/usr/freebsd-dist
OpenPOWER on IntegriCloud