Page MenuHomeFreeBSD

D21344.diff
No OneTemporary

D21344.diff

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

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)

Event Timeline