Difference between revisions of "/boot/"
From GhostBSD Wiki
Line 9: | Line 9: | ||
|defaults/ | |defaults/ | ||
|default bootstrapping configuration files; see [https://www.freebsd.org/cgi/man.cgi?query=loader.conf&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports loader.conf(5)] | |default bootstrapping configuration files; see [https://www.freebsd.org/cgi/man.cgi?query=loader.conf&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports loader.conf(5)] | ||
+ | |- | ||
+ | |file: /boot/defaults/loader.conf | ||
+ | |default settings -- do not change this file. | ||
+ | |- | ||
+ | |file: /boot/loader.conf | ||
+ | |user defined settings | ||
+ | |- | ||
+ | |file: /boot/loader.conf.local | ||
+ | |machine-specific settings for sites with a <code>common loader.conf.</code> | ||
|- | |- | ||
|dtb/ | |dtb/ |
Revision as of 15:52, 28 January 2020
Welcome to /boot/. |
Directory | Description |
---|---|
defaults/ | default bootstrapping configuration files; see loader.conf(5) |
file: /boot/defaults/loader.conf | default settings -- do not change this file. |
file: /boot/loader.conf | user defined settings |
file: /boot/loader.conf.local | machine-specific settings for sites with a common loader.conf.
|
dtb/ | Compiled flattened device tree (FDT) files; see fdt(4) and dtc(1) |
firmware/ | loadable kernel modules containing binary firmware for hardware that needs firmware downloaded to it to function |
kernel/ | pure kernel executable (the operating system loaded into memory at boot time) and kernel modules |
modules/ | third-party loadable kernel modules; see kldstat(8) |
overlays/ | Compiled flattened device tree (FDT) overlays; see fdt(4) and dtc(1) |
zfs/ | zfs(8) zpool cache files |
Back to Directory Structure |