Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT

doing here?).

Candidate for 3.2.
This commit is contained in:
Daniel C. Sobral 1999-05-14 10:03:58 +00:00
parent 5eb7d0b887
commit 5109966e43

View File

@ -6,7 +6,7 @@
# #
# All arguments must be in double quotes. # 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 ############################ ### Basic configuration options ############################
@ -30,10 +30,11 @@ verbose_loading="NO" # Set to YES for verbose loader output
### Splash screen configuration ############################ ### 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 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_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" bitmap_type="splash_image_data"
@ -87,6 +88,7 @@ kernfs_load="NO" # Kernel filesystem
mfs_load="NO" # Memory filesystem mfs_load="NO" # Memory filesystem
msdos_load="NO" # FAT-12/16/32 msdos_load="NO" # FAT-12/16/32
nfs_load="NO" # NFS nfs_load="NO" # NFS
ntfs_load="NO" # NTFS
null_load="NO" # Null filesystem null_load="NO" # Null filesystem
portal_load="NO" # Portal filesystem portal_load="NO" # Portal filesystem
procfs_load="NO" # Process filesystem procfs_load="NO" # Process filesystem
@ -99,7 +101,6 @@ atapi_load="NO" # ATAPI-compatible IDE devices
ccd_load="NO" # Concatenated disk driver ccd_load="NO" # Concatenated disk driver
vinum_load="NO" # Concatenated/mirror/raid driver vinum_load="NO" # Concatenated/mirror/raid driver
vn_load="NO" # Vnode driver vn_load="NO" # Vnode driver
wcd_load="NO" # CD-ROM
############################################################## ##############################################################
@ -140,7 +141,6 @@ ipfw_load="NO" # Firewall
joy_load="NO" # Joystick joy_load="NO" # Joystick
lkm_load="NO" # LKM lkm_load="NO" # LKM
pcic_load="NO" # PCMCIA
############################################################## ##############################################################