diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2018-03-07 18:45:24 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2018-03-07 18:45:24 +0000 |
commit | dec08e67e4b078beadd7e5bb3b68cad2fc0074c5 (patch) | |
tree | 73b824aff4e9feecec94e077bbc3db69b74f41e7 | |
parent | a284ff37fcd3987f4c1bf5ce19781ee08f5078cc (diff) | |
download | src-dec08e67e4b078beadd7e5bb3b68cad2fc0074c5.tar.gz src-dec08e67e4b078beadd7e5bb3b68cad2fc0074c5.zip |
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)
Notes
Notes:
svn path=/head/; revision=330622
-rw-r--r-- | stand/defaults/loader.conf.5 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5 index c5ccacdfee05..db59432abdf2 100644 --- a/stand/defaults/loader.conf.5 +++ b/stand/defaults/loader.conf.5 @@ -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 |