Difference between revisions of "/boot/loader.conf"
From GhostBSD Wiki
Line 10: | Line 10: | ||
This is an examble: | This is an examble: | ||
− | + | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | |
− | + | |- | |
− | + | ! scope="col" style="width: 100px;"|'''Directory''' | |
− | + | ! scope="col" style="width: 350px;"|'''Description''' | |
− | + | |- | |
− | + | |loader_brand="ghostbsd" | |
− | + | | | |
− | + | |- | |
− | + | |loader_logo="ghostbsd" | |
− | + | | | |
− | + | |- | |
− | + | |loader_menu_title="Welcome to GhostBSD" | |
− | + | | | |
+ | |- | ||
+ | |hw.psm.synaptics_support="1" | ||
+ | | | ||
+ | |- | ||
+ | |net.inet.ip.fw.default_to_accept="1" | ||
+ | | | ||
+ | |- | ||
+ | |boot_mute="YES" | ||
+ | | | ||
+ | |- | ||
+ | |crypto_load="YES" | ||
+ | | | ||
+ | |- | ||
+ | |aesni_load="YES" | ||
+ | | | ||
+ | |- | ||
+ | |geom_eli_load="YES" | ||
+ | | | ||
+ | |- | ||
+ | |vfs.zfs.arc_max="512M" | ||
+ | | | ||
+ | |- | ||
+ | |zfs_load="YES" | ||
+ | | | ||
+ | |- | ||
+ | |fuse_load="YES" | ||
+ | | | ||
+ | |- | ||
+ | |vboxdrv_load="YES" | ||
+ | | | ||
+ | |} | ||
{|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" |
Revision as of 07:43, 30 January 2020
Welcome to /boot/loader.conf. |
This page is in maintenance! Please do not change this page without to contact the author or use Discussion! |
Introduction
This is the place to make changes. The file loader.conf contains descriptive information on bootstrapping the system. Through it you can specify the kernel to be booted, parameters to be passed to it, and additional modules to be loaded; and gener ally set all variables described in loader(8) You may also find more information on /boot/defaults/loader.conf
Content
This is an examble:
Directory | Description |
---|---|
loader_brand="ghostbsd" | |
loader_logo="ghostbsd" | |
loader_menu_title="Welcome to GhostBSD" | |
hw.psm.synaptics_support="1" | |
net.inet.ip.fw.default_to_accept="1" | |
boot_mute="YES" | |
crypto_load="YES" | |
aesni_load="YES" | |
geom_eli_load="YES" | |
vfs.zfs.arc_max="512M" | |
zfs_load="YES" | |
fuse_load="YES" | |
vboxdrv_load="YES" |
Back to the Directory Structure to .conf Files or to /boot/ |
---|