diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-05-14 10:03:58 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-05-14 10:03:58 +0000 |
| commit | 5109966e430172e67bb5248681f5403818ec522f (patch) | |
| tree | 3f0fa236e485dd54bdbfd47089fbaeb80b128ee5 /sys/boot/forth/loader.conf | |
| parent | 5eb7d0b887e151eb64cf7fec5e6837d4582946e0 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.conf')
| -rw-r--r-- | sys/boot/forth/loader.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 4a65831cda37..0a79a885d25f 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 ############################################################## |
