diff options
author | krion <krion@FreeBSD.org> | 2004-11-07 17:01:08 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-07 17:01:08 +0000 |
commit | 686571ff856e371a752bdd40620f4896df45f266 (patch) | |
tree | c434275a5838b3d998dd1dfe57c64955dd8d78e5 /sys/boot | |
parent | 913f8c4e59f34d4a7b29814e5e2699ae9565ac1e (diff) | |
download | FreeBSD-src-686571ff856e371a752bdd40620f4896df45f266.zip FreeBSD-src-686571ff856e371a752bdd40620f4896df45f266.tar.gz |
Document "loader_color" variable.
PR: conf/73396
Submitted by: Aleksander Fafula <alex at fafula dot com>
Approved by: scottl
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/loader.conf | 1 | ||||
-rw-r--r-- | sys/boot/forth/loader.conf.5 | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 8d187e3..91489f9 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -35,6 +35,7 @@ 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_type="splash_image_data" # and place it on the module_path +loader_color="NO" # Set this to YES to enable splash screen colors ############################################################## diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index 387d575..4ee8b98 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd September 30, 2004 +.Dd November 7, 2004 .Dt LOADER.CONF 5 .Os .Sh NAME @@ -195,6 +195,11 @@ If set to .Dq YES , the vesa module will be loaded, enabling bitmaps above VGA resolution to be displayed. +.It Va loader_color +.Pq Dq NO +If set to +.Dq YES , +will load the splash screen colors. .El .Sh FILES .Bl -tag -width /boot/defaults/loader.conf -compact |