diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-14 17:34:32 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-14 17:34:32 +0000 |
commit | 108a763ab42a0bcdd7870d26de1236b377fe3e6f (patch) | |
tree | 79872cef993c0b86bad370d3bf8dff4e13559a49 /sys/boot | |
parent | 8cde6e1e8732cf68a8408ae4899da346c3d865e9 (diff) | |
download | FreeBSD-src-108a763ab42a0bcdd7870d26de1236b377fe3e6f.zip FreeBSD-src-108a763ab42a0bcdd7870d26de1236b377fe3e6f.tar.gz |
- Document TheDraw splash screens in the default loader.conf
Submitted by: Jason Hellenthal
Approved by: glebius
MFC after: 3 days
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/loader.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 493f6c0..a6a7785 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -31,9 +31,10 @@ verbose_loading="NO" # Set to YES for verbose loader output splash_bmp_load="NO" # Set this to YES for bmp splash screen! splash_pcx_load="NO" # Set this to YES for pcx splash screen! +splash_txt_load="NO" # Set this to YES for TheDraw 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="splash.bmp" # Set this to the name of the bmp or pcx file +bitmap_name="splash.bmp" # Set this to the name of the file bitmap_type="splash_image_data" # and place it on the module_path |