svn commit: r47196 - head/de_DE.ISO8859-1/books/handbook/boot
Bjoern Heidotting
bhd at FreeBSD.org
Tue Aug 11 17:30:52 UTC 2015
Author: bhd
Date: Tue Aug 11 17:30:51 2015
New Revision: 47196
URL: https://svnweb.freebsd.org/changeset/doc/47196
Log:
Update to r38661:
Add documentation about the TheDraw splash format.
Approved by: bcr (mentor)
Modified:
head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Tue Aug 11 17:29:29 2015 (r47195)
+++ head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml Tue Aug 11 17:30:51 2015 (r47196)
@@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/boot/chapter.xml,v 1.63 2012/04/22 20:05:15 bcr Exp $
- basiert auf: r38418
+ basiert auf: r38661
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="boot">
<info><title>FreeBSDs Bootvorgang</title>
@@ -688,7 +688,8 @@ boot:</screen>
<title>Aktivieren der Willkommensbildschirm-Funktionalität</title>
<para>Die Willkommensbildschirm-Datei
- (<filename>.bmp</filename>, oder <filename>.pcx</filename>)
+ (<filename>.bmp</filename>, <filename>.pcx</filename> oder
+ <filename>.bin</filename>)
muss im Wurzelverzeichnis, z.B. <filename>/boot</filename>
abgelegt werden.</para>
@@ -723,14 +724,21 @@ bitmap_name="<replaceable>/boot/splash.b
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
+ <para>In Version 8.3 gibt es die Option, ASCII-Art im
+ <uri xlink:href="https://en.wikipedia.org/wiki/TheDraw">TheDraw</uri>-Format
+ zu benutzen.</para>
+
+ <programlisting>splash_txt="YES"
+bitmap_load="YES"
+bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
+
<para>Der Dateiname ist nicht, wie im obigen Beispiel gezeigt,
auf <quote>splash</quote> beschränkt. Es darf ein
- beliebiger Name sein, solange die Datei vom Typ
- <acronym>BMP</acronym> oder <acronym>PCX</acronym> ist, wie
- beispielsweise
+ beliebiger Name sein, solange die Datei von einem der oben
+ genannten Typen ist, beispielsweise
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
oder
- <filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
+ <filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
<para>Weitere interessante Optionen für
<filename>loader.conf</filename> sind:</para>
More information about the svn-doc-all
mailing list