Deleted Added
full compact
loader.conf (95531) loader.conf (97201)
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#
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: head/sys/boot/forth/loader.conf 95531 2002-04-26 22:32:15Z wes $
9# $FreeBSD: head/sys/boot/forth/loader.conf 97201 2002-05-24 02:28:58Z gordon $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules
18bootfile="kernel" # Kernel name (possibly absolute path)
19kernel_options=""
20
21userconfig_script_load="NO"
22userconfig_script_name="/boot/kernel.conf"
23userconfig_script_type="userconfig_script"
24
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="kernel" # /boot sub-directory containing kernel and modules
18bootfile="kernel" # Kernel name (possibly absolute path)
19kernel_options=""
20
21userconfig_script_load="NO"
22userconfig_script_name="/boot/kernel.conf"
23userconfig_script_type="userconfig_script"
24
25loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local /boot/nextboot.conf"
25loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
26nextboot_conf="/boot/nextboot.conf"
27nextboot_enable="NO"
26
27verbose_loading="NO" # Set to YES for verbose loader output
28
29
30##############################################################
31### Splash screen configuration ############################
32##############################################################
33

--- 238 unchanged lines hidden ---
28
29verbose_loading="NO" # Set to YES for verbose loader output
30
31
32##############################################################
33### Splash screen configuration ############################
34##############################################################
35

--- 238 unchanged lines hidden ---