From 6bbf2f3e66f186b980b1c23d6f694c6c013300f0 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Mon, 22 May 2006 19:54:57 +0000 Subject: updated german d-i manual + some improvements --- de/appendix/preseed.xml | 4 +- de/using-d-i/modules/alpha/aboot-installer.xml | 3 +- de/using-d-i/modules/apt-setup.xml | 45 ++++++++++++----------- de/using-d-i/modules/clock-setup.xml | 2 +- de/using-d-i/modules/hppa/palo-installer.xml | 5 ++- de/using-d-i/modules/i386/grub-installer.xml | 3 +- de/using-d-i/modules/i386/lilo-installer.xml | 3 +- de/using-d-i/modules/ia64/elilo-installer.xml | 3 +- de/using-d-i/modules/localechooser.xml | 2 +- de/using-d-i/modules/mips/arcboot-installer.xml | 2 +- de/using-d-i/modules/mipsel/delo-installer.xml | 2 +- de/using-d-i/modules/network-console.xml | 2 +- de/using-d-i/modules/nobootloader.xml | 2 +- de/using-d-i/modules/pkgsel.xml | 2 +- de/using-d-i/modules/powerpc/quik-installer.xml | 3 +- de/using-d-i/modules/powerpc/yaboot-installer.xml | 3 +- de/using-d-i/modules/s390/zipl-installer.xml | 2 +- de/using-d-i/modules/sparc/silo-installer.xml | 3 +- de/using-d-i/modules/tzsetup.xml | 2 +- de/using-d-i/modules/user-setup.xml | 2 +- de/using-d-i/using-d-i.xml | 2 +- 21 files changed, 54 insertions(+), 43 deletions(-) diff --git a/de/appendix/preseed.xml b/de/appendix/preseed.xml index 2b225ac78..3f86ea92c 100644 --- a/de/appendix/preseed.xml +++ b/de/appendix/preseed.xml @@ -1,5 +1,5 @@ - + - Den <command>aboot</command>-Bootloader auf Festplatte installieren + Den <command>aboot</command>-Bootloader auf Festplatte installieren +(aboot-installer) Wenn Sie von SRM gebootet haben und diese Option wählen, wird der Installer diff --git a/de/using-d-i/modules/apt-setup.xml b/de/using-d-i/modules/apt-setup.xml index 315eeabae..03266a500 100644 --- a/de/using-d-i/modules/apt-setup.xml +++ b/de/using-d-i/modules/apt-setup.xml @@ -2,39 +2,42 @@ - Configuring apt + apt konfigurieren (apt-setup) -The main means that people use to install packages on their system is -via a program called apt-get, from the -apt package. +Das hauptsächliche Mittel, das Leute zur Paketinstallation auf ihrem +System benutzen, ist ein Programm namens apt-get +aus dem Paket apt. -Note that the actual program that installs packages is called -dpkg. However, this program is more of a low-level -tool. apt-get is a higher-level tool as it will -invoke dpkg as appropriate and also because it knows -to install other packages which are required for the package you're -trying to install, as well as how to retrieve the package from your -CD, the network, or wherever. +Beachten Sie, dass das Programm, das letztendlich die Pakete installiert, +dpkg heißt. Allerdings ist dies mehr ein +Low-Level-Programm. apt-get spielt auf einem höheren +Level: es wird dpkg nach Bedarf aufrufen, es weiss, +welche anderen Pakete benötigt werden für das Paket, das Sie installieren +möchten und wie es die Pakete von Ihrer CD, über Netzwerk oder sonst woher +bekommen kann. -Other front-ends for package management, like aptitude -and synaptic are also in use and depend on -apt-get. These front-ends are recommended for new users, -since they integrate some additional features (package searching and status checks) -in a nice user interface. +Andere Frontends für die Paketverwaltung wie aptitude +und synaptic sind ebenfalls in Benutzung und abhängig +von apt-get. Diese Frontends werden für neue +Debian-Benutzer empfohlen, da sie einige zusätzliche Funktionen (wie +Paketsuche und Statusüberprüfungen) in einer hübschen Oberfläche integriert +haben. -apt must be configured so that it knows where to retrieve -packages from. The installer largely takes care of this automatically based on -what it knows about your installation medium. The results of this configuration -are written to the file /etc/apt/sources.list, and you can -examine and edit it to your liking after the install is complete. +apt muss konfiguriert werden, so dass es weiss, woher es +benötigte Pakete bekommen kann. Der Installer erledigt dies überwiegend +automatisch basierend darauf, was ihm über Ihr Installationsmedium bekannt ist. +Das Ergebnis dieser Konfiguration wird in die Datei +/etc/apt/sources.list eingetragen; Sie können die Datei +näher untersuchen und an Ihre Bedürfnisse anpassen, nachdem die Installation +vollendet ist. diff --git a/de/using-d-i/modules/clock-setup.xml b/de/using-d-i/modules/clock-setup.xml index 58615a3bf..ce8b2917c 100644 --- a/de/using-d-i/modules/clock-setup.xml +++ b/de/using-d-i/modules/clock-setup.xml @@ -2,7 +2,7 @@ -Konfiguration der Uhr +Konfiguration der Uhr (clock-setup) diff --git a/de/using-d-i/modules/hppa/palo-installer.xml b/de/using-d-i/modules/hppa/palo-installer.xml index 3e37c1cca..8c93cc906 100644 --- a/de/using-d-i/modules/hppa/palo-installer.xml +++ b/de/using-d-i/modules/hppa/palo-installer.xml @@ -2,10 +2,11 @@ - Den <command>palo</command>-Bootloader installieren (<command>palo</command>-installer) + Den <command>palo</command>-Bootloader installieren +(palo-installer) -Der Bootloader auf PA-RISC ist palo. +Der Bootloader auf PA-RISC ist palo. palo ist in seiner Konfiguration und Benutzung lilo ähnlich, mit einigen Ausnahmen. Eine davon ist, dass palo alle Kernel-Images booten kann, die auf Ihrer diff --git a/de/using-d-i/modules/i386/grub-installer.xml b/de/using-d-i/modules/i386/grub-installer.xml index de84770d8..3d6436cf3 100644 --- a/de/using-d-i/modules/i386/grub-installer.xml +++ b/de/using-d-i/modules/i386/grub-installer.xml @@ -2,7 +2,8 @@ - Den <command>grub</command>-Bootloader auf Festplatte installieren + Den <command>grub</command>-Bootloader auf Festplatte installieren +(grub-installer) Der Haupt-Bootloader für &architecture; heißt grub. diff --git a/de/using-d-i/modules/i386/lilo-installer.xml b/de/using-d-i/modules/i386/lilo-installer.xml index 3c27c0d10..5c00bda89 100644 --- a/de/using-d-i/modules/i386/lilo-installer.xml +++ b/de/using-d-i/modules/i386/lilo-installer.xml @@ -2,7 +2,8 @@ - Den <command>lilo</command>-Bootloader auf Festplatte installieren + Den <command>lilo</command>-Bootloader auf Festplatte installieren +(lilo-installer) Der zweite &architecture;-Bootloader heißt lilo. diff --git a/de/using-d-i/modules/ia64/elilo-installer.xml b/de/using-d-i/modules/ia64/elilo-installer.xml index 58cf28362..8107c1dbe 100644 --- a/de/using-d-i/modules/ia64/elilo-installer.xml +++ b/de/using-d-i/modules/ia64/elilo-installer.xml @@ -2,7 +2,8 @@ - Den <command>elilo</command>-Bootloader auf Festplatte installieren + Den <command>elilo</command>-Bootloader auf Festplatte installieren +(elilo-installer) Der &architecture;-Bootloader heißt elilo. Er baut auf dem diff --git a/de/using-d-i/modules/localechooser.xml b/de/using-d-i/modules/localechooser.xml index 8f831ed5a..06412e920 100644 --- a/de/using-d-i/modules/localechooser.xml +++ b/de/using-d-i/modules/localechooser.xml @@ -3,7 +3,7 @@ - Lokalisierungs-Optionen auswählen + Lokalisierungs-Optionen auswählen (localechooser) diff --git a/de/using-d-i/modules/mips/arcboot-installer.xml b/de/using-d-i/modules/mips/arcboot-installer.xml index 0190cea9f..f6b21aaba 100644 --- a/de/using-d-i/modules/mips/arcboot-installer.xml +++ b/de/using-d-i/modules/mips/arcboot-installer.xml @@ -3,7 +3,7 @@ Den <command>arcboot</command>-Bootloader installieren -(<command>arcboot</command>-installer) +(arcboot-installer) Der Bootloader auf SGI-Maschinen ist arcboot. diff --git a/de/using-d-i/modules/mipsel/delo-installer.xml b/de/using-d-i/modules/mipsel/delo-installer.xml index ae6d36e79..7888ce6df 100644 --- a/de/using-d-i/modules/mipsel/delo-installer.xml +++ b/de/using-d-i/modules/mipsel/delo-installer.xml @@ -3,7 +3,7 @@ Den <command>delo</command>-Bootloader installieren -(<command>delo</command>-installer) +(delo-installer) Der Bootloader für DECstations ist delo. diff --git a/de/using-d-i/modules/network-console.xml b/de/using-d-i/modules/network-console.xml index 15fe30313..d2ae0ab13 100644 --- a/de/using-d-i/modules/network-console.xml +++ b/de/using-d-i/modules/network-console.xml @@ -2,7 +2,7 @@ - Installation über das Netzwerk + Installation über das Netzwerk (network-console) diff --git a/de/using-d-i/modules/nobootloader.xml b/de/using-d-i/modules/nobootloader.xml index 5066af804..bfee76033 100644 --- a/de/using-d-i/modules/nobootloader.xml +++ b/de/using-d-i/modules/nobootloader.xml @@ -2,7 +2,7 @@ - Ohne Bootloader weitermachen + Ohne Bootloader weitermachen (nobootloader) diff --git a/de/using-d-i/modules/pkgsel.xml b/de/using-d-i/modules/pkgsel.xml index 2ec63ebc8..ece1a686c 100644 --- a/de/using-d-i/modules/pkgsel.xml +++ b/de/using-d-i/modules/pkgsel.xml @@ -2,7 +2,7 @@ - Software auswählen und installieren + Software auswählen und installieren (pkgsel) diff --git a/de/using-d-i/modules/powerpc/quik-installer.xml b/de/using-d-i/modules/powerpc/quik-installer.xml index dcc9bf13a..5d1c7f1bf 100644 --- a/de/using-d-i/modules/powerpc/quik-installer.xml +++ b/de/using-d-i/modules/powerpc/quik-installer.xml @@ -2,7 +2,8 @@ - Installation des <command>quik</command>-Bootloaders auf Festplatte + Den <command>quik</command>-Bootloader auf Festplatte installieren +(quik-installer) Der Bootloader für OldWorld PowerMacs ist quik. Sie diff --git a/de/using-d-i/modules/powerpc/yaboot-installer.xml b/de/using-d-i/modules/powerpc/yaboot-installer.xml index 64680d810..02437f730 100644 --- a/de/using-d-i/modules/powerpc/yaboot-installer.xml +++ b/de/using-d-i/modules/powerpc/yaboot-installer.xml @@ -2,7 +2,8 @@ - Installation des <command>yaboot</command>-Bootloaders auf Festplatte + Den <command>yaboot</command>-Bootloader auf Festplatte installieren +(yaboot-installer) Neuere PowerMacs (Mitte 1998 und später) benutzen yaboot diff --git a/de/using-d-i/modules/s390/zipl-installer.xml b/de/using-d-i/modules/s390/zipl-installer.xml index bb5cb2540..dc3c90487 100644 --- a/de/using-d-i/modules/s390/zipl-installer.xml +++ b/de/using-d-i/modules/s390/zipl-installer.xml @@ -3,7 +3,7 @@ Den <command>zipl</command>-Bootloader installieren -(<command>zipl</command>-installer) +(zipl-installer) Der Bootloader auf &arch-title; ist zipl. diff --git a/de/using-d-i/modules/sparc/silo-installer.xml b/de/using-d-i/modules/sparc/silo-installer.xml index e8b8b2b87..f2c75f271 100644 --- a/de/using-d-i/modules/sparc/silo-installer.xml +++ b/de/using-d-i/modules/sparc/silo-installer.xml @@ -2,7 +2,8 @@ - Den <command>silo</command>-Bootloader auf Festplatte installieren + Den <command>silo</command>-Bootloader auf Festplatte installieren +(silo-installer) Der Standard-Bootloader für die &architecture;-Architektur heißt diff --git a/de/using-d-i/modules/tzsetup.xml b/de/using-d-i/modules/tzsetup.xml index 0948bb27c..5468ae713 100644 --- a/de/using-d-i/modules/tzsetup.xml +++ b/de/using-d-i/modules/tzsetup.xml @@ -2,7 +2,7 @@ -Konfiguration Ihrer Zeitzone +Konfiguration Ihrer Zeitzone (tzsetup) diff --git a/de/using-d-i/modules/user-setup.xml b/de/using-d-i/modules/user-setup.xml index ddcffadbc..481113189 100644 --- a/de/using-d-i/modules/user-setup.xml +++ b/de/using-d-i/modules/user-setup.xml @@ -2,7 +2,7 @@ - Benutzer und Passwörter einrichten + Benutzer und Passwörter einrichten (user-setup) Das Root-Passwort setzen diff --git a/de/using-d-i/using-d-i.xml b/de/using-d-i/using-d-i.xml index 9303b9fc2..8295e6cb9 100644 --- a/de/using-d-i/using-d-i.xml +++ b/de/using-d-i/using-d-i.xml @@ -359,7 +359,7 @@ Booten auswählen, welches Betriebssystem gestartet werden soll. -bootloader-installer (Installation des Bootloaders) +[bootloader]-installer (Installation des Bootloaders) Die verschiedenen Bootloader-Installer (diese unterscheiden sich architekturabhängig geringfügig) installieren alle ein Bootloader-Programm -- cgit v1.2.3