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, Mar 26, 5:48 PM
Unknown Object (File)
Wed, Mar 19, 3:47 AM
Unknown Object (File)
Feb 26 2025, 4:35 PM
Unknown Object (File)
Feb 26 2025, 6:24 AM
Unknown Object (File)
Feb 25 2025, 6:44 PM
Unknown Object (File)
Feb 24 2025, 5:09 PM
Unknown Object (File)
Feb 20 2025, 1:15 PM
Unknown Object (File)
Feb 14 2025, 2:20 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

Lint
Lint Skipped
Unit
Tests Skipped

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.