summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-05-14 10:03:58 +0000
committerdcs <dcs@FreeBSD.org>1999-05-14 10:03:58 +0000
commitc58da8da38a347bdd58a81c612c735082005f4b2 (patch)
treece3017b1610ba2f2c19e1333adb4f2d7ddc4b94f /sys/boot/forth/loader.conf
parent435c700a72ee39e3b9596c467ab9a2a75279a1f0 (diff)
downloadFreeBSD-src-c58da8da38a347bdd58a81c612c735082005f4b2.zip
FreeBSD-src-c58da8da38a347bdd58a81c612c735082005f4b2.tar.gz
Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT
doing here?). Candidate for 3.2.
Diffstat (limited to 'sys/boot/forth/loader.conf')
-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 4a65831..0a79a88 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.2 1999/03/14 21:57:49 dcs Exp $
+# $Id: loader.conf,v 1.3 1999/04/20 21:15:12 des 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
##############################################################
OpenPOWER on IntegriCloud