aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-10-13 15:49:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-10-13 15:49:50 +0000
commit58ddb0a6843d2f4e2c4ea30773bad738ca819b4d (patch)
tree6cd20278b93431cf4f6c4026d21828f56d858243 /release/Makefile
parent352830e2fa16abcaffeae25b295eb8979e79307b (diff)
downloadsrc-58ddb0a6843d2f4e2c4ea30773bad738ca819b4d.tar.gz
src-58ddb0a6843d2f4e2c4ea30773bad738ca819b4d.zip
Reduce disc1.iso image size by installing the userland with
the WITHOUT_PROFILE=1 option set, trimming 56MB from the image. Approved by: re (glebius) MFC after: 1 week Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=256430
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 4921a0c64b56..847dda9d8b76 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -122,7 +122,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