Page MenuHomeFreeBSD

Standardize EFI's ESP mount point.
ClosedPublic

Authored by imp on Aug 20 2019, 4:04 PM.
Tags
None
Referenced Files
F106075203: D21344.diff
Tue, Dec 24, 11:41 PM
F106054150: D21344.diff
Tue, Dec 24, 2:38 PM
Unknown Object (File)
Fri, Dec 20, 10:56 PM
Unknown Object (File)
Nov 6 2024, 6:23 PM
Unknown Object (File)
Nov 3 2024, 9:20 PM
Unknown Object (File)
Oct 31 2024, 3:32 AM
Unknown Object (File)
Sep 24 2024, 2:36 PM
Unknown Object (File)
Sep 24 2024, 2:36 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25981
Build 24536: arc lint + arc unit

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.