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