svn commit: r344417 - stable/11/share/man/man7
Kyle Evans
kevans at FreeBSD.org
Thu Feb 21 03:39:52 UTC 2019
Author: kevans
Date: Thu Feb 21 03:39:51 2019
New Revision: 344417
URL: https://svnweb.freebsd.org/changeset/base/344417
Log:
MFc r338043: Document LOADER_DEFAULT_INTERP.
This controls what interpreter the default boot loader in
/boot/loader{,.efi} is, and which one we compile into userboot by
default.
Modified:
stable/11/share/man/man7/build.7
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man7/build.7
==============================================================================
--- stable/11/share/man/man7/build.7 Thu Feb 21 03:37:31 2019 (r344416)
+++ stable/11/share/man/man7/build.7 Thu Feb 21 03:39:51 2019 (r344417)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 10, 2018
+.Dd February 20, 2019
.Dt BUILD 7
.Os
.Sh NAME
@@ -572,6 +572,18 @@ using the
option of
.Xr make 1 :
.Bl -tag -width ".Va -DNO_KERNELCONFIG"
+.It Va LOADER_DEFAULT_INTERP
+Defines what interpreter the default loader program will have.
+Valid values include
+.Dq 4th ,
+.Dq lua ,
+and
+.Dq simp .
+This creates the default link for
+.Pa /boot/loader
+to the loader with that interpreter.
+It also determines what interpreter is compiled into
+.Pa userboot .
.It Va NO_CLEANDIR
If set, the build targets that clean parts of the object tree use the
equivalent of
More information about the svn-src-all
mailing list