Difference between revisions of "/boot/"
From GhostBSD Wiki
Line 1: | Line 1: | ||
{{Welcome}} | {{Welcome}} | ||
− | |||
− | |||
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | ||
+ | |+Programs and configuration files used during operating system bootstrap | ||
|- | |- | ||
! scope="col" style="width: 100px;"|'''Directory''' | ! scope="col" style="width: 100px;"|'''Directory''' |
Revision as of 14:29, 28 January 2020
Welcome to /boot/. |
Directory | Description |
---|---|
defaults/ | default bootstrapping configuration files; see loader.conf(5) |
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 |