aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/boot
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-02-08 14:45:10 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-02-08 14:45:10 +0000
commitf752d22170b42f2bd1935e3754ddc7bb5cf85018 (patch)
treefa381b0d49586ac483c3796b37f972e196332d26 /en_US.ISO8859-1/books/handbook/boot
parent3bef00cf846b81fc16ed728af2160a4ad86549af (diff)
downloaddoc-f752d22170b42f2bd1935e3754ddc7bb5cf85018.tar.gz
doc-f752d22170b42f2bd1935e3754ddc7bb5cf85018.zip
Whitespace only patch to fix issues found with igor.
Translators can ignore this change Approved by: bcr
Notes
Notes: svn path=/head/; revision=38417
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/boot')
-rw-r--r--en_US.ISO8859-1/books/handbook/boot/chapter.sgml26
1 files changed, 17 insertions, 9 deletions
diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
index f1dee72b6f..9266e47fa5 100644
--- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
@@ -654,10 +654,11 @@ boot:</screen>
<sect4 id="boot-splash-enable">
<title>Enabling the Splash Screen Function</title>
- <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>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>For default boot display resolution (256-color, 320 by
200 pixels, or less), edit
@@ -689,13 +690,20 @@ bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting>
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.pcx</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 has type of
- <acronym>BMP</acronym> or <acronym>PCX</acronym>, such as
+ <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,
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
or
- <filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
+ <filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
<para>Some other interesting
<filename>loader.conf</filename> options:</para>