loader.conf(5): Document some other settings

These tend to have less coverage in other places and they don't have
defaults as of yet, so mention them here:
- fdt_overlays
- kernels_autodetect (lualoader only)
This commit is contained in:
Kyle Evans 2018-03-07 18:45:24 +00:00
parent a284ff37fc
commit dec08e67e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330622

View File

@ -23,7 +23,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.Dd January 6, 2016
.Dd March 7, 2018
.Dt LOADER.CONF 5
.Os
.Sh NAME
@ -278,6 +278,23 @@ See the entropy entries in
The name of the very early
boot-time entropy cache file.
.El
.Sh OTHER SETTINGS
Other settings that may be used in
.Nm
that have no default value:
.Bl -tag -width bootfile -offset indent
.It Va fdt_overlays
Specifies a comma-delimited list of FDT overlays to apply.
.Pa /boot/overlays
is created by default for overlays to be placed in.
.It Va kernels_autodetect
If set to
.Dq YES ,
attempt to auto-detect kernels installed in
.Pa /boot .
This is an option specific to the Lua-based loader.
It is not available in the default Forth-based loader.
.El
.Sh FILES
.Bl -tag -width /boot/defaults/loader.conf -compact
.It Pa /boot/defaults/loader.conf