Page MenuHomeFreeBSD

Standardize EFI's ESP mount point.
ClosedPublic

Authored by imp on Aug 20 2019, 4:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 2:56 AM
Unknown Object (File)
Tue, Apr 14, 8:32 AM
Unknown Object (File)
Tue, Apr 14, 8:06 AM
Unknown Object (File)
Tue, Apr 14, 2:25 AM
Unknown Object (File)
Fri, Apr 10, 6:21 AM
Unknown Object (File)
Thu, Apr 9, 8:54 PM
Unknown Object (File)
Wed, Apr 8, 3:26 AM
Unknown Object (File)
Tue, Apr 7, 7:29 PM
Subscribers

Details

Reviewers
None
Group Reviewers
manpages
Commits
rS354915: Standardize EFI's ESP mount point.
Summary

Mount the UEFI ESP on /boot/efi. No current system uses this by default, but
there are many ad-hoc schemes that do this in /efi or /esp or /uefi and adding a
new directory at the top-level would have a much higher likelihood of
collision. Document this in /etc/mtree/BSD.root.mtree and create EFIDIR and
related variables in bsd.own.mk.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mounting the ESP at /boot/efi LGTM, this will give paths like /boot/efi/EFI/... but this is consistent with what Linux distros do

This revision was not accepted when it landed; it landed in state Needs Review.Nov 20 2019, 9:06 PM
This revision was automatically updated to reflect the committed changes.