loader.conf revision 63962
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 63962 2000-07-28 11:54:09Z sheldonh $
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/device.hints /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="/;/boot;/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.ipc.nmbclusters=""	# Set the number of mbuf clusters
74#kern.vm.kmem.size=""		# Sets the size of kernel memory (bytes)
75#machdep.pccard.pcic_irq="0"	# Assigns PCCARD controller IRQ (0=polled)
76#net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
77
78
79##############################################################
80###  Filesystem and related modules  #########################
81##############################################################
82
83# Filesystems
84
85cd9660_load="NO"		# ISO 9660 filesystem
86coda_load="NO"			# CODA filesystem
87fdesc_load="NO"			# Filedescriptors filesystem
88kernfs_load="NO"		# Kernel filesystem
89mfs_load="NO"			# Memory filesystem
90msdos_load="NO"			# FAT-12/16/32
91nfs_load="NO"			# NFS
92ntfs_load="NO"			# NTFS
93nullfs_load="NO"		# Null filesystem
94portal_load="NO"		# Portal filesystem
95procfs_load="NO"		# Process filesystem
96umap_load="NO"			# User-id map filesystem
97union_load="NO"			# Union filesystem
98
99# Related stuff
100
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
125svr4_load="NO"			# SystemV R4 emulation
126streams_load="NO"		# System V streams module
127
128
129##############################################################
130###  Networking modules  #####################################
131##############################################################
132
133if_disc_load="NO"		# Discard device
134if_ppp_load="NO"		# Kernel ppp
135if_sl_load="NO"			# SLIP
136if_tun_load="NO"		# Tunnel driver (user process ppp)
137ipfw_load="NO"			# Firewall
138
139
140##############################################################
141###  Networking drivers  #####################################
142##############################################################
143
144miibus_load="NO"		# miibus support, needed for some drivers
145if_an_load="NO"			# Aironet 4500/4800 802.11 wireless NICs
146if_dc_load="NO"			# DEC/Intel 21143 and various workalikes
147if_fxp_load="NO"		# Intel EtherExpress PRO/100B (82557, 82558)
148if_rl_load="NO"			# RealTek 8129/8139
149if_sf_load="NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")
150if_sis_load="NO"		# Silicon Integrated Systems SiS 900/7016
151if_sk_load="NO"			# SysKonnect SK-984x series PCI gigabit ethernet
152if_ti_load="NO"			# Alteon Networks Tigon 1 and Tigon 2
153if_tl_load="NO"			# Texas Instruments TNETE100 ("ThunderLAN")
154if_vr_load="NO"			# VIA Rhine I and Rhine II
155if_wb_load="NO"			# Winbond W89C840F
156if_wi_load="NO"			# WaveLAN/IEEE 802.11 wireless NICs
157if_wx_load="NO"			# Intel Gigabit Ethernet
158if_xl_load="NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)
159
160##############################################################
161###  USB modules  ############################################
162##############################################################
163
164usb_load="NO"			# USB subsystem
165udbp_load="NO"			# USB double bulk pipe host 2 host cables
166ugen_load="NO"			# USB generic device, if all else fails ...
167uhid_load="NO"			# Human Interface Devices
168ukbd_load="NO"			# Keyboard
169ulpt_load="NO"			# Printer
170ums_load="NO"			# Mouse
171umass_load="NO"			# Mass Storage Devices
172if_aue_load="NO"		# ADMtek USB ethernet
173if_cue_load="NO"		# CATC USB ethernet
174if_kue_load="NO"		# Kawasaki LSI USB ethernet
175
176##############################################################
177###  Other modules  ##########################################
178##############################################################
179
180bktr_load="NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card
181ispfw_load="NO"			# Qlogic ISP Firmware
182randomdev_load="NO"		# Random device
183
184
185##############################################################
186###  Module loading syntax example  ##########################
187##############################################################
188
189#module_load="YES"		# loads module "module"
190#module_name="realname"		# uses "realname" instead of "module"
191#module_type="type"		# passes "-t type" to load
192#module_flags="flags"		# passes "flags" to the module
193#module_before="cmd"		# executes "cmd" before loading the module
194#module_after="cmd"		# executes "cmd" after loading the module
195#module_error="cmd"		# executes "cmd" if load fails
196
197