Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2011 23:38:15 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223129 - head/release
Message-ID:  <201106152338.p5FNcFlN003175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Wed Jun 15 23:38:15 2011
New Revision: 223129
URL: http://svn.freebsd.org/changeset/base/223129

Log:
  Do not install the rescue tools onto the install CD. Since it is read
  only, they are very unlikely to be needed and take up a great deal of
  space.

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Wed Jun 15 23:22:35 2011	(r223128)
+++ head/release/Makefile	Wed Jun 15 23:38:15 2011	(r223129)
@@ -110,7 +110,8 @@ reldoc:
 system: packagesystem
 # Install system
 	-mkdir ${.OBJDIR}/release
-	cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution DESTDIR=${.OBJDIR}/release
+	cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
+	    DESTDIR=${.OBJDIR}/release WITHOUT_RESCUE=1
 	-rm ${.OBJDIR}/release/boot/kernel/*.symbols
 # Copy distfiles
 	mkdir ${.OBJDIR}/release/usr/freebsd-dist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106152338.p5FNcFlN003175>