Page MenuHomeFreeBSD

release: move installworld before installkernel
ClosedPublic

Authored by emaste on Apr 5 2021, 12:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 26, 4:35 PM
Unknown Object (File)
Wed, Feb 26, 6:24 AM
Unknown Object (File)
Tue, Feb 25, 6:44 PM
Unknown Object (File)
Mon, Feb 24, 5:09 PM
Unknown Object (File)
Thu, Feb 20, 1:15 PM
Unknown Object (File)
Fri, Feb 14, 2:20 PM
Unknown Object (File)
Fri, Feb 7, 12:03 PM
Unknown Object (File)
Jan 24 2025, 7:06 PM
Subscribers
Tokens
"Love" token, awarded by ehem_freebsd_m5p.com.

Details

Summary

To support -DNO_ROOT work. The top-level installworld target creates a new METALOG starting with #mtree 2.0 so it needs to be first, to avoid overwriting installkernel METALOG entries.

Diff Detail

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

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Apr 5 2021, 4:42 PM

I'm unsure which commit did it, but at a point near this commit the time taken by release builds drastically decreased. Before this close to 20 hours for an aarch64 cross-build, just over 6 after. Even though I can leave my build machine running, the decrease in latency is very nice. Thank you.