summaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-05-14 16:33:03 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-05-14 16:33:03 +0000
commit4d93b05a819ca0b3c4a089700dff6f0e045e2444 (patch)
treead6bd3051b83f090f06cee69914f95ae6415c5f7 /sys/boot/forth
parent19b84cb3ac642cf3766c043fa0b6bdf5b9d2ddfa (diff)
Notes
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 5e18f7aec52d..4f785431fd5e 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double quotes.
#
-# $Id: loader.conf,v 1.3 1999/04/20 21:15:12 des Exp $
+# $Id: loader.conf,v 1.3.2.1 1999/04/24 17:44:35 dcs Exp $
##############################################################
### Basic configuration options ############################
@@ -30,10 +30,11 @@ verbose_loading="NO" # Set to YES for verbose loader output
### Splash screen configuration ############################
##############################################################
-splash_bmp_load="NO" # Set this to YES if you want splash screen!
+splash_bmp_load="NO" # Set this to YES for bmp splash screen!
+splash_pcx_load="NO" # Set this to YES for pcx splash screen!
vesa_load="NO" # Set this to YES to load the vesa module
bitmap_load="NO" # Set this to YES if you want splash screen!
-bitmap_name="/boot/splash.bmp" # Set this to the name of the bmp file
+bitmap_name="/boot/splash.bmp" # Set this to the name of the bmp or pcx file
bitmap_type="splash_image_data"
@@ -87,6 +88,7 @@ kernfs_load="NO" # Kernel filesystem
mfs_load="NO" # Memory filesystem
msdos_load="NO" # FAT-12/16/32
nfs_load="NO" # NFS
+ntfs_load="NO" # NTFS
null_load="NO" # Null filesystem
portal_load="NO" # Portal filesystem
procfs_load="NO" # Process filesystem
@@ -99,7 +101,6 @@ atapi_load="NO" # ATAPI-compatible IDE devices
ccd_load="NO" # Concatenated disk driver
vinum_load="NO" # Concatenated/mirror/raid driver
vn_load="NO" # Vnode driver
-wcd_load="NO" # CD-ROM
##############################################################
@@ -140,7 +141,6 @@ ipfw_load="NO" # Firewall
joy_load="NO" # Joystick
lkm_load="NO" # LKM
-pcic_load="NO" # PCMCIA
##############################################################