loader.conf revision 86902
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 86902 2001-11-26 03:49:59Z rwatson $
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
18bootfile="kernel"	# Kernel name (possibly absolute path)
19kernel_options=""
20
21userconfig_script_load="NO"
22userconfig_script_name="/boot/kernel.conf"
23userconfig_script_type="userconfig_script"
24
25loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
26
27verbose_loading="NO"		# Set to YES for verbose loader output
28
29
30##############################################################
31###  Splash screen configuration  ############################
32##############################################################
33
34splash_bmp_load="NO"		# Set this to YES for bmp splash screen!
35splash_pcx_load="NO"		# Set this to YES for pcx splash screen!
36vesa_load="NO"			# Set this to YES to load the vesa module
37bitmap_load="NO"		# Set this to YES if you want splash screen!
38bitmap_name="splash.bmp"	# Set this to the name of the bmp or pcx file
39bitmap_type="splash_image_data" # and place it on the module_path
40
41
42##############################################################
43###  Loader settings  ########################################
44##############################################################
45
46#autoboot_delay="10"		# Delay in seconds before autobooting
47#console="vidconsole"		# Set the current console
48#currdev="disk1s1a"		# Set the current device
49module_path="/boot/kernel;/boot/modules;/modules"	# Set the module search path
50#prompt="\\${interpret}"	# 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:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
66			# Sets the list of init candidates
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
75#kern.vm.kmem.size=""		# Sets the size of kernel memory (bytes)
76#machdep.pccard.pcic_irq="0"	# Assigns PCCARD controller IRQ (0=polled)
77#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
78#debug.ktr.cpumask="0xf"	# Bitmask of CPUs to enable KTR on
79#debug.ktr.mask="0x1200"	# Bitmask of KTR events to enable
80#debug.ktr.verbose="1"		# Enable console dump of KTR events
81
82
83##############################################################
84###  Filesystem and related modules  #########################
85##############################################################
86
87# Filesystems
88
89cd9660_load="NO"		# ISO 9660 filesystem
90coda_load="NO"			# CODA filesystem
91fdescfs_load="NO"		# Filedescriptors filesystem
92msdosfs_load="NO"		# FAT-12/16/32
93nfs_load="NO"			# NFS
94ntfs_load="NO"			# NTFS
95nullfs_load="NO"		# Null filesystem
96portalfs_load="NO"		# Portal filesystem
97procfs_load="NO"		# Process filesystem
98umapfs_load="NO"		# User-id map filesystem
99unionfs_load="NO"		# Union filesystem
100
101# Related stuff
102
103ccd_load="NO"			# Concatenated disk driver
104vinum_load="NO"			# Concatenated/mirror/raid driver
105md_load="NO"			# Memory disk driver (vnode/swap/malloc)
106
107
108##############################################################
109###  Screen saver modules  ###################################
110##############################################################
111
112# This is best done in rc.conf
113
114screensave_load="NO"		# Set to YES to load a screensaver module
115screensave_name="green_saver"	# Set to the name of the screensaver module
116
117
118##############################################################
119###  Emulation modules  ######################################
120##############################################################
121
122fpu_load="NO"			# Floating point emulation
123gnufpu_load="NO"		# GNU floating point emulation
124ibcs2_load="NO"			# IBCS2 (SCO) emulation
125ibcs2_coff_load="NO"
126linux_load="NO"			# Linux emulation
127svr4_load="NO"			# SystemV R4 emulation
128streams_load="NO"		# System V streams module
129
130
131##############################################################
132###  Networking modules  #####################################
133##############################################################
134
135if_disc_load="NO"		# Discard device
136if_ppp_load="NO"		# Kernel ppp
137if_sl_load="NO"			# SLIP
138if_tun_load="NO"		# Tunnel driver (user process ppp)
139ipfw_load="NO"			# Firewall
140
141
142##############################################################
143###  Networking drivers  #####################################
144##############################################################
145
146miibus_load="NO"		# miibus support, needed for some drivers
147if_an_load="NO"			# Aironet 4500/4800 802.11 wireless NICs
148if_dc_load="NO"			# DEC/Intel 21143 and various workalikes
149if_fxp_load="NO"		# Intel EtherExpress PRO/100B (82557, 82558)
150if_rl_load="NO"			# RealTek 8129/8139
151if_sf_load="NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")
152if_sis_load="NO"		# Silicon Integrated Systems SiS 900/7016
153if_sk_load="NO"			# SysKonnect SK-984x series PCI gigabit ethernet
154if_ti_load="NO"			# Alteon Networks Tigon 1 and Tigon 2
155if_tl_load="NO"			# Texas Instruments TNETE100 ("ThunderLAN")
156if_vr_load="NO"			# VIA Rhine I and Rhine II
157if_wb_load="NO"			# Winbond W89C840F
158if_wi_load="NO"			# WaveLAN/IEEE 802.11 wireless NICs
159if_wx_load="NO"			# Intel Gigabit Ethernet
160if_xl_load="NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)
161
162##############################################################
163###  Netgraph modules  #######################################
164##############################################################
165
166ng_UI_load="NO"			# UI netgraph node type
167ng_async_load="NO"		# asynchronous framing netgraph node type
168ng_bpf_load="NO"		# Berkeley packet filter netgraph node type
169ng_bridge_load="NO"		# Ethernet bridging netgraph node type
170ng_cisco_load="NO"		# Cisco HDLC protocol netgraph node type
171ng_echo_load="NO"		# Netgraph echo node type
172ng_ether_load="NO"		# Ethernet netgraph node type
173ng_frame_relay_load="NO"	# frame relay netgraph node type
174ng_hole_load="NO"		# Netgraph discard node type
175ng_iface_load="NO"		# interface Netgraph node type
176ng_ksocket_load="NO"		# kernel socket netgraph node type
177ng_lmi_load="NO"		# frame relay LMI protocol netgraph node type
178ng_mppc_load="NO"		# Microsoft MPPC/MPPE compression and encryption netgraph node type
179ng_one2many_load="NO"		# packet multiplexing netgraph node type
180ng_ppp_load="NO"		# PPP protocol netgraph node type
181ng_pppoe_load="NO"		# RFC 2516 PPPOE protocol netgraph node type
182ng_pptpgre_load="NO"		# PPTP GRE protocol netgraph node type
183ng_rfc1490_load="NO"		# RFC 1490 netgraph node type
184ng_socket_load="NO"		# Netgraph socket node type
185ng_tee_load="NO"		# Netgraph ``tee'' node type
186ng_tty_load="NO"		# Netgraph node type that is also a line discipline
187ng_vjc_load="NO"		# Van Jacobsen compression netgraph node type
188
189##############################################################
190###  Sound modules  ##########################################
191##############################################################
192
193snd_pcm_load="NO"		# Digital sound subsystem
194snd_ad1816_load="NO"		# ad1816
195snd_cmi_load="NO"		# cmi
196snd_csa_load="NO"		# csa
197snd_cs4281_load="NO"		# cs4281
198snd_ds1_load="NO"		# ds1
199snd_emu10k1_load="NO" 		# Creative Sound Blaster Live
200snd_ess_load="NO"		# ess
201snd_es137x_load="NO"		# es137x
202snd_fm801_load="NO"		# fm801
203snd_maestro_load="NO"		# Maestro
204snd_maestro3_load="NO"		# Maestro3
205snd_mss_load="NO"		# Mss
206snd_neomagic_load="NO"		# Neomagic
207snd_sbc_load="NO"		# Sbc
208snd_sb8_load="NO"		# Sound Blaster Pro
209snd_sb16_load="NO"		# Sound Blaster 16
210snd_solo_load="NO"		# Solo
211snd_t4dwave_load="NO"		# t4dwave
212snd_via82c686_load="NO"		# via82c686
213snd_load="NO"			# All sound drivers
214
215##############################################################
216###  USB modules  ############################################
217##############################################################
218
219usb_load="NO"			# USB subsystem
220udbp_load="NO"			# USB double bulk pipe host 2 host cables
221ugen_load="NO"			# USB generic device, if all else fails ...
222uhid_load="NO"			# Human Interface Devices
223ukbd_load="NO"			# Keyboard
224ulpt_load="NO"			# Printer
225ums_load="NO"			# Mouse
226umass_load="NO"			# Mass Storage Devices
227umodem_load="NO"		# Modems
228uscanner_load="NO"		# Scanners
229if_aue_load="NO"		# ADMtek USB ethernet
230if_cue_load="NO"		# CATC USB ethernet
231if_kue_load="NO"		# Kawasaki LSI USB ethernet
232
233##############################################################
234###  Other modules  ##########################################
235##############################################################
236
237bktr_load="NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card
238ispfw_load="NO"			# Qlogic ISP Firmware
239agp_load="NO"			# agp module
240accf_data_load="NO"		# Wait for data accept filter
241accf_http_load="NO"		# Wait for full HTTP request accept filter
242random_load="NO"		# Random device
243atspeaker_load="NO"		# AT speaker module
244
245##############################################################
246###  ACPI settings  ##########################################
247##############################################################
248
249acpi_dsdt_load="NO"		# DSDT Overriding
250acpi_dsdt_type="acpi_dsdt"	# Don't change this
251acpi_dsdt_name="/boot/acpi_dsdt.aml"
252				# Override DSDT in BIOS by this file
253
254##############################################################
255###  Module loading syntax example  ##########################
256##############################################################
257
258#module_load="YES"		# loads module "module"
259#module_name="realname"		# uses "realname" instead of "module"
260#module_type="type"		# passes "-t type" to load
261#module_flags="flags"		# passes "flags" to the module
262#module_before="cmd"		# executes "cmd" before loading the module
263#module_after="cmd"		# executes "cmd" after loading the module
264#module_error="cmd"		# executes "cmd" if load fails
265
266