loader.conf revision 47171
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.3 1999/04/20 21:15:12 des 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 for bmp splash screen!
34splash_pcx_load="NO"		# Set this to YES for pcx splash screen!
35vesa_load="NO"			# Set this to YES to load the vesa module
36bitmap_load="NO"		# Set this to YES if you want splash screen!
37bitmap_name="/boot/splash.bmp"	# Set this to the name of the bmp or pcx file
38bitmap_type="splash_image_data"
39
40
41##############################################################
42###  Loader settings  ########################################
43##############################################################
44
45#autoboot_delay="10"	# Delay in seconds before autobooting
46#bootfile="/kernel,/kernel.old"	# Set the default boot file set
47#console="vidconsole"	# Set the current console
48#currdev="disk1s1a"	# Set the current device
49#module_path="/modules"	# Set the module search path
50#prompt="\\${currdev}"	# Set the command prompt
51#root_disk_unit="0"	# Force the root disk unit number
52#rootdev="disk1s1a"	# Set the root filesystem
53
54
55##############################################################
56###  Kernel settings  ########################################
57##############################################################
58
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"	# Sets the list of init candidates
66
67
68##############################################################
69###  Kernel tunables  ########################################
70##############################################################
71
72#kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
73#kern.vm.kmem.size=""		# Sets the size of kernel memory (bytes)
74#machdep.pccard.pcic_irq="0"	# Assigns PCCARD controller IRQ (0=polled)
75#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
76
77
78##############################################################
79###  Filesystem and related modules  #########################
80##############################################################
81
82# Filesystems
83
84cd9660_load="NO"		# ISO 9660 filesystem
85coda_load="NO"			# CODA filesystem
86fdesc_load="NO"			# Filedescriptors filesystem
87kernfs_load="NO"		# Kernel filesystem
88mfs_load="NO"			# Memory filesystem
89msdos_load="NO"			# FAT-12/16/32
90nfs_load="NO"			# NFS
91ntfs_load="NO"			# NTFS
92null_load="NO"			# Null filesystem
93portal_load="NO"		# Portal filesystem
94procfs_load="NO"		# Process filesystem
95umap_load="NO"			# User-id map filesystem
96union_load="NO"			# Union filesystem
97
98# Related stuff
99
100atapi_load="NO"			# ATAPI-compatible IDE devices
101ccd_load="NO"			# Concatenated disk driver
102vinum_load="NO"			# Concatenated/mirror/raid driver
103vn_load="NO"			# Vnode driver
104
105
106##############################################################
107###  Screen saver modules  ###################################
108##############################################################
109
110# This is best done in rc.conf
111
112screensave_load="NO"		# Set to YES to load a screensaver module
113screensave_name="green_saver"	# Set to the name of the screensaver module
114
115
116##############################################################
117###  Emulation modules  ######################################
118##############################################################
119
120fpu_load="NO"			# Floating point emulation
121gnufpu_load="NO"		# GNU floating point emulation
122ibcs2_load="NO"			# IBCS2 (SCO) emulation
123ibcs2_coff_load="NO"
124linux_load="NO"			# Linux emulation
125
126
127##############################################################
128###  Networking modules  #####################################
129##############################################################
130
131if_disc_load="NO"		# Discard device
132if_ppp_load="NO"		# Kernel ppp
133if_sl_load="NO"			# SLIP
134if_tun_load="NO"		# Tunnel driver (user process ppp)
135ipfw_load="NO"			# Firewall
136
137
138##############################################################
139###  Other modules  ##########################################
140##############################################################
141
142joy_load="NO"			# Joystick
143lkm_load="NO"			# LKM
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