aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-03-19 16:16:12 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-03-19 16:16:12 +0000
commitd5a390e6c7abf6103dc5e4c3887c72fa2b85312e (patch)
tree79c4593a04cb3e2eec291830b0ff33aab1e646f2 /stand
parent85efc91a3c81b448a5d01bbd24faa17215568d35 (diff)
downloadsrc-d5a390e6c7abf6103dc5e4c3887c72fa2b85312e.tar.gz
src-d5a390e6c7abf6103dc5e4c3887c72fa2b85312e.zip
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.
Notes
Notes: svn path=/head/; revision=331212
Diffstat (limited to 'stand')
-rw-r--r--stand/defaults/loader.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/defaults/loader.conf b/stand/defaults/loader.conf
index 9e7ceaa308e9..d7908bff182e 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