Update to r53893:
Update the bsdinstall section in the handbook to reflect the keymap loading window
This commit is contained in:
parent
c182f9255e
commit
06133324f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53929
2 changed files with 19 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.67 2011/12/31 12:27:25 bcr Exp $
|
||||
# basiert auf: r51744
|
||||
# basiert auf: r53893
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -66,6 +66,7 @@ IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
|
|||
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-keymap-10.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-keymap-loading.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: r53885
|
||||
basiert auf: r53893
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
|
@ -1004,6 +1004,22 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen>
|
|||
<sect2 xml:id="bsdinstall-keymap">
|
||||
<title>Die Tastaturbelegung auswählen</title>
|
||||
|
||||
<para>Bevor die Installation gestartet wird, lädt
|
||||
<application>bsdinstall</application> die Tastaturbelegung,
|
||||
wie in <xref linkend="bsdinstall-keymap-loading"/>
|
||||
gezeigt.</para>
|
||||
|
||||
<figure xml:id="bsdinstall-keymap-loading">
|
||||
<title>Laden der Tastaturbelegung</title>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata
|
||||
fileref="bsdinstall/bsdinstall-keymap-loading"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<para>Abhängig davon, welche Systemkonsole verwendet wird, zeigt
|
||||
<application>bsdinstall</application> am Anfang das Menü aus
|
||||
<xref linkend="bsdinstall-keymap-select-default"/>.</para>
|
||||
|
|
Loading…
Reference in a new issue