From owner-dev-commits-src-main@freebsd.org Wed Feb 24 13:20:32 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 846C655CC53; Wed, 24 Feb 2021 13:20:32 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 4DlxPD3PW0z3Fxl; Wed, 24 Feb 2021 13:20:32 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from comporellon.tachypleus.net (unknown [IPv6:2601:405:4a00:acd:f44f:4e72:b9db:4490]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: nwhitehorn/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 30701A466; Wed, 24 Feb 2021 13:20:32 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Subject: Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems. From: Nathan Whitehorn To: Warner Losh Cc: Colin Percival , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org References: <202102232124.11NLOT27012354@gitrepo.freebsd.org> <01000177d0e7f033-389acb59-2004-4040-ba7c-762878ef86b4-000000@email.amazonses.com> Message-ID: <583f83d8-c78b-d961-d2c5-9693bd36563b@freebsd.org> Date: Wed, 24 Feb 2021 08:20:31 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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: Wed, 24 Feb 2021 13:20:32 -0000 On 2/23/21 10:15 PM, Nathan Whitehorn wrote: > > > On 2/23/21 5:39 PM, Warner Losh wrote: >> >> >> On Tue, Feb 23, 2021 at 3:02 PM Nathan Whitehorn >> > wrote: >> >> >> >>     On 2/23/21 4:59 PM, Colin Percival wrote: >>     > On 2/23/21 1:24 PM, Nathan Whitehorn wrote: >>     >>      Mount the EFI system partition (ESP) on newly-installed >>     systems. >>     > Should we do this in VM/cloudware images too? >>     > >> >>     That's a good point. I think so, though I don't have the time or >> test >>     setup to make that change. >> >> >> It would be best if we could do it. >> >> Warner > > I'm giving it a shot and will try to get a patch in tomorrow. > -Nathan > Now in the tree (e70eb402715). Thanks for pointing this out! -Nathan