mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
This commit is contained in:
parent
352830e2fa
commit
58ddb0a684
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue