loader.conf revision 45881
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#	$Id: loader.conf,v 1.2 1999/03/14 21:57:49 dcs Exp $
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"
25
26verbose_loading="NO"		# Set to YES for verbose loader output
27
28
29##############################################################
30###  Splash screen configuration  ############################
31##############################################################
32
33splash_bmp_load="NO"		# Set this to YES if you want splash screen!
34vesa_load="NO"			# Set this to YES to load the vesa module
35bitmap_load="NO"		# Set this to YES if you want splash screen!
36bitmap_name="/boot/splash.bmp"	# Set this to the name of the bmp file
37bitmap_type="splash_image_data"
38
39
40##############################################################
41###  Loader settings  ########################################
42##############################################################
43
44#autoboot_delay="10"	# Delay in seconds before autobooting
45#bootfile="/kernel,/kernel.old"	# Set the default boot file set
46#console="vidconsole"	# Set the current console
47#currdev="disk1s1a"	# Set the current device
48#module_path="/modules"	# Set the module search path
49#prompt="\\${currdev}"	# Set the command prompt
50#root_disk_unit="0"	# Force the root disk unit number
51#rootdev="disk1s1a"	# Set the root filesystem
52
53
54##############################################################
55###  Kernel settings  ########################################
56##############################################################
57
58#boot_askname="NO"	# Prompt the user for the name of the root device
59#boot_ddb="NO"		# Instructs the kernel to start in the DDB debugger
60#boot_gdb="NO"		# Selects gdb-remote mode for the kernel debugger
61#boot_single="NO"	# Start system in single-user mode
62#boot_userconfig="NO"	# Run kernel's interactive device configuration program
63#boot_verbose="NO"	# Causes extra debugging information to be printed
64#init_path="/sbin/init"	# Sets the list of init candidates
65
66
67##############################################################
68###  Kernel tunables  ########################################
69##############################################################
70
71#kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
72#kern.vm.kmem.size=""		# Sets the size of kernel memory (bytes)
73#machdep.pccard.pcic_irq="0"	# Assigns PCCARD controller IRQ (0=polled)
74#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
75
76
77##############################################################
78###  Filesystem and related modules  #########################
79##############################################################
80
81# Filesystems
82
83cd9660_load="NO"		# ISO 9660 filesystem
84coda_load="NO"			# CODA filesystem
85fdesc_load="NO"			# Filedescriptors filesystem
86kernfs_load="NO"		# Kernel filesystem
87mfs_load="NO"			# Memory filesystem
88msdos_load="NO"			# FAT-12/16/32
89nfs_load="NO"			# NFS
90null_load="NO"			# Null filesystem
91portal_load="NO"		# Portal filesystem
92procfs_load="NO"		# Process filesystem
93umap_load="NO"			# User-id map filesystem
94union_load="NO"			# Union filesystem
95
96# Related stuff
97
98atapi_load="NO"			# ATAPI-compatible IDE devices
99ccd_load="NO"			# Concatenated disk driver
100vinum_load="NO"			# Concatenated/mirror/raid driver
101vn_load="NO"			# Vnode driver
102wcd_load="NO"			# CD-ROM
103
104
105##############################################################
106###  Screen saver modules  ###################################
107##############################################################
108
109# This is best done in rc.conf
110
111screensave_load="NO"		# Set to YES to load a screensaver module
112screensave_name="green_saver"	# Set to the name of the screensaver module
113
114
115##############################################################
116###  Emulation modules  ######################################
117##############################################################
118
119fpu_load="NO"			# Floating point emulation
120gnufpu_load="NO"		# GNU floating point emulation
121ibcs2_load="NO"			# IBCS2 (SCO) emulation
122ibcs2_coff_load="NO"
123linux_load="NO"			# Linux emulation
124
125
126##############################################################
127###  Networking modules  #####################################
128##############################################################
129
130if_disc_load="NO"		# Discard device
131if_ppp_load="NO"		# Kernel ppp
132if_sl_load="NO"			# SLIP
133if_tun_load="NO"		# Tunnel driver (user process ppp)
134ipfw_load="NO"			# Firewall
135
136
137##############################################################
138###  Other modules  ##########################################
139##############################################################
140
141joy_load="NO"			# Joystick
142lkm_load="NO"			# LKM
143pcic_load="NO"			# PCMCIA
144
145
146##############################################################
147###  Module loading syntax example  ##########################
148##############################################################
149
150#module_load="YES"		# loads module "module"
151#module_name="realname"		# uses "realname" instead of "module"
152#module_type="type"		# passes "-t type" to load
153#module_flags="flags"		# passes "flags" to the module
154#module_before="cmd"		# executes "cmd" before loading the module
155#module_after="cmd"		# executes "cmd" after loading the module
156#module_error="cmd"		# executes "cmd" if load fails
157
158