summaryrefslogtreecommitdiffstats
path: root/stand
diff options
context:
space:
mode:
authorkevans <kevans@FreeBSD.org>2018-04-06 17:04:21 +0000
committerkevans <kevans@FreeBSD.org>2018-04-06 17:04:21 +0000
commita8ea62429f02624864446bffc93fea23fa387c5e (patch)
tree8dd1148a6e3867140f4acd932b834fd5963f9cca /stand
parentf57ab875f2d5038f6b116c23c8a5daca452a11b2 (diff)
downloadFreeBSD-src-a8ea62429f02624864446bffc93fea23fa387c5e.zip
FreeBSD-src-a8ea62429f02624864446bffc93fea23fa387c5e.tar.gz
MFC r331212,r331213: Move /boot/overlays to /boot/dtb/overlays
r331212: Move /boot/overlays to /boot/dtb/overlays The former is fairly vague; these are FDT overlays to be applied to the running system, so /boot/dtb is a sensible location to put it without cluttering up /boot/dtb even further if desired. r331213: Amend missed reference to /boot/overlays
Diffstat (limited to 'stand')
-rw-r--r--stand/defaults/loader.conf2
-rw-r--r--stand/defaults/loader.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index 9e7ceaa..d7908bf 100644
--- a/stand/defaults/loader.conf
+++ b/stand/defaults/loader.conf
@@ -80,7 +80,7 @@ bootenv_autolist="YES" # Auto populate the list of ZFS Boot Environments
#comconsole_speed="9600" # Set the current serial console speed
#console="vidconsole" # A comma separated list of console(s)
#currdev="disk1s1a" # Set the current device
-module_path="/boot/modules;/boot/dtb;/boot/overlays" # Set the module search path
+module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays" # Set the module search path
#prompt="\\${interpret}" # Set the command prompt
#root_disk_unit="0" # Force the root disk unit number
#rootdev="disk1s1a" # Set the root filesystem
diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5
index f330349..dc22cb4 100644
--- a/stand/defaults/loader.conf.5
+++ b/stand/defaults/loader.conf.5
@@ -284,7 +284,7 @@ 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
+.Pa /boot/dtb/overlays
is created by default for overlays to be placed in.
.It Va kernels_autodetect
If set to
OpenPOWER on IntegriCloud