From owner-dev-commits-src-main@freebsd.org Thu Apr 8 17:48:36 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C6095B9FF1; Thu, 8 Apr 2021 17:48:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGTJh2Hj8z3qB2; Thu, 8 Apr 2021 17:48:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id C6E585D81; Thu, 8 Apr 2021 17:48:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) To: Ed Maste , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202104051716.135HGoYJ012524@gitrepo.freebsd.org> From: John Baldwin Subject: Re: git: 4bbfa3d3baf7 - main - release: move installworld before installkernel Message-ID: <44444ea1-0c4c-98fb-9cae-fe3650441422@FreeBSD.org> Date: Thu, 8 Apr 2021 10:48:31 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: <202104051716.135HGoYJ012524@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 17:48:36 -0000 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 > AuthorDate: 2021-04-05 17:16:01 +0000 > Commit: Ed Maste > 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