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:
parent
32ecdb308f
commit
6e352319b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user