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