Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2019 03:39:51 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r344417 - stable/11/share/man/man7
Message-ID:  <201902210339.x1L3dpvj013699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902210339.x1L3dpvj013699>