Skip to content

Commit

Permalink
Move /boot/overlays to /boot/dtb/overlays
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kevans91 committed Mar 19, 2018
1 parent 85efc91 commit d5a390e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/mtree/BSD.root.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
defaults
..
dtb
overlays tags=package=runtime
..
..
firmware
..
Expand All @@ -20,8 +22,6 @@
..
modules
..
overlays tags=package=runtime
..
zfs
..
..
Expand Down
2 changes: 1 addition & 1 deletion stand/defaults/loader.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5a390e

Please sign in to comment.