Add missing options.
WITHOUT_LOADER_LUA is only needed since we turned it off by default on powerpc and sparc64 in r338203. Same with WITHOUT_LOADER_GEIL. WITH_NVME, WITHOUT_NVME, WITH_LOADER_FORCE_LE have been needed since they were added.
This commit is contained in:
parent
8ce574de3b
commit
8edab9cd00
@ -1,6 +1,6 @@
|
||||
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
|
||||
.\" $FreeBSD$
|
||||
.Dd October 20, 2018
|
||||
.Dd October 21, 2018
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -1190,11 +1190,24 @@ amd64/amd64, arm/arm, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipse
|
||||
.It Va WITH_LOADER_FIREWIRE
|
||||
Enable firewire support in /boot/loader on x86. This option is a nop
|
||||
on all other platforms.
|
||||
.It Va WITH_LOADER_FORCE_LE
|
||||
Set to force the powerpc boot loader to launch the kernel in little
|
||||
endian mode.
|
||||
.It Va WITHOUT_LOADER_GELI
|
||||
Disable inclusion of GELI crypto support in the boot chain binaries.
|
||||
.Pp
|
||||
This is a default setting on
|
||||
powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe and sparc64/sparc64.
|
||||
.It Va WITH_LOADER_GELI
|
||||
Set to build GELI bootloader support.
|
||||
.Pp
|
||||
This is a default setting on
|
||||
amd64/amd64, arm/arm, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf and riscv/riscv64.
|
||||
.It Va WITHOUT_LOADER_LUA
|
||||
Set to not build LUA bindings for the boot loader.
|
||||
.Pp
|
||||
This is a default setting on
|
||||
powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe and sparc64/sparc64.
|
||||
.It Va WITH_LOADER_LUA
|
||||
Set to build LUA bindings for the boot loader.
|
||||
.Pp
|
||||
@ -1422,6 +1435,17 @@ will not be built either if this option is set.
|
||||
Set to not build
|
||||
.Xr ntpd 8
|
||||
and related programs.
|
||||
.It Va WITHOUT_NVME
|
||||
Set to not build nvme related tools and kernel modules.
|
||||
.Pp
|
||||
This is a default setting on
|
||||
arm/arm, arm/armv6, arm/armv7, arm64/aarch64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpcspe, riscv/riscv64 and sparc64/sparc64.
|
||||
.It Va WITH_NVME
|
||||
Set to build nvme related tools and kernel modules.
|
||||
|
||||
.Pp
|
||||
This is a default setting on
|
||||
amd64/amd64, i386/i386 and powerpc/powerpc64.
|
||||
.It Va WITH_OFED
|
||||
Set to build the
|
||||
.Dq "OpenFabrics Enterprise Distribution"
|
||||
|
2
tools/build/options/WITHOUT_LOADER_LUA
Normal file
2
tools/build/options/WITHOUT_LOADER_LUA
Normal file
@ -0,0 +1,2 @@
|
||||
.\" $FreeBSD$
|
||||
Set to not build LUA bindings for the boot loader.
|
2
tools/build/options/WITHOUT_NVME
Normal file
2
tools/build/options/WITHOUT_NVME
Normal file
@ -0,0 +1,2 @@
|
||||
.\" $FreeBSD$
|
||||
Set to not build nvme related tools and kernel modules.
|
3
tools/build/options/WITH_LOADER_FORCE_LE
Normal file
3
tools/build/options/WITH_LOADER_FORCE_LE
Normal file
@ -0,0 +1,3 @@
|
||||
.\" $FreeBSD$
|
||||
Set to force the powerpc boot loader to launch the kernel in little
|
||||
endian mode.
|
2
tools/build/options/WITH_LOADER_GELI
Normal file
2
tools/build/options/WITH_LOADER_GELI
Normal file
@ -0,0 +1,2 @@
|
||||
.\" $FreeBSD$
|
||||
Set to build GELI bootloader support.
|
3
tools/build/options/WITH_NVME
Normal file
3
tools/build/options/WITH_NVME
Normal file
@ -0,0 +1,3 @@
|
||||
.\" $FreeBSD$
|
||||
Set to build nvme related tools and kernel modules.
|
||||
|
Loading…
x
Reference in New Issue
Block a user