diff options
author | Bjoern Heidotting <bhd@FreeBSD.org> | 2020-03-07 19:58:40 +0000 |
---|---|---|
committer | Bjoern Heidotting <bhd@FreeBSD.org> | 2020-03-07 19:58:40 +0000 |
commit | 5095de6d36500b51218c1f81b36f8dd464966ae2 (patch) | |
tree | 5fc951b974c65c415311c86785864b0da525d627 /de_DE.ISO8859-1 | |
parent | 050c81bb2fccb81bfad6ec57f77c11ac6073c839 (diff) |
Update to r53920:
Update the bsdinstall section in the handbook to reflect the new keyboard
section
Notes
Notes:
svn path=/head/; revision=53955
Diffstat (limited to 'de_DE.ISO8859-1')
-rw-r--r-- | de_DE.ISO8859-1/books/handbook/Makefile | 3 | ||||
-rw-r--r-- | de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml | 56 |
2 files changed, 16 insertions, 43 deletions
diff --git a/de_DE.ISO8859-1/books/handbook/Makefile b/de_DE.ISO8859-1/books/handbook/Makefile index 16153c21e9..f60cf0942b 100644 --- a/de_DE.ISO8859-1/books/handbook/Makefile +++ b/de_DE.ISO8859-1/books/handbook/Makefile @@ -1,7 +1,7 @@ # # $FreeBSD$ # $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.67 2011/12/31 12:27:25 bcr Exp $ -# basiert auf: r53893 +# basiert auf: r53920 # # Build the FreeBSD Handbook in its German translation. # @@ -68,6 +68,7 @@ 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-keymap-testing.png IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png diff --git a/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml b/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml index bd439ae477..beb5b50e1c 100644 --- a/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml +++ b/de_DE.ISO8859-1/books/handbook/bsdinstall/chapter.xml @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r53893 + basiert auf: r53920 --> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" @@ -1020,45 +1020,24 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen> </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> - - <figure xml:id="bsdinstall-keymap-select-default"> - <title>Tastaturbelegung festlegen</title> - - <mediaobject> - <imageobject> - <imagedata - fileref="bsdinstall/bsdinstall-keymap-select-default"/> - </imageobject> - </mediaobject> - </figure> - - <para>Um die Tastaturbelegung zu konfigurieren, w�hlen Sie - <guibutton>[ YES ]</guibutton> gefolgt von - <keycap>Enter</keycap>. Dadurch wird das - Men� aus <xref linkend="bsdinstall-config-keymap"/> angezeigt. - Wenn Sie stattdessen die Standardtastaturbelegung verwenden - m�chten, w�hlen Sie <guibutton>[ NO ]</guibutton> - gefolgt von <keycap>Enter</keycap>, um dieses Men� zu - �berspringen.</para> + <para>Nachdem die Tastaturbelegung geladen wurde, zeigt + <application>bsdinstall</application> das Men� aus + <xref linkend="bsdinstall-keymap-10"/> an. + W�hlen Sie die Tastenbelegung, die der am System + angeschlossenen Tastatur am n�chsten kommt, indem Sie die + Pfeiltasten Hoch/Runter verwenden und anschlie�end + <keycap>Enter</keycap> dr�cken.</para> - <figure xml:id="bsdinstall-config-keymap"> - <title>Tastaturauswahlbildschirm</title> + <figure xml:id="bsdinstall-keymap-10"> + <title>Bildschirm zur Auswahl der Tastaturbelegung</title> <mediaobject> <imageobject> - <imagedata fileref="bsdinstall/bsdinstall-config-keymap"/> + <imagedata fileref="bsdinstall/bsdinstall-keymap-10"/> </imageobject> </mediaobject> </figure> - <para>W�hlen Sie die Tastenbelegung, die der am System - angeschlossenen Tastatur am n�chsten kommt, indem Sie die - Pfeiltasten Hoch/Runter verwenden und anschlie�end - <keycap>Enter</keycap> dr�cken.</para> - <note> <para>Durch dr�cken von <keycap>Esc</keycap> wird das Men� verlassen und die Standardbelegung eingestellt. @@ -1068,19 +1047,12 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</screen> sollen.</para> </note> - <para>In &os; 10.0-RELEASE und neueren Versionen wurde dieses - Men� erweitert. Die vollst�ndige Auswahl der - Tastaturbelegungen wird nun angezeigt und die Voreinstellung - ist ausgew�hlt. Wird die Tastenbelegung ge�ndert, erscheint - ein Dialog, in dem der Benutzer die Einstellung testen kann, - bevor die Installation fortgesetzt wird.</para> - - <figure xml:id="bsdinstall-keymap-10"> - <title>Erweiterte Tastaturbelegung</title> + <figure xml:id="bsdinstall-keymap-testing"> + <title>Bildschirm zum Testen der Tastaturbelegung</title> <mediaobject> <imageobject> - <imagedata fileref="bsdinstall/bsdinstall-keymap-10"/> + <imagedata fileref="bsdinstall/bsdinstall-keymap-testing"/> </imageobject> </mediaobject> </figure> |