Deleted Added
full compact
loader.conf (88253) loader.conf (89601)
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 88253 2001-12-20 09:14:45Z jim $
9# $FreeBSD: head/sys/boot/forth/loader.conf 89601 2002-01-21 01:16:11Z sobomax $
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

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

59#boot_askname="NO" # Prompt the user for the name of the root device
60#boot_ddb="NO" # Instructs the kernel to start in the DDB debugger
61#boot_gdb="NO" # Selects gdb-remote mode for the kernel debugger
62#boot_single="NO" # Start system in single-user mode
63#boot_userconfig="NO" # Run kernel's interactive device configuration program
64#boot_verbose="NO" # Causes extra debugging information to be printed
65#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
66 # Sets the list of init candidates
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

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

59#boot_askname="NO" # Prompt the user for the name of the root device
60#boot_ddb="NO" # Instructs the kernel to start in the DDB debugger
61#boot_gdb="NO" # Selects gdb-remote mode for the kernel debugger
62#boot_single="NO" # Start system in single-user mode
63#boot_userconfig="NO" # Run kernel's interactive device configuration program
64#boot_verbose="NO" # Causes extra debugging information to be printed
65#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
66 # Sets the list of init candidates
67#dumpdev="ad0s1b" # Set device for crash dumps
67
68
69##############################################################
70### Kernel tunables ########################################
71##############################################################
72
73#kern.maxusers="32" # Set size of various static tables
74#kern.ipc.nmbclusters="" # Set the number of mbuf clusters

--- 192 unchanged lines hidden ---
68
69
70##############################################################
71### Kernel tunables ########################################
72##############################################################
73
74#kern.maxusers="32" # Set size of various static tables
75#kern.ipc.nmbclusters="" # Set the number of mbuf clusters

--- 192 unchanged lines hidden ---