loader.conf revision 166003
1272343Sngie# This is loader.conf - a file full of useful variables that you can
2272343Sngie# set to change the default load behavior of your system. You should
3272343Sngie# not edit this file!  Put any overrides into one of the
4272343Sngie# loader_conf_files instead and you will be able to update these
5272343Sngie# defaults later without spamming your local configuration information.
6272343Sngie#
7272343Sngie# All arguments must be in double quotes.
8272343Sngie#
9272343Sngie# $FreeBSD: head/sys/boot/forth/loader.conf 166003 2007-01-14 12:20:31Z maxim $
10272343Sngie
11272343Sngie##############################################################
12272343Sngie###  Basic configuration options  ############################
13272343Sngie##############################################################
14272343Sngie
15272343Sngieexec=".( Loading /boot/defaults/loader.conf ) cr"
16272343Sngie
17272343Sngiekernel="kernel"		# /boot sub-directory containing kernel and modules
18272343Sngiebootfile="kernel"	# Kernel name (possibly absolute path)
19272343Sngiekernel_options=""	# Flags to be passed to the kernel
20272343Sngie
21272343Sngieloader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
22272343Sngienextboot_conf="/boot/nextboot.conf"
23272343Sngienextboot_enable="NO"
24272343Sngie
25272343Sngieverbose_loading="NO"		# Set to YES for verbose loader output
26272343Sngie
27272343Sngie
28272343Sngie##############################################################
29272343Sngie###  Splash screen configuration  ############################
30272343Sngie##############################################################
31272343Sngie
32272343Sngiesplash_bmp_load="NO"		# Set this to YES for bmp splash screen!
33272343Sngiesplash_pcx_load="NO"		# Set this to YES for pcx splash screen!
34272343Sngievesa_load="NO"			# Set this to YES to load the vesa module
35272343Sngiebitmap_load="NO"		# Set this to YES if you want splash screen!
36272343Sngiebitmap_name="splash.bmp"	# Set this to the name of the bmp or pcx file
37272343Sngiebitmap_type="splash_image_data" # and place it on the module_path
38272343Sngie
39272343Sngie
40272343Sngie##############################################################
41272343Sngie###  Loader settings  ########################################
42272343Sngie##############################################################
43272343Sngie
44272343Sngie#autoboot_delay="10"		# Delay in seconds before autobooting,
45272343Sngie				# set to -1 if you don't want user to be
46272343Sngie				# allowed to interrupt autoboot process and
47272343Sngie				# escape to the loader prompt
48272343Sngie#beastie_disable="NO"		# Turn the beastie boot menu on and off
49272343Sngie#loader_logo="fbsdbw"		# Desired logo: fbsdbw, beastiebw, beastie, none
50272343Sngie#comconsole_speed="9600"	# Set the current serial console speed
51272343Sngie#console="vidconsole"		# A comma separated list of console(s)
52272343Sngie#currdev="disk1s1a"		# Set the current device
53272343Sngiemodule_path="/boot/modules"	# Set the module search path
54272343Sngie#prompt="\\${interpret}"	# Set the command prompt
55272343Sngie#root_disk_unit="0"		# Force the root disk unit number
56272343Sngie#rootdev="disk1s1a"		# Set the root filesystem
57272343Sngie
58272343Sngie
59272343Sngie##############################################################
60272343Sngie###  Kernel settings  ########################################
61272343Sngie##############################################################
62272343Sngie
63272343Sngie# The following boot_ variables are enabled by setting them to any value.
64272343Sngie# Their presence in the kernel environment (see kenv(1)) has the same
65272343Sngie# effect as setting the given boot flag (see boot(8)).
66272343Sngie
67272343Sngie#boot_askname=""	# -a: Prompt the user for the name of the root device
68272343Sngie#boot_cdrom=""		# -C: Attempt to mount root file system from CD-ROM
69272343Sngie#boot_ddb=""		# -d: Instructs the kernel to start in the DDB debugger
70272343Sngie#boot_dfltroot=""	# -r: Use the statically configured root file system
71272343Sngie#boot_gdb=""		# -g: Selects gdb-remote mode for the kernel debugger
72272343Sngie#boot_multicons=""	# -D: Use multiple consoles
73272343Sngie#boot_mute=""		# -m: Mute the console
74272343Sngie#boot_pause=""		# -p: Pause after each line during device probing
75272343Sngie#boot_serial=""		# -h: Use serial console
76272343Sngie#boot_single=""		# -s: Start system in single-user mode
77272343Sngie#boot_verbose=""	# -v: Causes extra debugging information to be printed
78272343Sngie#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall"
79272343Sngie			# Sets the list of init candidates
80272343Sngie
81272343Sngie
82272343Sngie##############################################################
83272343Sngie###  Kernel tunables  ########################################
84272343Sngie##############################################################
85272343Sngie
86272343Sngie#hw.physmem="1G"		# Limit physical memory. See loader(8)
87272343Sngie#kern.dfldsiz=""		# Set the initial data size limit
88272343Sngie#kern.dflssiz=""		# Set the initial stack size limit
89272343Sngie#kern.hz="100"			# Set the kernel interval timer rate
90272343Sngie#kern.maxbcache=""		# Set the max buffer cache KVA storage
91272343Sngie#kern.maxdsiz=""		# Set the max data size
92272343Sngie#kern.maxfiles=""		# Set the sys. wide open files limit
93272343Sngie#kern.maxproc=""		# Set the maximum # of processes
94272343Sngie#kern.maxssiz=""		# Set the max stack size
95272343Sngie#kern.maxswzone=""		# Set the max swmeta KVA storage
96272343Sngie#kern.maxtsiz=""		# Set the max text size
97272343Sngie#kern.maxusers="32"		# Set size of various static tables
98272343Sngie#kern.nbuf=""			# Set the number of buffer headers
99272343Sngie#kern.ncallout=""		# Set the maximum # of timer events
100272343Sngie#kern.sgrowsiz=""		# Set the amount to grow stack
101272343Sngie#kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
102272343Sngie#kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
103272343Sngie#kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
104272343Sngie#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
105272343Sngie#kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
106272343Sngie#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
107272343Sngie#vfs.root.mountfrom=""		# Specify root partition in a way the
108272343Sngie				# kernel understands
109272343Sngie#vm.kmem_size=""		# Sets the size of kernel memory (bytes)
110272343Sngie#debug.ktr.cpumask="0xf"	# Bitmask of CPUs to enable KTR on
111272343Sngie#debug.ktr.mask="0x1200"	# Bitmask of KTR events to enable
112272343Sngie#debug.ktr.verbose="1"		# Enable console dump of KTR events
113272343Sngie#net.graph.maxalloc="128"	# Maximum number of queue items to allocate
114272343Sngie
115272343Sngie
116272343Sngie##############################################################
117272343Sngie###  Filesystem and related modules  #########################
118272343Sngie##############################################################
119272343Sngie
120272343Sngie# Filesystems
121272343Sngie
122272343Sngiecd9660_load="NO"		# ISO 9660 filesystem
123272343Sngiecoda_load="NO"			# CODA filesystem
124272343Sngiefdescfs_load="NO"		# Filedescriptors filesystem
125272343Sngielinprocfs_load="NO"		# Linux compatibility process filesystem
126272343Sngielinsysfs_load="NO"		# Linux compatibility system filesystem
127272343Sngiemsdosfs_load="NO"		# FAT-12/16/32
128272343Sngienfsclient_load="NO"		# NFS client
129272343Sngienfsserver_load="NO"		# NFS server
130272343Sngientfs_load="NO"			# NTFS
131272343Sngienullfs_load="NO"		# Null filesystem
132272343Sngieportalfs_load="NO"		# Portal filesystem
133272343Sngieprocfs_load="NO"		# Process filesystem
134272343Sngiereiserfs_load="NO"		# ReiserFS
135272343Sngie#umapfs_load="NO"		# User-id map filesystem
136272343Sngieunionfs_load="NO"		# Union filesystem
137272343Sngiexfs_load="NO"   		# XFS
138272343Sngie
139272343Sngie# Related stuff
140272343Sngie
141272343Sngiegeom_bde_load="NO"		# Disk encryption driver (see gbde(4,8))
142272343Sngiegeom_ccd_load="NO"		# Concatenated disk driver (see ccd(4),
143272343Sngie				# ccdconfig(8))
144272343Sngiegeom_concat_load="NO"		# Concatenated disk driver (see gconcat(8))
145272343Sngiegeom_eli_load="NO"		# Disk encryption driver (see geli(8))
146272343Sngiegeom_gate_load="NO"		# Userland disk driver (see geom_gate(4),
147272343Sngie				# ggatec(8), ggated(8), ggatel(8))
148272343Sngiegeom_label_load="NO"		# File system labels (see glabel(8))
149272343Sngiegeom_md_load="NO"		# Memory disk driver (vnode/swap/malloc) (see
150272343Sngie				# md(4), mdconfig(8))
151272343Sngiegeom_mirror_load="NO"		# RAID1 disk driver (see gmirror(8))
152272343Sngiegeom_nop_load="NO"		# Transparent disk driver (see gnop(8))
153272343Sngiegeom_raid3_load="NO"		# RAID3 disk driver (see graid3(8))
154272343Sngiegeom_shsec_load="NO"		# Shared secret disk driver (see gshsec(8))
155272343Sngiegeom_stripe_load="NO"		# RAID0 disk driver (see gstripe(8))
156272343Sngiegeom_uzip_load="NO"		# Compressed disk images driver (see mkuzip(8))
157272343Sngiegeom_vinum_load="NO"		# Concatenated/mirror/raid driver (see vinum(4))
158272343Sngie
159272343Sngie
160272343Sngie##############################################################
161272343Sngie###  Screen saver modules  ###################################
162272343Sngie##############################################################
163272343Sngie
164272343Sngie# This is best done in rc.conf
165272343Sngie
166272343Sngiescreensave_load="NO"		# Set to YES to load a screensaver module
167272343Sngiescreensave_name="green_saver"	# Set to the name of the screensaver module
168272343Sngie
169272343Sngie
170272343Sngie##############################################################
171272343Sngie###  Emulation modules  ######################################
172272343Sngie##############################################################
173272343Sngie
174272343Sngieibcs2_load="NO"			# IBCS2 (SCO) emulation
175272343Sngieibcs2_coff_load="NO"
176272343Sngielinux_load="NO"			# Linux emulation
177272343Sngiesvr4_load="NO"			# SystemV R4 emulation
178272343Sngiestreams_load="NO"		# System V streams module
179272343Sngie
180272343Sngie
181272343Sngie##############################################################
182272343Sngie###  Networking modules  #####################################
183272343Sngie##############################################################
184272343Sngie
185272343Sngieif_disc_load="NO"		# Discard device
186272343Sngieif_ef_load="NO"			# pseudo-device providing support for multiple ethernet frame types
187272343Sngieif_faith_load="NO"		# IPv6-to-IPv4 TCP relay capturing interface
188272343Sngieif_gif_load="NO"		# generic tunnel interface
189272343Sngieif_gre_load="NO"		# encapsulating network device
190272343Sngieif_ppp_load="NO"		# Kernel ppp
191272343Sngieif_sl_load="NO"			# SLIP
192272343Sngieif_stf_load="NO"		# 6to4 tunnel interface
193272343Sngieif_tap_load="NO"		# Ethernet tunnel software network interface
194272343Sngieif_tun_load="NO"		# Tunnel driver (user process ppp)
195272343Sngieif_vlan_load="NO"		# IEEE 802.1Q VLAN network interface
196272343Sngieipfw_load="NO"			# Firewall
197272343Sngiepf_load="NO"			# packet filter
198272343Sngie
199272343Sngie
200272343Sngie##############################################################
201272343Sngie###  Networking drivers  #####################################
202272343Sngie##############################################################
203272343Sngie
204272343Sngiemiibus_load="NO"		# miibus support, needed for some drivers
205272343Sngieif_an_load="NO"			# Aironet 4500/4800 802.11 wireless NICs
206272343Sngieif_ar_load="NO"			# Digi SYNC/570i
207272343Sngieif_arl_load="NO"		# Aironet Arlan 655 wireless network adapter
208272343Sngieif_ath_load="NO"		# Atheros IEEE 802.11 wireless NICs
209272343Sngieif_aue_load="NO"		# ADMtek AN986 Pegasus USB Ethernet
210272343Sngieif_awi_load="NO"		# AMD PCnetMobile IEEE 802.11 wireless NICs
211272343Sngieif_axe_load="NO"		# ASIX Electronics AX88172 USB Ethernet
212272343Sngieif_bce_load="NO"		# Broadcom NetXtreme II Gigabit Ethernet
213272343Sngieif_bfe_load="NO"		# Broadcom BCM4401
214272343Sngieif_bge_load="NO"		# Broadcom BCM570x PCI Gigabit Ethernet
215272343Sngieif_cm_load="NO"			# SMC (90c26, 90c56, 90c66)
216272343Sngieif_cs_load="NO"			# Crystal Semiconductor CS8920
217272343Sngieif_cue_load="NO"		# CATC USB-EL1210A USB Ethernet
218272343Sngieif_dc_load="NO"			# DEC/Intel 21143 and various workalikes
219272343Sngieif_de_load="NO"			# DEC DC21x4x Ethernet
220272343Sngieif_ed_load="NO"			# National Semiconductor DS8390/WD83C690 Ethernet
221272343Sngieif_em_load="NO"			# Intel(R) PRO/1000 Gigabit Ethernet
222272343Sngieif_en_load="NO"			# Midway-based ATM interfaces
223272343Sngieif_ep_load="NO"			# 3Com Etherlink III (3c5x9)
224272343Sngieif_ex_load="NO"			# Intel EtherExpress Pro/10 Ethernet
225272343Sngieif_fe_load="NO"			# Fujitsu MB86960A/MB86965A based Ethernet adapters
226272343Sngieif_fxp_load="NO"		# Intel EtherExpress PRO/100B (82557, 82558)
227272343Sngieif_gem_load="NO"		# Sun GEM/Sun ERI/Apple GMAC
228272343Sngieif_hme_load="NO"		# Sun Microelectronics STP2002-STQ Ethernet
229272343Sngieif_ie_load="NO"			# Intel 82586
230272343Sngieif_ipw_load="NO"		# Intel PRO/Wireless 2100 wireless
231272343Sngieif_iwi_load="NO"		# Intel PRO/Wireless 2200BG/2225BG/2915ABG wireless
232272343Sngieif_ixgb_load="NO"		# Intel PRO/10Gb Ethernet
233272343Sngieif_le_load="NO"			# AMD Am7900 LANCE and Am79C9xx PCnet
234272343Sngieif_lge_load="NO"		# Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet
235272343Sngieif_msk_load="NO"		# Marvell/SysKonnect Yukon II Gigabit Ethernet
236272343Sngieif_mxge_load="NO"		# Myricom Myri10GE 10Gb Ethernet
237272343Sngieif_my_load="NO"			# Myson PCI Fast Ethernet
238272343Sngieif_nfe_load="NO"		# NVIDIA nForce MCP Networking Adapter
239272343Sngieif_nge_load="NO"		# National Semiconductor PCI Gigabit Ethernet
240272343Sngieif_nve_load="NO"		# NVIDIA nForce MCP Networking Adapter
241272343Sngieif_oltr_load="NO"		# Olicom
242272343Sngieif_pcn_load="NO"		# AMD PCnet PCI
243272343Sngieif_ray_load="NO"		# Raytheon Raylink/Webgear Aviator PCCard
244272343Sngieif_re_load="NO"			# RealTek 8139C+/8169/8169S/8110S
245272343Sngieif_rl_load="NO"			# RealTek 8129/8139
246272343Sngieif_rue_load="NO"		# RealTek RTL8150 USB to Fast Ethernet
247272343Sngieif_sbni_load="NO"		# Granch SBNI12 leased line adapters
248272343Sngieif_sf_load="NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")
249272343Sngieif_sis_load="NO"		# Silicon Integrated Systems SiS 900/7016
250272343Sngieif_sk_load="NO"			# SysKonnect SK-984x series PCI Gigabit Ethernet
251272343Sngieif_sn_load="NO"			# SMC 91Cxx
252272343Sngieif_sr_load="NO"			# synchronous RISCom/N2 / WANic 400/405
253272343Sngieif_ste_load="NO"		# Sundance Technologies ST201 Fast Ethernet
254272343Sngieif_stge_load="NO"		# Sundance/Tamarack TC9021 Gigabit Ethernet
255272343Sngieif_ti_load="NO"			# Alteon Networks Tigon 1 and Tigon 2
256272343Sngieif_tl_load="NO"			# Texas Instruments TNETE100 ("ThunderLAN")
257272343Sngieif_tx_load="NO"			# SMC 83c17x Fast Ethernet
258272343Sngieif_txp_load="NO"		# 3Com 3XP Typhoon/Sidewinder (3CR990)
259272343Sngieif_vge_load="NO"		# VIA VT6122 PCI Gigabit Ethernet
260272343Sngieif_udav_load="NO"		# Davicom DM9601 USB Ethernet
261272343Sngieif_vr_load="NO"			# VIA Rhine I and Rhine II
262272343Sngieif_vx_load="NO"			# 3Com 3C590 family
263272343Sngieif_wb_load="NO"			# Winbond W89C840F
264272343Sngieif_wi_load="NO"			# WaveLAN/IEEE 802.11 wireless NICs
265272343Sngieif_xe_load="NO"			# Xircom CreditCard PCMCIA
266272343Sngieif_xl_load="NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)
267272343Sngie
268272343Sngie##############################################################
269272343Sngie###  Netgraph modules  #######################################
270272343Sngie##############################################################
271272343Sngie
272272343Sngieng_UI_load="NO"			# UI netgraph node type
273272343Sngieng_async_load="NO"		# asynchronous framing netgraph node type
274272343Sngieng_bpf_load="NO"		# Berkeley packet filter netgraph node type
275272343Sngieng_bridge_load="NO"		# Ethernet bridging netgraph node type
276272343Sngieng_cisco_load="NO"		# Cisco HDLC protocol netgraph node type
277272343Sngieng_echo_load="NO"		# Netgraph echo node type
278272343Sngieng_eiface_load="NO"		# generic Ethernet interface netgraph node type
279272343Sngieng_etf_load="NO"		# Ethertype filtering netgraph node type
280272343Sngieng_ether_load="NO"		# Ethernet netgraph node type
281272343Sngieng_fec_load="NO"		# netgraph Fast EtherChannel node
282272343Sngieng_frame_relay_load="NO"	# frame relay netgraph node type
283272343Sngieng_gif_load="NO"		# generic tunnel interface netgraph node type
284272343Sngieng_gif_demux_load="NO"		# demultiplexer for packets from ng_gif(4) nodes
285272343Sngieng_hole_load="NO"		# Netgraph discard node type
286272343Sngieng_hub_load="NO"		# packet distribution netgraph node type
287272343Sngieng_iface_load="NO"		# interface Netgraph node type
288272343Sngieng_ip_input_load="NO"		# netgraph IP input node type
289272343Sngieng_ksocket_load="NO"		# kernel socket netgraph node type
290272343Sngieng_l2tp_load="NO"		# L2TP protocol netgraph node type
291272343Sngieng_lmi_load="NO"		# frame relay LMI protocol netgraph node type
292272343Sngieng_mppc_load="NO"		# Microsoft MPPC/MPPE compression and encryption netgraph node type
293272343Sngieng_netflow_load="NO"		# Cisco's NetFlow netgraph note type
294272343Sngieng_one2many_load="NO"		# packet multiplexing netgraph node type
295272343Sngieng_ppp_load="NO"		# PPP protocol netgraph node type
296272343Sngieng_pppoe_load="NO"		# RFC 2516 PPPOE protocol netgraph node type
297272343Sngieng_pptpgre_load="NO"		# PPTP GRE protocol netgraph node type
298272343Sngieng_rfc1490_load="NO"		# RFC 1490 netgraph node type
299272343Sngieng_socket_load="NO"		# Netgraph socket node type
300272343Sngieng_split_load="NO"		# netgraph node to separate incoming and outgoing flows
301272343Sngieng_sppp_load="NO"		# sppp netgraph node type
302272343Sngieng_tee_load="NO"		# Netgraph ``tee'' node type
303272343Sngieng_tty_load="NO"		# Netgraph node type that is also a line discipline
304272343Sngieng_vjc_load="NO"		# Van Jacobsen compression netgraph node type
305272343Sngieng_vlan_load="NO"		# IEEE 802.1Q VLAN tagging netgraph node type
306272343Sngie
307272343Sngie##############################################################
308272343Sngie###  Sound modules  ##########################################
309272343Sngie##############################################################
310272343Sngie
311272343Sngiesound_load="NO"			# Digital sound subsystem
312272343Sngiesnd_ad1816_load="NO"		# ad1816
313272343Sngiesnd_als4000_load="NO"		# als4000
314272343Sngiesnd_atiixp_load="NO"		# atiixp
315272343Sngiesnd_cmi_load="NO"		# cmi
316272343Sngiesnd_cs4281_load="NO"		# cs4281
317snd_csa_load="NO"		# csa
318snd_ds1_load="NO"		# ds1
319snd_emu10k1_load="NO" 		# Creative Sound Blaster Live
320snd_emu10kx_load="NO" 		# Creative SoundBlaster Live! and Audigy
321snd_envy24_load="NO"		# VIA Envy24
322snd_envy24ht_load="NO"		# VIA Envy24HT
323snd_es137x_load="NO"		# es137x
324snd_ess_load="NO"		# ess
325snd_fm801_load="NO"		# fm801
326snd_hda_load="NO"		# Intel High Definition Audio (Controller)
327snd_ich_load="NO"		# Intel ICH
328snd_maestro_load="NO"		# Maestro
329snd_maestro3_load="NO"		# Maestro3
330snd_mss_load="NO"		# Mss
331snd_neomagic_load="NO"		# Neomagic
332snd_sb16_load="NO"		# Sound Blaster 16
333snd_sb8_load="NO"		# Sound Blaster Pro
334snd_sbc_load="NO"		# Sbc
335snd_solo_load="NO"		# Solo
336snd_spicds_load="NO"		# SPI codecs
337snd_t4dwave_load="NO"		# t4dwave
338snd_via8233_load="NO"		# via8233
339snd_via82c686_load="NO"		# via82c686
340snd_vibes_load="NO"		# vibes
341snd_driver_load="NO"		# All sound drivers
342
343##############################################################
344###  USB modules  ############################################
345##############################################################
346
347usb_load="NO"			# USB subsystem
348udbp_load="NO"			# USB double bulk pipe host 2 host cables
349ugen_load="NO"			# USB generic device, if all else fails ...
350ufm_load="NO"			# Fm Radio
351uhid_load="NO"			# Human Interface Devices
352ukbd_load="NO"			# Keyboard
353ulpt_load="NO"			# Printer
354ums_load="NO"			# Mouse
355umass_load="NO"			# Mass Storage Devices
356umodem_load="NO"		# Modems
357uscanner_load="NO"		# Scanners
358if_aue_load="NO"		# ADMtek USB ethernet
359if_axe_load="NO"		# ASIX Electronics AX88172 USB ethernet
360if_cue_load="NO"		# CATC USB ethernet
361if_kue_load="NO"		# Kawasaki LSI USB ethernet
362snd_uaudio_load="NO"		# USB audio
363
364##############################################################
365###  Other modules  ##########################################
366##############################################################
367
368bktr_load="NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card
369ispfw_load="NO"			# Qlogic ISP Firmware
370agp_load="NO"			# agp module
371accf_data_load="NO"		# Wait for data accept filter
372accf_http_load="NO"		# Wait for full HTTP request accept filter
373random_load="NO"		# Random device
374speaker_load="NO"		# AT speaker module
375
376##############################################################
377###  ACPI settings  ##########################################
378##############################################################
379
380acpi_dsdt_load="NO"		# DSDT Overriding
381acpi_dsdt_type="acpi_dsdt"	# Don't change this
382acpi_dsdt_name="/boot/acpi_dsdt.aml"
383				# Override DSDT in BIOS by this file
384acpi_video_load="NO"		# Load the ACPI video extension driver
385
386##############################################################
387### TrustedBSD MAC settings ##################################
388##############################################################
389
390mac_biba_load="NO"		# Biba MAC policy
391mac_bsdextended_load="NO"	# BSD/extended MAC policy
392mac_ifoff="NO"			# Interface silencing policy
393mac_mls_load="NO"		# MLS MAC policy
394mac_none_load="NO"		# Null MAC policy
395mac_partition_load="NO"		# Partition MAC policy
396mac_seeotheruids_load="NO"	# UID visbility MAC policy
397
398##############################################################
399###  Module loading syntax example  ##########################
400##############################################################
401
402#module_load="YES"		# loads module "module"
403#module_name="realname"		# uses "realname" instead of "module"
404#module_type="type"		# passes "-t type" to load
405#module_flags="flags"		# passes "flags" to the module
406#module_before="cmd"		# executes "cmd" before loading the module
407#module_after="cmd"		# executes "cmd" after loading the module
408#module_error="cmd"		# executes "cmd" if load fails
409
410