Deleted Added
full compact
loader.conf (256381) loader.conf (262701)
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: stable/10/sys/boot/forth/loader.conf 256381 2013-10-12 15:31:36Z markm $
9# $FreeBSD: stable/10/sys/boot/forth/loader.conf 262701 2014-03-03 07:16:39Z dteske $
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

--- 36 unchanged lines hidden (view full) ---

54##############################################################
55
56#autoboot_delay="10" # Delay in seconds before autobooting,
57 # set to -1 if you don't want user to be
58 # allowed to interrupt autoboot process and
59 # escape to the loader prompt, set to
60 # "NO" to disable autobooting
61#beastie_disable="NO" # Turn the beastie boot menu on and off
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

--- 36 unchanged lines hidden (view full) ---

54##############################################################
55
56#autoboot_delay="10" # Delay in seconds before autobooting,
57 # set to -1 if you don't want user to be
58 # allowed to interrupt autoboot process and
59 # escape to the loader prompt, set to
60 # "NO" to disable autobooting
61#beastie_disable="NO" # Turn the beastie boot menu on and off
62#kernels="kernel kernel.old" # Kernels to display in the boot menu
62#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
63#comconsole_speed="9600" # Set the current serial console speed
64#console="vidconsole" # A comma separated list of console(s)
65#currdev="disk1s1a" # Set the current device
66module_path="/boot/modules" # Set the module search path
67#prompt="\\${interpret}" # Set the command prompt
68#root_disk_unit="0" # Force the root disk unit number
69#rootdev="disk1s1a" # Set the root filesystem

--- 462 unchanged lines hidden ---
63#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
64#comconsole_speed="9600" # Set the current serial console speed
65#console="vidconsole" # A comma separated list of console(s)
66#currdev="disk1s1a" # Set the current device
67module_path="/boot/modules" # Set the module search path
68#prompt="\\${interpret}" # Set the command prompt
69#root_disk_unit="0" # Force the root disk unit number
70#rootdev="disk1s1a" # Set the root filesystem

--- 462 unchanged lines hidden ---