- Whitespace fix, translators please ignore

This commit is contained in:
Pav Lucistnik 2005-03-10 17:26:33 +00:00
parent f2953b7a2c
commit 42552138df
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24054

View file

@ -7902,29 +7902,28 @@ UserConfig&gt; <userinput>quit</userinput></screen>
<para>To use a splash screen, you need to modify the startup
files that control the boot process for &os;.</para>
<para>You need to
create a <filename>/boot/loader.rc</filename> file that
contains the following lines:</para>
<para>You need to create
a <filename>/boot/loader.rc</filename> file that contains
the following lines:</para>
<programlisting>include /boot/loader.4th
<programlisting>include /boot/loader.4th
start</programlisting>
<para>and a <filename>/boot/loader.conf</filename> that
contains the following:</para>
<para>and a <filename>/boot/loader.conf</filename> that
contains the following:</para>
<programlisting>splash_bmp_load="YES"
<programlisting>splash_bmp_load="YES"
bitmap_load="YES"</programlisting>
<para>This assumes you are using
<filename>/boot/splash.bmp</filename> for your splash
screen. If you would rather use a PCX file, copy it to
<filename>/boot/splash.pcx</filename>, create a
<filename>/boot/loader.rc</filename> as instructed
above, and create a
<filename>/boot/loader.conf</filename> that
contains:</para>
<para>This assumes you are using
<filename>/boot/splash.bmp</filename> for your splash
screen. If you would rather use a PCX file, copy it to
<filename>/boot/splash.pcx</filename>, create a
<filename>/boot/loader.rc</filename> as instructed above,
and create a <filename>/boot/loader.conf</filename> that
contains:</para>
<programlisting>splash_pcx_load="YES"
<programlisting>splash_pcx_load="YES"
bitmap_load="YES"
bitmap_name="/boot/splash.pcx"</programlisting>