Update to r53816:
VESA_LOAD is loaded by default in the FreeBSD kernel so we can remove this advice from our handbook
This commit is contained in:
parent
3bc9ab04c7
commit
c174707c71
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53825
1 changed files with 1 additions and 14 deletions
|
@ -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: r52851
|
||||
basiert auf: r53816
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -814,19 +814,6 @@ bitmap_name="/boot/<replaceable>splash.pcx</replaceable>"</programlisting>
|
|||
bitmap_load="YES"
|
||||
bitmap_name="/boot/<replaceable>splash.bin</replaceable>"</programlisting>
|
||||
|
||||
<para>Damit größere Bilder bis zu einer maximalen Auflösung von
|
||||
1024 mal 768 Pixeln verwendet werden können, muss das
|
||||
<acronym>VESA</acronym> Modul beim Systemstart geladen werden.
|
||||
Für einen angepassten Kernel, wie in <xref
|
||||
linkend="kernelconfig"/> beschrieben, muss die
|
||||
<literal>VESA</literal>-Kernelkonfigurationsoption eingefügt
|
||||
werden. Um das <acronym>VESA</acronym>-Modul für den
|
||||
Willkommensbildschirm zu laden, fügen Sie zusätzlich zu den
|
||||
Zeilen aus den vorherigen Beispielen, folgende Zeile in
|
||||
<filename>/boot/loader.conf</filename> ein:</para>
|
||||
|
||||
<programlisting>vesa_load="YES"</programlisting>
|
||||
|
||||
<para>Weitere interessante Optionen für
|
||||
<filename>loader.conf</filename> sind:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue