git: 03ff6260b4be - main - src.conf.5: regen after LOADER_IA32 knob addition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Sep 2024 13:12:55 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=03ff6260b4bea111f5f464d1ecaa3d12b8d81379
commit 03ff6260b4bea111f5f464d1ecaa3d12b8d81379
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-09-21 13:10:25 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-21 13:12:36 +0000
src.conf.5: regen after LOADER_IA32 knob addition
Fixes: fe3f792f9a29 ("Add build option for the ia32 loader")
Sponsored by: The FreeBSD Foundation
---
share/man/man5/src.conf.5 | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 267351309f93..303697c6efb5 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 September 7, 2024
+.Dd September 21, 2024
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1034,6 +1034,16 @@ Build GELI bootloader support.
.Pp
This is a default setting on
amd64/amd64, arm/armv7, arm64/aarch64, i386/i386 and riscv/riscv64.
+.It Va WITHOUT_LOADER_IA32
+Do not build the 32-bit UEFI loader.
+.Pp
+This is a default setting on
+arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpc64le and riscv/riscv64.
+.It Va WITH_LOADER_IA32
+Build the 32-bit UEFI loader.
+.Pp
+This is a default setting on
+amd64/amd64.
.It Va WITHOUT_LOADER_KBOOT
Do not build kboot, a linuxboot environment loader
.Pp