git: 4bbfa3d3baf7 - main - release: move installworld before installkernel

John Baldwin jhb at FreeBSD.org
Thu Apr 8 17:48:36 UTC 2021


On 4/5/21 10:16 AM, Ed Maste wrote:
> The branch main has been updated by emaste:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=4bbfa3d3baf70492ad4c3eacace0f966f3ca7070
> 
> commit 4bbfa3d3baf70492ad4c3eacace0f966f3ca7070
> Author:     Ed Maste <emaste at FreeBSD.org>
> AuthorDate: 2021-04-05 17:16:01 +0000
> Commit:     Ed Maste <emaste at FreeBSD.org>
> CommitDate: 2021-04-05 17:16:01 +0000
> 
>      release: move installworld before installkernel
>      
>      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.

Alternatively, installworld and installkernel should perhaps write to separate
intermediate METALOG files that are assembled into the final METALOG file when
a single file is needed.

-- 
John Baldwin


More information about the dev-commits-src-main mailing list