loader.conf revision 53243
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 53243 1999-11-16 22:00:46Z n_hibma $
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="\\${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"	# 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
100ccd_load="NO"			# Concatenated disk driver
101vinum_load="NO"			# Concatenated/mirror/raid driver
102vn_load="NO"			# Vnode driver
103
104
105##############################################################
106###  Screen saver modules  ###################################
107##############################################################
108
109# This is best done in rc.conf
110
111screensave_load="NO"		# Set to YES to load a screensaver module
112screensave_name="green_saver"	# Set to the name of the screensaver module
113
114
115##############################################################
116###  Emulation modules  ######################################
117##############################################################
118
119fpu_load="NO"			# Floating point emulation
120gnufpu_load="NO"		# GNU floating point emulation
121ibcs2_load="NO"			# IBCS2 (SCO) emulation
122ibcs2_coff_load="NO"
123linux_load="NO"			# Linux emulation
124svr4_load="NO"			# SystemV R4 emulation
125streams_load="NO"		# System V streams module
126
127
128##############################################################
129###  Networking modules  #####################################
130##############################################################
131
132if_disc_load="NO"		# Discard device
133if_ppp_load="NO"		# Kernel ppp
134if_sl_load="NO"			# SLIP
135if_tun_load="NO"		# Tunnel driver (user process ppp)
136ipfw_load="NO"			# Firewall
137
138
139##############################################################
140###  Networking drivers  #####################################
141##############################################################
142
143mii_load="NO"			# miibus support, needed for some drivers
144ax_load="NO"			# ASIX Electronics AX88140A
145dm_load="NO"			# Davicom DM9100/DM9102
146fxp_load="NO"			# Intel EtherExpress PRO/100B (82557, 82558)
147mx_load="NO"			# Macronix 98713, 987615, 98725
148pn_load="NO"			# Lite-On PNIC (82c168, 82c169)
149sf_load="NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")
150sis_load="NO"			# Silicon Integrated Systems SiS 900/7016
151sk_load="NO"			# SysKonnect SK-984x series PCI gigabit ethernet
152rl_load="NO"			# RealTek 8129/8139
153ti_load="NO"			# Alteon Networks Tigon 1 and Tigon 2
154tl_load="NO"			# Texas Instruments TNETE100 ("ThunderLAN")
155vr_load="NO"			# VIA Rhine I and Rhine II
156wb_load="NO"			# Winbond W89C840F
157xl_load="NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)
158
159
160##############################################################
161###  USB modules  ############################################
162##############################################################
163
164ugen_load="NO"
165ugen_name="ugen_mod"
166uhid_load="NO"
167uhid_name="uhid_mod"
168ukbd_load="NO"
169ukbd_name="ukbd_mod"
170ulpt_load="NO"
171ulpt_name="ulpt_mod"
172ums_load="NO"
173ums_name="ums_mod"
174
175##############################################################
176###  Other modules  ##########################################
177##############################################################
178
179bktr_load="NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card
180
181
182##############################################################
183###  Module loading syntax example  ##########################
184##############################################################
185
186#module_load="YES"		# loads module "module"
187#module_name="realname"		# uses "realname" instead of "module"
188#module_type="type"		# passes "-t type" to load
189#module_flags="flags"		# passes "flags" to the module
190#module_before="cmd"		# executes "cmd" before loading the module
191#module_after="cmd"		# executes "cmd" after loading the module
192#module_error="cmd"		# executes "cmd" if load fails
193
194