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)
Fri, May 3, 4:26 PM
Unknown Object (File)
Sat, Apr 27, 12:42 PM
Unknown Object (File)
Sat, Apr 27, 12:08 PM
Unknown Object (File)
Sat, Apr 27, 12:08 PM
Unknown Object (File)
Sat, Apr 27, 11:22 AM
Unknown Object (File)
Thu, Apr 25, 9:00 PM
Unknown Object (File)
Sun, Apr 21, 2:54 PM
Unknown Object (File)
Sun, Apr 21, 7:33 AM
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.