mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
In the examples, make the bitmap_name an absolute path name.
This avoids hair pulling when someone expects the splash screen to just work when the bitmap file is in /boot.
This commit is contained in:
parent
057909e78d
commit
66fda18f07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128035
@ -192,11 +192,11 @@ and include the following lines:
|
||||
.Bd -literal -offset indent
|
||||
splash_bmp_load="YES"
|
||||
bitmap_load="YES"
|
||||
bitmap_name="chuck.bmp"
|
||||
bitmap_name="/boot/chuck.bmp"
|
||||
.Ed
|
||||
.Pp
|
||||
In the above example, the file
|
||||
.Pa chuck.bmp
|
||||
.Pa /boot/chuck.bmp
|
||||
is loaded.
|
||||
In the following example, the VESA module
|
||||
is loaded so that a bitmap file which cannot be displayed in standard
|
||||
@ -205,7 +205,7 @@ VGA modes may be shown using one of the VESA video modes.
|
||||
splash_pcx_load="YES"
|
||||
vesa_load="YES"
|
||||
bitmap_load="YES"
|
||||
bitmap_name="chuck.pcx"
|
||||
bitmap_name="/boot/chuck.pcx"
|
||||
.Ed
|
||||
.Pp
|
||||
If the VESA support is statically linked to the kernel, it is not
|
||||
|
Loading…
Reference in New Issue
Block a user