aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2026-07-10 04:05:25 +0000
committerWarner Losh <imp@FreeBSD.org>2026-07-10 04:13:07 +0000
commitbcb1b157fdf97d5296457a0a95dfc04e33c2faeb (patch)
tree17347a3d0c8e0df52295ddb6d8317fbd7c8d7778 /share
parentc8842f1d18ae136cf5e3144540f76c7ebe0cd28a (diff)
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.58
-rw-r--r--share/mk/src.opts.mk2
2 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 03c43bed733c..b1c511f596ef 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd July 7, 2026
+.Dd July 9, 2026
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1065,6 +1065,9 @@ Do not build LLVM target support for X86.
The
.Va LLVM_TARGET_ALL
option should be used rather than this in most cases.
+.It Va WITHOUT_LOADER_BIOS
+Do not build x86 BIOS loader support
+
.It Va WITHOUT_LOADER_BIOS_TEXTONLY
Include graphics, font and video mode support in the i386 and amd64 BIOS
boot loader.
@@ -1146,6 +1149,9 @@ arm/armv7 and powerpc/powerpc64.
.It Va WITH_LOADER_USB
Build the usb/kshim library
+.It Va WITHOUT_LOADER_USERBOOT
+Do not build x86 userboot loader support
+
.It Va WITH_LOADER_VERBOSE
Build with extra verbose debugging in the loader.
May explode already nearly too large loader over the limit.
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 1b5a44c231f3..1dbd1d2d9703 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -125,6 +125,7 @@ __DEFAULT_YES_OPTIONS = \
LLVM_BINUTILS \
LLVM_BINUTILS_BOOTSTRAP \
LLVM_COV \
+ LOADER_BIOS \
LOADER_BIOS_TEXTONLY \
LOADER_GELI \
LOADER_IA32 \
@@ -133,6 +134,7 @@ __DEFAULT_YES_OPTIONS = \
LOADER_OFW \
LOADER_PXEBOOT \
LOADER_UBOOT \
+ LOADER_USERBOOT \
LOADER_ZFS \
LOCALES \
LOCATE \