From owner-dev-commits-src-all@freebsd.org Tue Feb 23 22:39:20 2021 Return-Path: Delivered-To: dev-commits-src-all@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 EC600555A83 for ; Tue, 23 Feb 2021 22:39:20 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DlYrS69KXz4lXy for ; Tue, 23 Feb 2021 22:39:20 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x830.google.com with SMTP id l25so95321qtr.3 for ; Tue, 23 Feb 2021 14:39:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=PS9c5VNnt3RCV+qZp3iku5LVDdgoep5VosthyidhE9o=; b=dB5pgyWNiXQ9QOp1ygKpz8vHjsdqKUugV/SN7QfPigUAuG1xUzAwTpeu6p5Ajk18Ru b9ES+Pmv3wBQtD4wIW0dRKv/d8fvznAbUx26oHoy924dQQMilphZhcAgd+2yp5ItdBhl O9FIZ9Dfd0Hir2NwXUHkMbS1VYK4czppqqKZ0YTxxpQOzAI6ncqv+1DSePzJ2Zv70vxv kKxCwppAoyJHPXF44n8cWjtC+61jDl8Cv7beaTyeCQU6d4TBtDiYQszF0r+u1ZLor5AM RFQYiTGij0+p+zCv+9ou2Xiv/PtOdwK86K7W66Wq0vxLIfMyLTTjjjno/59plKBsp32k 0IPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PS9c5VNnt3RCV+qZp3iku5LVDdgoep5VosthyidhE9o=; b=VotE714lN/bX2+8Phrc6coZRiwzZmWb5r4TweuepZAnSB8HPS881LVTsY7KzLFh9fW tkqhFCdHdaCvErqcDy6K4SDg2NF663SCguZEtI5LmszwE+DDrD3gLNq3K6wtoSNiRfi4 1dtYnNP4RPWdDvlcwwzVQ+hYXNVZKSIMMs9FHwGk4jusXvgcZV8BMJ68N2muGQV0L63K b+5T9VamwJfl+yBOs+VpS/J0PdUuJdlpMQXKg7gKS3UD4rY5r2TIHKtJy18dfUM1KOy4 njGf8bL12uCDO39OSW8KP4paDZ0BbxTiKU6G9heFaLAB9mbzBb959YdctODYZqlY8R7k fdcg== X-Gm-Message-State: AOAM532T18EVV0VFYDJLdMYZTxjCi3HCHnJq3o4PoBUSWkqknIOUuNmi W/VjXwl0eXGe/4Nev2AqlXuDXdJaTFefrqrzAUEDfzpMcUExeA== X-Google-Smtp-Source: ABdhPJzWvawL1aeEOav4+EwYcRieBAtoT7SYq82MwpD7ZSGKMNXVCdGoF70Jq/4p87mHF2yeu4qKlA8nXl+eXVXITW4= X-Received: by 2002:ac8:5154:: with SMTP id h20mr3818257qtn.73.1614119959668; Tue, 23 Feb 2021 14:39:19 -0800 (PST) MIME-Version: 1.0 References: <202102232124.11NLOT27012354@gitrepo.freebsd.org> <01000177d0e7f033-389acb59-2004-4040-ba7c-762878ef86b4-000000@email.amazonses.com> In-Reply-To: From: Warner Losh Date: Tue, 23 Feb 2021 15:39:08 -0700 Message-ID: Subject: Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems. To: Nathan Whitehorn Cc: Colin Percival , src-committers , "" , dev-commits-src-main@freebsd.org X-Rspamd-Queue-Id: 4DlYrS69KXz4lXy X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2021 22:39:21 -0000 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