Re: [PATCH] BIOS boot vs EFI system partition mountpoint

Jason Thorpe <[email protected]> Sat, 20 Aug 2022 09:30:50 -0700
Newsgroups gmane.os.netbsd.ports.i386,gmane.os.netbsd.ports.x86-64
Message-ID <[email protected]>
> On Aug 20, 2022, at 6:45 AM, Robert Elz <[email protected]> wrote:
> 
> Please leave /boot as it is (on x86 and arm and anything else that uses
> something of that name) and make a new standard place for mounting the ESP.
> That can be /efi (which I am currently using) or anywhere else that seems

On ARM, /boot *is* the ESP.  (It’s also whee the DTB files live, and U-Boot loads them from there but then invokes our EFI boot loader to load the kernel).

-- thorpej