Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106054150
D21344.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D21344.diff
View Options
Index: head/etc/mtree/BSD.root.dist
===================================================================
--- head/etc/mtree/BSD.root.dist
+++ head/etc/mtree/BSD.root.dist
@@ -18,6 +18,8 @@
rockchip tags=package=runtime
..
..
+ efi
+ ..
firmware
..
lua
Index: head/share/man/man7/hier.7
===================================================================
--- head/share/man/man7/hier.7
+++ head/share/man/man7/hier.7
@@ -53,6 +53,8 @@
.Xr fdt 4
and
.Xr dtc 1
+.It Pa efi/
+Mount point for EFI System Partition (ESP) on UEFI systems.
.It Pa firmware/
loadable kernel modules containing binary firmware for hardware that needs
firmware downloaded to it to function
Index: head/share/mk/bsd.own.mk
===================================================================
--- head/share/mk/bsd.own.mk
+++ head/share/mk/bsd.own.mk
@@ -56,6 +56,15 @@
# KMODMODE KLD mode. [${BINMODE}]
#
#
+# EFIDIR Base path for the UEFI ESP [/boot/efi]
+#
+# EFIOWN EFIDIR owner. [root]
+#
+# EFIGRP EFIDIR group. [wheel]
+#
+# EFIMODE EFIDIR mode. [555]
+#
+#
# SHAREDIR Base path for architecture-independent ascii
# text files. [/usr/share]
#
@@ -169,6 +178,10 @@
DTBOWN?= root
DTBGRP?= wheel
DTBMODE?= 444
+EFIDIR?= /boot/efi
+EFIOWN?= root
+EFIGRP?= wheel
+EFIMODE?= 555
# Use make.conf / environment LIBDIR as default if set...
.if !empty(_PREMK_LIBDIR)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 2:38 PM (2 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15596868
Default Alt Text
D21344.diff (1 KB)
Attached To
Mode
D21344: Standardize EFI's ESP mount point.
Attached
Detach File
Event Timeline
Log In to Comment