loader.conf (e307eb94ae520d98dc1d346a0c53667a41beab5d) | loader.conf (72cf7db3aaf17db412183886f19320e5074dc8b7) |
---|---|
1# This is loader.conf - a file full of useful variables that you can 2# set to change the default load behavior of your system. You should 3# not edit this file! Put any overrides into one of the 4# loader_conf_files instead and you will be able to update these 5# defaults later without spamming your local configuration information. 6# 7# All arguments must be in double quotes. 8# 9# $FreeBSD$ 10 11### Basic configuration options ############################ 12exec="echo Loading /boot/defaults/loader.conf" 13 14kernel="kernel" # /boot sub-directory containing kernel and modules 15bootfile="kernel" # Kernel name (possibly absolute path) 16kernel_options="" # Flags to be passed to the kernel 17loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local" | 1# This is loader.conf - a file full of useful variables that you can 2# set to change the default load behavior of your system. You should 3# not edit this file! Put any overrides into one of the 4# loader_conf_files instead and you will be able to update these 5# defaults later without spamming your local configuration information. 6# 7# All arguments must be in double quotes. 8# 9# $FreeBSD$ 10 11### Basic configuration options ############################ 12exec="echo Loading /boot/defaults/loader.conf" 13 14kernel="kernel" # /boot sub-directory containing kernel and modules 15bootfile="kernel" # Kernel name (possibly absolute path) 16kernel_options="" # Flags to be passed to the kernel 17loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local" |
18loader_conf_dirs="/boot/loader.conf.d" |
|
18nextboot_conf="/boot/nextboot.conf" 19verbose_loading="NO" # Set to YES for verbose loader output 20 21### Splash screen configuration ############################ 22splash_bmp_load="NO" # Set this to YES for bmp splash screen! 23splash_pcx_load="NO" # Set this to YES for pcx splash screen! 24splash_txt_load="NO" # Set this to YES for TheDraw splash screen! 25vesa_load="NO" # Set this to YES to load the vesa module --- 150 unchanged lines hidden --- | 19nextboot_conf="/boot/nextboot.conf" 20verbose_loading="NO" # Set to YES for verbose loader output 21 22### Splash screen configuration ############################ 23splash_bmp_load="NO" # Set this to YES for bmp splash screen! 24splash_pcx_load="NO" # Set this to YES for pcx splash screen! 25splash_txt_load="NO" # Set this to YES for TheDraw splash screen! 26vesa_load="NO" # Set this to YES to load the vesa module --- 150 unchanged lines hidden --- |