summaryrefslogtreecommitdiff
path: root/de/appendix/chroot-install.xml
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2008-09-21 14:01:33 +0000
committerHolger Wansing <linux@wansing-online.de>2008-09-21 14:01:33 +0000
commit33dc1d99a5abf8ed4ddaa8655117e3ad940fc5e6 (patch)
tree319f0b3e06d9331b15843b3029d99a628d259d0b /de/appendix/chroot-install.xml
parent7bc666f80339fb37dcfdc813de78da9276a2115a (diff)
downloadinstallation-guide-33dc1d99a5abf8ed4ddaa8655117e3ad940fc5e6.zip
Some global corrections
- Bootprobleme -> Boot-Probleme and similar - Zeitserver -> Zeit-Server - root-Partition -> Root-Partition and similar - evtl. -> eventuell M de/howto/installation-howto.xml M de/administrivia/administrivia.xml M de/install-methods/usb-setup/x86.xml M de/install-methods/usb-setup/powerpc.xml M de/install-methods/boot-drive-files.xml M de/install-methods/create-floppy.xml M de/partitioning/partition-programs.xml M de/partitioning/sizing.xml M de/partitioning/partition/ia64.xml M de/partitioning/partition/alpha.xml M de/partitioning/partition/x86.xml M de/partitioning/partition/sparc.xml M de/partitioning/partition/powerpc.xml M de/partitioning/tree.xml M de/preparing/pre-install-bios-setup.xml M de/preparing/nondeb-part/alpha.xml M de/preparing/nondeb-part/x86.xml M de/preparing/nondeb-part/sparc.xml M de/preparing/nondeb-part/powerpc.xml M de/preparing/install-overview.xml M de/preparing/bios-setup/sparc.xml M de/preparing/bios-setup/i386.xml M de/preparing/bios-setup/s390.xml M de/preparing/non-debian-partitioning.xml M de/appendix/chroot-install.xml M de/appendix/plip.xml M de/appendix/preseed.xml M de/appendix/graphical.xml M de/post-install/mail-setup.xml M de/post-install/rescue.xml M de/post-install/kernel-baking.xml M de/boot-new/boot-new.xml M de/boot-new/mount-encrypted.xml M de/welcome/doc-organization.xml M de/welcome/what-is-debian-linux.xml M de/using-d-i/modules/partman-crypto.xml M de/using-d-i/modules/finish-install.xml M de/using-d-i/modules/clock-setup.xml M de/using-d-i/modules/partman.xml M de/using-d-i/modules/ia64/elilo-installer.xml M de/using-d-i/modules/os-prober.xml M de/using-d-i/modules/sparc/silo-installer.xml M de/using-d-i/modules/user-setup.xml M de/using-d-i/modules/mdcfg.xml M de/using-d-i/modules/x86/grub-installer.xml M de/using-d-i/modules/x86/lilo-installer.xml M de/hardware/hardware-supported.xml M de/hardware/installation-media.xml M de/boot-installer/alpha.xml M de/boot-installer/m68k.xml M de/boot-installer/x86.xml M de/boot-installer/mipsel.xml M de/boot-installer/ia64.xml M de/boot-installer/parameters.xml M de/boot-installer/mips.xml M de/boot-installer/trouble.xml M de/boot-installer/powerpc.xml M de/boot-installer/arm.xml
Diffstat (limited to 'de/appendix/chroot-install.xml')
-rw-r--r--de/appendix/chroot-install.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/de/appendix/chroot-install.xml b/de/appendix/chroot-install.xml
index e430ac9da..6de25efce 100644
--- a/de/appendix/chroot-install.xml
+++ b/de/appendix/chroot-install.xml
@@ -21,7 +21,7 @@ Kommando im Debian-chroot ausgeführt wird.
</para><para>
Sobald Sie das neue Debian-System nach Ihren Wünschen konfiguriert haben,
-können Sie Ihre evtl. vorhandenen eigenen Dateien hinüber verschieben und
+können Sie Ihre eventuell vorhandenen eigenen Dateien hinüber verschieben und
loslegen. Deswegen wird dies auch die
<quote>zero-downtime</quote>-Installation (Installation ohne eine
Zeitspanne, während der das System nicht verfügbar ist) genannt. Es ist ebenso
@@ -60,7 +60,7 @@ installieren möchten).
Dateisysteme auf Ihren Partitionen erzeugen: um ein Dateisystem auf einer
Partition zu erstellen, zum Beispiel ein ext3-Dateisystem auf
<filename>/dev/hda6</filename> (dies soll in diesem Beispiel unsere
-root-Partition sein):
+Root-Partition sein):
<informalexample><screen>
# mke2fs -j /dev/<replaceable>hda6</replaceable>
@@ -82,7 +82,7 @@ für Ihre geplante Debian-Swap-Partition an):
Hängen Sie eine Partition (wahrscheinlich die neue) als <filename>/mnt/debinst</filename> ins
Dateisystem ein (das Installationsverzeichnis; es wird das
-root-(<filename>/</filename>)-Dateisystem des neuen Debian). Der
+Root-(<filename>/</filename>)-Dateisystem des neuen Debian). Der
Einhängepunkt (<filename>/mnt/debinst</filename>) ist rein willkürlich
gewählt; es wird später noch öfter darauf verwiesen.
@@ -154,7 +154,7 @@ Das <command>debootstrap</command>-Binary finden Sie im Debian-Archiv
Laden Sie das <command>debootstrap</command>.deb aus dem
<ulink url="http://ftp.debian.org/debian/pool/main/d/debootstrap/">
Pool</ulink> herunter, kopieren Sie es in das Arbeitsverzeichnis work und
-extrahieren Sie daraus die Dateien. Sie benötigen root-Rechte, um die
+extrahieren Sie daraus die Dateien. Sie benötigen Root-Rechte, um die
Binär-Dateien zu installieren.
<informalexample><screen>
@@ -568,7 +568,7 @@ einige Fragen gestellt, die sich darum drehen.
<para>
Um Ihr &debian;-System bootfähig zu machen, richten Sie Ihren Bootloader ein,
-so dass er den installierten Kernel mit Ihrer neuen root-Partition startet.
+so dass er den installierten Kernel mit Ihrer neuen Root-Partition startet.
Bedenken Sie, dass <command>debootstrap</command> keinen Bootloader installiert,
allerdings können Sie aptitude in Ihrer Debian-chroot-Umgebung benutzen, um
dies zu erledigen.