1999-03-09 14:06:55 +00:00
|
|
|
# This is loader.conf - a file full of useful variables that you can
|
|
|
|
# set to change the default load behavior of your system. You should
|
|
|
|
# not edit this file! Put any overrides into one of the
|
|
|
|
# loader_conf_files instead and you will be able to update these
|
|
|
|
# defaults later without spamming your local configuration information.
|
|
|
|
#
|
|
|
|
# All arguments must be in double quotes.
|
|
|
|
#
|
1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1999-03-09 14:06:55 +00:00
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Basic configuration options ############################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
exec=".( Loading /boot/defaults/loader.conf ) cr"
|
|
|
|
|
|
|
|
kernel="/kernel"
|
|
|
|
kernel_options=""
|
|
|
|
|
|
|
|
userconfig_script_load="NO"
|
1999-03-14 21:57:49 +00:00
|
|
|
userconfig_script_name="/boot/kernel.conf"
|
1999-03-09 14:06:55 +00:00
|
|
|
userconfig_script_type="userconfig_script"
|
|
|
|
|
|
|
|
loader_conf_files="/boot/loader.conf /boot/loader.conf.local"
|
|
|
|
|
|
|
|
verbose_loading="NO" # Set to YES for verbose loader output
|
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Splash screen configuration ############################
|
|
|
|
##############################################################
|
|
|
|
|
1999-05-14 10:03:58 +00:00
|
|
|
splash_bmp_load="NO" # Set this to YES for bmp splash screen!
|
|
|
|
splash_pcx_load="NO" # Set this to YES for pcx splash screen!
|
1999-03-09 14:06:55 +00:00
|
|
|
vesa_load="NO" # Set this to YES to load the vesa module
|
|
|
|
bitmap_load="NO" # Set this to YES if you want splash screen!
|
1999-05-14 10:03:58 +00:00
|
|
|
bitmap_name="/boot/splash.bmp" # Set this to the name of the bmp or pcx file
|
1999-03-09 14:06:55 +00:00
|
|
|
bitmap_type="splash_image_data"
|
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Loader settings ########################################
|
|
|
|
##############################################################
|
|
|
|
|
1999-12-07 04:24:05 +00:00
|
|
|
#autoboot_delay="10" # Delay in seconds before autobooting
|
|
|
|
#bootfile="kernel,kernel.old" # Set the default boot file set
|
|
|
|
#console="vidconsole" # Set the current console
|
|
|
|
#currdev="disk1s1a" # Set the current device
|
|
|
|
#module_path="/;/boot;/modules" # Set the module search path
|
1999-11-01 08:07:04 +00:00
|
|
|
#prompt="\\${interpret}" # Set the command prompt
|
1999-12-07 04:24:05 +00:00
|
|
|
#root_disk_unit="0" # Force the root disk unit number
|
|
|
|
#rootdev="disk1s1a" # Set the root filesystem
|
1999-03-09 14:06:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Kernel settings ########################################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
#boot_askname="NO" # Prompt the user for the name of the root device
|
|
|
|
#boot_ddb="NO" # Instructs the kernel to start in the DDB debugger
|
|
|
|
#boot_gdb="NO" # Selects gdb-remote mode for the kernel debugger
|
|
|
|
#boot_single="NO" # Start system in single-user mode
|
|
|
|
#boot_userconfig="NO" # Run kernel's interactive device configuration program
|
|
|
|
#boot_verbose="NO" # Causes extra debugging information to be printed
|
1999-04-20 21:15:13 +00:00
|
|
|
#init_path="/sbin/init" # Sets the list of init candidates
|
1999-03-09 14:06:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Kernel tunables ########################################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
|
|
|
|
#kern.vm.kmem.size="" # Sets the size of kernel memory (bytes)
|
|
|
|
#machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled)
|
|
|
|
#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
|
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Filesystem and related modules #########################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
# Filesystems
|
|
|
|
|
|
|
|
cd9660_load="NO" # ISO 9660 filesystem
|
|
|
|
coda_load="NO" # CODA filesystem
|
|
|
|
fdesc_load="NO" # Filedescriptors filesystem
|
|
|
|
kernfs_load="NO" # Kernel filesystem
|
|
|
|
mfs_load="NO" # Memory filesystem
|
|
|
|
msdos_load="NO" # FAT-12/16/32
|
|
|
|
nfs_load="NO" # NFS
|
1999-05-14 10:03:58 +00:00
|
|
|
ntfs_load="NO" # NTFS
|
1999-03-09 14:06:55 +00:00
|
|
|
null_load="NO" # Null filesystem
|
|
|
|
portal_load="NO" # Portal filesystem
|
|
|
|
procfs_load="NO" # Process filesystem
|
|
|
|
umap_load="NO" # User-id map filesystem
|
|
|
|
union_load="NO" # Union filesystem
|
|
|
|
|
|
|
|
# Related stuff
|
|
|
|
|
|
|
|
ccd_load="NO" # Concatenated disk driver
|
|
|
|
vinum_load="NO" # Concatenated/mirror/raid driver
|
|
|
|
vn_load="NO" # Vnode driver
|
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Screen saver modules ###################################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
# This is best done in rc.conf
|
|
|
|
|
|
|
|
screensave_load="NO" # Set to YES to load a screensaver module
|
|
|
|
screensave_name="green_saver" # Set to the name of the screensaver module
|
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Emulation modules ######################################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
fpu_load="NO" # Floating point emulation
|
|
|
|
gnufpu_load="NO" # GNU floating point emulation
|
|
|
|
ibcs2_load="NO" # IBCS2 (SCO) emulation
|
|
|
|
ibcs2_coff_load="NO"
|
|
|
|
linux_load="NO" # Linux emulation
|
1999-05-14 10:14:50 +00:00
|
|
|
svr4_load="NO" # SystemV R4 emulation
|
|
|
|
streams_load="NO" # System V streams module
|
1999-03-09 14:06:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Networking modules #####################################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
if_disc_load="NO" # Discard device
|
|
|
|
if_ppp_load="NO" # Kernel ppp
|
|
|
|
if_sl_load="NO" # SLIP
|
|
|
|
if_tun_load="NO" # Tunnel driver (user process ppp)
|
|
|
|
ipfw_load="NO" # Firewall
|
|
|
|
|
|
|
|
|
1999-05-14 10:20:54 +00:00
|
|
|
##############################################################
|
|
|
|
### Networking drivers #####################################
|
|
|
|
##############################################################
|
|
|
|
|
1999-12-02 03:48:50 +00:00
|
|
|
miibus_load="NO" # miibus support, needed for some drivers
|
1999-12-02 03:47:46 +00:00
|
|
|
if_ax_load="NO" # ASIX Electronics AX88140A
|
|
|
|
if_dm_load="NO" # Davicom DM9100/DM9102
|
|
|
|
if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558)
|
|
|
|
if_mx_load="NO" # Macronix 98713, 987615, 98725
|
|
|
|
if_pn_load="NO" # Lite-On PNIC (82c168, 82c169)
|
|
|
|
if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire")
|
|
|
|
if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016
|
|
|
|
if_sk_load="NO" # SysKonnect SK-984x series PCI gigabit ethernet
|
|
|
|
if_rl_load="NO" # RealTek 8129/8139
|
|
|
|
if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
|
|
|
|
if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
|
|
|
|
if_vr_load="NO" # VIA Rhine I and Rhine II
|
|
|
|
if_wb_load="NO" # Winbond W89C840F
|
|
|
|
if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
|
1999-05-14 10:20:54 +00:00
|
|
|
|
|
|
|
|
1999-11-16 22:00:46 +00:00
|
|
|
##############################################################
|
|
|
|
### USB modules ############################################
|
|
|
|
##############################################################
|
|
|
|
|
1999-11-22 04:08:37 +00:00
|
|
|
usb_load="NO" # USB subsystem
|
|
|
|
ugen_load="NO" # USB generic device, if all else fails ...
|
|
|
|
uhid_load="NO" # Human Interface Devices
|
|
|
|
ukbd_load="NO" # Keyboard
|
|
|
|
ulpt_load="NO" # Printer
|
|
|
|
ums_load="NO" # Mouse
|
|
|
|
umass_load="NO" # Mass Storage Devices
|
|
|
|
|
1999-11-16 22:00:46 +00:00
|
|
|
|
1999-03-09 14:06:55 +00:00
|
|
|
##############################################################
|
|
|
|
### Other modules ##########################################
|
|
|
|
##############################################################
|
|
|
|
|
1999-06-13 15:45:49 +00:00
|
|
|
bktr_load="NO" # Brooktree Bt848/Bt878 TV/Video Capture Card
|
1999-03-09 14:06:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
### Module loading syntax example ##########################
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
#module_load="YES" # loads module "module"
|
|
|
|
#module_name="realname" # uses "realname" instead of "module"
|
|
|
|
#module_type="type" # passes "-t type" to load
|
|
|
|
#module_flags="flags" # passes "flags" to the module
|
|
|
|
#module_before="cmd" # executes "cmd" before loading the module
|
|
|
|
#module_after="cmd" # executes "cmd" after loading the module
|
|
|
|
#module_error="cmd" # executes "cmd" if load fails
|
|
|
|
|