Page MenuHomeFreeBSD

release: Always create METALOG for pkg installation
ClosedPublic

Authored by emaste on May 4 2025, 10:38 PM.
Tags
None
Referenced Files
F164517726: D50159.id154818.diff
Sat, Aug 1, 4:40 PM
Unknown Object (File)
Fri, Jul 31, 1:52 PM
Unknown Object (File)
Wed, Jul 29, 2:18 AM
Unknown Object (File)
Mon, Jul 27, 9:13 AM
Unknown Object (File)
Sat, Jul 4, 4:57 AM
Unknown Object (File)
Jul 3 2026, 3:12 AM
Unknown Object (File)
Jul 2 2026, 11:38 AM
Unknown Object (File)
Jul 1 2026, 6:32 AM

Details

Summary
We always use METALOG / non-root mode for bootonly.iso, even if not
specifically requested by the user (by setting NO_ROOT).  Thus, add
`-o METALOG=METALOG` to PKG_ARGS unconditionally.

This may result in a spurious METALOG appearing on some release
artifacts for now (until all targets are converted to non-root mode)
but this is not a significant concern.

PR: 286528

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.May 4 2025, 10:41 PM
cperciva added a subscriber: cperciva.

I'm not 100% convinced that a spurious METALOG won't cause any problems, but I'm sure any problems which do arise from that will be fixable. Please commit before next week's snapshots.