cvs commit: de-docproj/books/handbook/boot chapter.sgml

From: Benedict Reuschling <bcr(at)doc.bsdgroup.de>
Date: Sun, 22 Apr 2012 20:05:15 GMT

bcr 2012-04-22 20:05:15 UTC

  FreeBSD German Documentation Repository

  Modified files:
    books/handbook/boot chapter.sgml
  Log:
  MFen 1.76:
  
  Der Bootsplash kann jetzt auch mit Dateien im TheDraw-Format umgehen.
  Entsprechend wurden die Beispiele ergaenzt.
  
  Revision Changes Path
  1.63 +17 -6 de-docproj/books/handbook/boot/chapter.sgml
  
  Index: chapter.sgml
  ===================================================================
  RCS file: /home/cvs/de-docproj/books/handbook/boot/chapter.sgml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -I$FreeBSDde.*$ -r1.62 -r1.63
  --- chapter.sgml 27 Mar 2012 20:04:01 -0000 1.62
  +++ chapter.sgml 22 Apr 2012 20:05:15 -0000 1.63
  @@ -3,8 +3,8 @@
        The FreeBSD German Documentation Project
   
        $FreeBSD$
  - $FreeBSDde: de-docproj/books/handbook/boot/chapter.sgml,v 1.62 2012/03/27 20:04:01 bcr Exp $
  - basiert auf: 1.75
  + $FreeBSDde: de-docproj/books/handbook/boot/chapter.sgml,v 1.63 2012/04/22 20:05:15 bcr Exp $
  + basiert auf: 1.76
   -->
   
   <chapter id="boot">
  @@ -652,8 +652,9 @@
           <title>Willkommensbildschirm-Funktionalit&auml;t</title>
   
           <para>Die Willkommensbildschirm-Funktionalit&auml;t unterst&uuml;tzt
  - nur 256-Farben Bitmaps (<filename>.bmp</filename>) oder ZSoft
  - <acronym>PCX</acronym> (<filename>.pcx</filename>) Dateien.
  + nur 256-Farben Bitmaps (<filename>.bmp</filename>), ZSoft
  + <acronym>PCX</acronym> (<filename>.pcx</filename>) oder
  + TheDraw (<filename>.bin</filename>) Dateien.
             Zus&auml;tzlich muss die Willkommensbildschirm-Datei eine
             Aufl&ouml;sung von 320 mal 200 Pixeln oder weniger besitzen, damit
             Standard-VGA Ger&auml;te damit arbeiten k&ouml;nnen.</para>
  @@ -708,9 +709,10 @@
         <sect4 id="boot-splash-enable">
           <title>Aktivieren der Willkommensbildschirm-Funktionalit&auml;t</title>
   
  - <para>Die Willkommensbildschirm-Datei (<filename>.bmp</filename> oder
  - <filename>.pcx</filename>) muss im Wurzelverzeichnis, z.B.
  - <filename class="directory">/boot</filename> abgelegt werden.</para>
  + <para>Die Willkommensbildschirm-Datei (<filename>.bmp</filename>,
  + <filename>.pcx</filename> oder <filename>.bin</filename>) muss
  + im Wurzelverzeichnis, z.B. <filename
  + class="directory">/boot</filename> abgelegt werden.</para>
   
           <para>F&uuml;r die Standard-Aufl&ouml;sung (256-Farben, 320 mal
             200 Pixel oder weniger) beim Booten bearbeiten Sie die Datei
  @@ -743,6 +745,15 @@
   bitmap_load="YES"
   bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
   
  + <para>In der Version 8.3 kann als weitere Option ascii-Kunst im
  + <ulink
  + url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
  + Format verwendet werden.</para>
  +
  + <programlisting>splash_txt="YES"
  +bitmap_load="YES"
  +bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
  +
           <para>Wie das Beispiel oben demonstriert, ist der Dateiname nicht auf
             <quote>splash</quote> beschr&auml;nkt. Es ist beliebig, so lange
             es den Dateityp <acronym>BMP</acronym> oder <acronym>PCX</acronym>
  

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Sun 22 Apr 2012 - 22:05:32 CEST

search this site