From fe368b40bfa34669fce7d2b2c30b76c2af97f75d Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 7 Nov 2004 17:01:08 +0000 Subject: [PATCH] Document "loader_color" variable. PR: conf/73396 Submitted by: Aleksander Fafula Approved by: scottl --- sys/boot/forth/loader.conf | 1 + sys/boot/forth/loader.conf.5 | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 8d187e3f66f..91489f978a7 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 387d5758c15..4ee8b98fa13 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