Deleted Added
full compact
loader.conf (137344) loader.conf (138249)
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 137344 2004-11-07 17:01:08Z krion $
9# $FreeBSD: head/sys/boot/forth/loader.conf 138249 2004-12-01 04:59:33Z scottl $
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

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

60 # by setting them to any value.
61#boot_askname="" # Prompt the user for the name of the root device
62#boot_cdrom="" # Attempt to mount root file system from CD-ROM
63#boot_ddb="" # Instructs the kernel to start in the DDB debugger
64#boot_gdb="" # Selects gdb-remote mode for the kernel debugger
65#boot_multicons="" # Use multiple consoles
66#boot_serial="" # Use serial console
67#boot_single="" # Start system in single-user mode
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

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

60 # by setting them to any value.
61#boot_askname="" # Prompt the user for the name of the root device
62#boot_cdrom="" # Attempt to mount root file system from CD-ROM
63#boot_ddb="" # Instructs the kernel to start in the DDB debugger
64#boot_gdb="" # Selects gdb-remote mode for the kernel debugger
65#boot_multicons="" # Use multiple consoles
66#boot_serial="" # Use serial console
67#boot_single="" # Start system in single-user mode
68#boot_userconfig="" # Run kernel's interactive device configuration program;
69 # currently a no-op
70#boot_verbose="" # Causes extra debugging information to be printed
71#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
72 # Sets the list of init candidates
73
74
75##############################################################
76### Kernel tunables ########################################
77##############################################################

--- 287 unchanged lines hidden ---
68#boot_verbose="" # Causes extra debugging information to be printed
69#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
70 # Sets the list of init candidates
71
72
73##############################################################
74### Kernel tunables ########################################
75##############################################################

--- 287 unchanged lines hidden ---