Page MenuHomeFreeBSD

vmimage.subr: Pass $INSTALLOPTS to install*
ClosedPublic

Authored by cperciva on Sep 1 2024, 6:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 2, 7:40 AM
Unknown Object (File)
Sun, Aug 30, 1:09 AM
Unknown Object (File)
Wed, Aug 26, 2:49 AM
Unknown Object (File)
Tue, Aug 25, 6:27 PM
Unknown Object (File)
Tue, Aug 25, 11:38 AM
Unknown Object (File)
Mon, Aug 24, 11:30 PM
Unknown Object (File)
Aug 13 2026, 12:05 AM
Unknown Object (File)
Aug 11 2026, 11:48 PM
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