svn commit: r273660 - in stable/10: etc/mtree share/man/man7
Ian Lepore
ian at FreeBSD.org
Sun Oct 26 02:27:11 UTC 2014
Author: ian
Date: Sun Oct 26 02:27:10 2014
New Revision: 273660
URL: https://svnweb.freebsd.org/changeset/base/273660
Log:
MFC r271057: Create a /boot/dtb directory to house DTB blobs.
Modified:
stable/10/etc/mtree/BSD.root.dist
stable/10/share/man/man7/hier.7
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/mtree/BSD.root.dist
==============================================================================
--- stable/10/etc/mtree/BSD.root.dist Sun Oct 26 02:25:34 2014 (r273659)
+++ stable/10/etc/mtree/BSD.root.dist Sun Oct 26 02:27:10 2014 (r273660)
@@ -10,6 +10,8 @@
boot
defaults
..
+ dtb
+ ..
firmware
..
kernel
Modified: stable/10/share/man/man7/hier.7
==============================================================================
--- stable/10/share/man/man7/hier.7 Sun Oct 26 02:25:34 2014 (r273659)
+++ stable/10/share/man/man7/hier.7 Sun Oct 26 02:27:10 2014 (r273660)
@@ -52,13 +52,25 @@ programs and configuration files used du
.It Pa defaults/
default bootstrapping configuration files; see
.Xr loader.conf 5
+.It Pa dtb/
+Compiled flattened device tree (FDT) files; see
+.Xr fdt 4
+and
+.Xr dtc 1
+.It Pa firmware/
+Loadable modules containing binary firmware for hardware that needs
+firmware downloaded to it to function
.It Pa kernel/
pure kernel executable (the operating system loaded into memory
-at boot time).
+at boot time)
.It Pa modules/
third-party loadable kernel modules;
see
.Xr kldstat 8
+.It Pa zfs/
+Contains
+.Xr zfs 8
+zpool cache files.
.El
.It Pa /cdrom/
default mount point for CD-ROM drives
More information about the svn-src-stable
mailing list