Backout previous change to this file

I accidently committed one directory too high

Approved by:	bcr
This commit is contained in:
Eitan Adler 2012-02-08 14:49:57 +00:00
parent f752d22170
commit 9ffc2d3e86
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38418

View file

@ -654,11 +654,10 @@ boot:</screen>
<sect4 id="boot-splash-enable">
<title>Enabling the Splash Screen Function</title>
<para>The splash screen (<filename>.bmp</filename>,
<filename>.pcx</filename>, or <filename>.bin</filename>)
file has to be placed on the root partition, for example
in the <filename class="directory">/boot</filename>
directory.</para>
<para>The splash screen (<filename>.bmp</filename>) or
(<filename>.pcx</filename>) file has to be placed on the
root partition, for example in the <filename
class="directory">/boot</filename> directory.</para>
<para>For default boot display resolution (256-color, 320 by
200 pixels, or less), edit
@ -690,20 +689,13 @@ bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting>
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
<para>In version 8.3 another option is to use ascii art in
<ulink url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
format.</para>
<programlisting>splash_txt="YES"
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
<para>The file name is not restricted to <quote>splash</quote>
as shown in the above example. It can be anything as long
as it is one of the above types such as,
<para>The file name is not restricted to
<quote>splash</quote> as shown in the above example. It
can be anything as long as it has type of
<acronym>BMP</acronym> or <acronym>PCX</acronym>, such as
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
or
<filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
<filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
<para>Some other interesting
<filename>loader.conf</filename> options:</para>