Page MenuHomeFreeBSD

vmimage.subr: Pass $INSTALLOPTS to install*
ClosedPublic

Authored by cperciva on Sep 1 2024, 6:08 PM.
Tags
None
Referenced Files
F154518212: D46506.id142684.diff
Tue, Apr 28, 7:43 PM
F154515993: D46506.id142684.diff
Tue, Apr 28, 7:32 PM
Unknown Object (File)
Tue, Apr 21, 2:19 AM
Unknown Object (File)
Thu, Apr 16, 11:17 PM
Unknown Object (File)
Tue, Apr 14, 2:02 PM
Unknown Object (File)
Tue, Apr 14, 4:27 AM
Unknown Object (File)
Sat, Apr 11, 12:05 PM
Unknown Object (File)
Wed, Apr 8, 3:38 AM
Subscribers

Details

Summary

This makes it possible for a VM build configuration file to pass
options to make installworld/installkernel/distribution, e.g.
WITHOUT_DEBUG_FILES=YES in order to produce smaller images.

Note that these options are only applied at install time, not at
build time (since the same build is installed into many different
VM images), so not all src.conf options are usable here.

Sponsored by: Amazon

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable