Deleted Added
full compact
loader.conf (59895) loader.conf (61640)
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 59895 2000-05-02 11:51:07Z n_hibma $
9# $FreeBSD: head/sys/boot/forth/loader.conf 61640 2000-06-13 22:28:50Z peter $
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="/kernel"
18kernel_options=""
19
20userconfig_script_load="NO"
21userconfig_script_name="/boot/kernel.conf"
22userconfig_script_type="userconfig_script"
23
10
11##############################################################
12### Basic configuration options ############################
13##############################################################
14
15exec=".( Loading /boot/defaults/loader.conf ) cr"
16
17kernel="/kernel"
18kernel_options=""
19
20userconfig_script_load="NO"
21userconfig_script_name="/boot/kernel.conf"
22userconfig_script_type="userconfig_script"
23
24loader_conf_files="/boot/loader.conf /boot/loader.conf.local"
24loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
25
26verbose_loading="NO" # Set to YES for verbose loader output
27
28
29##############################################################
30### Splash screen configuration ############################
31##############################################################
32

--- 161 unchanged lines hidden ---
25
26verbose_loading="NO" # Set to YES for verbose loader output
27
28
29##############################################################
30### Splash screen configuration ############################
31##############################################################
32

--- 161 unchanged lines hidden ---