svn commit: r332116 - in stable/11: etc/mtree stand/defaults
Kyle Evans
kevans at FreeBSD.org
Fri Apr 6 17:04:22 UTC 2018
Author: kevans
Date: Fri Apr 6 17:04:21 2018
New Revision: 332116
URL: https://svnweb.freebsd.org/changeset/base/332116
Log:
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
Modified:
stable/11/etc/mtree/BSD.root.dist
stable/11/stand/defaults/loader.conf
stable/11/stand/defaults/loader.conf.5
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/etc/mtree/BSD.root.dist
==============================================================================
--- stable/11/etc/mtree/BSD.root.dist Fri Apr 6 16:59:58 2018 (r332115)
+++ stable/11/etc/mtree/BSD.root.dist Fri Apr 6 17:04:21 2018 (r332116)
@@ -11,14 +11,14 @@
defaults
..
dtb
+ overlays tags=package=runtime
+ ..
..
firmware
..
kernel
..
modules
- ..
- overlays tags=package=runtime
..
zfs
..
Modified: stable/11/stand/defaults/loader.conf
==============================================================================
--- stable/11/stand/defaults/loader.conf Fri Apr 6 16:59:58 2018 (r332115)
+++ stable/11/stand/defaults/loader.conf Fri Apr 6 17:04:21 2018 (r332116)
@@ -80,7 +80,7 @@ bootenv_autolist="YES" # Auto populate the list of ZF
#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
Modified: stable/11/stand/defaults/loader.conf.5
==============================================================================
--- stable/11/stand/defaults/loader.conf.5 Fri Apr 6 16:59:58 2018 (r332115)
+++ stable/11/stand/defaults/loader.conf.5 Fri Apr 6 17:04:21 2018 (r332116)
@@ -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
More information about the svn-src-stable
mailing list