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.
This commit is contained in:
Nathan Whitehorn 2011-06-15 23:38:15 +00:00
parent 32ecdb308f
commit 6e352319b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223129

View File

@ -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