From owner-dev-commits-src-all@freebsd.org Wed Mar 3 12:42:33 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 EC46B5695D5; Wed, 3 Mar 2021 12:42:33 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DrDD94yZ3z3hPm; Wed, 3 Mar 2021 12:42:33 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 123CgUMT051315; Wed, 3 Mar 2021 04:42:30 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 123CgUmk051314; Wed, 3 Mar 2021 04:42:30 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202103031242.123CgUmk051314@gndrsh.dnsmgr.net> Subject: Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2. In-Reply-To: To: Ed Maste Date: Wed, 3 Mar 2021 04:42:30 -0800 (PST) CC: Warner Losh , Nathan Whitehorn , "Rodney W. Grimes" , Brandon Bergren , src-committers , "" , dev-commits-src-main@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4DrDD94yZ3z3hPm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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: Wed, 03 Mar 2021 12:42:34 -0000 > On Tue, 2 Mar 2021 at 19:30, Warner Losh wrote: > > > > There has been some talk of moving the mount point to /efi, but I think that went nowhere... > > I thought about /efi based on arguments from the Linux world, more > info at https://wiki.archlinux.org/index.php/EFI_system_partition#Typical_mount_points. > I did open https://reviews.freebsd.org/D28814 to move the existing > uses to /efi. That said, I'm much more interested in us picking > something and using it in the installer/other tooling than whether > it's /boot/efi or /efi. > I personally prefer /efi, as I consider /boot to belong to FreeBSD and contain the FreeBSD specific boot code. EFI is a platform specific set of boot code and belongs to the system board, and though it may contain freeBSD specific code it may also contain OTHER code, especially in a multiboot environment. If it happens to align us with Linux, all the more reason to have it at /efi. Regards, -- Rod Grimes rgrimes@freebsd.org