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, Oct 15, 6:01 PM
Unknown Object (File)
Wed, Oct 15, 6:01 PM
Unknown Object (File)
Wed, Oct 15, 6:01 PM
Unknown Object (File)
Wed, Oct 15, 7:27 AM
Unknown Object (File)
Sep 6 2025, 3:47 AM
Unknown Object (File)
Aug 14 2025, 11:16 PM
Unknown Object (File)
Aug 11 2025, 6:28 AM
Unknown Object (File)
Aug 7 2025, 3:17 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