diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-11-26 08:09:04 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-11-26 08:09:04 +0000 |
| commit | 0f59fe37a4c5171fb271b0ff82428be950aecba2 (patch) | |
| tree | e429f0370532c27ef1a115a4042def857f871ae5 | |
| parent | 63f52da783911f21eca6a96895bd92ab218c50ad (diff) | |
Notes
| -rw-r--r-- | sys/boot/forth/loader.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index fa7834ed83a0..90e3f8277d37 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -155,7 +155,13 @@ Name of the bitmap to be loaded. Any other name can be used. .Pq Dq NO If set to .Dq YES , -will load the splash screen module, making possible to display a bitmap +will load the splash screen module, making possible to display a bmp image +on the screen while booting. +.It Va splash_pcx_load +.Pq Dq NO +If set to +.Dq YES , +will load the splash screen module, making possible to display a pcx image on the screen while booting. .It Va userconfig_script_load .Pq Dq NO |
