summaryrefslogtreecommitdiff
path: root/de
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2014-09-16 18:08:10 +0000
committerHolger Wansing <linux@wansing-online.de>2014-09-16 18:08:10 +0000
commitb295a0baecfb083a8b3cdc31a6d09e0f295edd30 (patch)
tree164f2861fc39f423411619a882baa360826725b8 /de
parent99da26ecbe7008f4483de2e2290248201f2c2e9d (diff)
downloadinstallation-guide-b295a0baecfb083a8b3cdc31a6d09e0f295edd30.zip
Update for german d-i manual
Diffstat (limited to 'de')
-rw-r--r--de/appendix/chroot-install.xml2
-rw-r--r--de/hardware/hardware-supported.xml18
-rw-r--r--de/using-d-i/components.xml3
-rw-r--r--de/using-d-i/modules/arm/flash-kernel-installer.xml36
4 files changed, 55 insertions, 4 deletions
diff --git a/de/appendix/chroot-install.xml b/de/appendix/chroot-install.xml
index b0006fba7..7ff05fc6b 100644
--- a/de/appendix/chroot-install.xml
+++ b/de/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 69237 -->
+<!-- original version: 69333 -->
<sect1 id="linux-upgrade">
<title>&debian-gnu; von einem anderen Unix/Linux-System aus installieren</title>
diff --git a/de/hardware/hardware-supported.xml b/de/hardware/hardware-supported.xml
index 7818949e9..8e2b0e28b 100644
--- a/de/hardware/hardware-supported.xml
+++ b/de/hardware/hardware-supported.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 69230 -->
+<!-- original version: 69333 -->
<sect1 id="hardware-supported">
<title>Unterstützte Hardware</title>
@@ -91,6 +91,13 @@ dieser Architekturen, auch als <quote>Flavours</quote> bekannt:
</row>
<row>
+ <entry>64-Bit ARM</entry>
+ <entry>arm64</entry>
+ <entry></entry>
+ <entry></entry>
+</row>
+
+<row>
<entry morerows="3">MIPS (Big Endian)</entry>
<entry morerows="3">mips</entry>
<entry>SGI IP22 (Indy/Indigo 2)</entry>
@@ -126,6 +133,13 @@ dieser Architekturen, auch als <quote>Flavours</quote> bekannt:
<entry>prep</entry>
</row>
+<row>
+ <entry>IBM PowerPC (Little Endian)</entry>
+ <entry>ppc64el</entry>
+ <entry></entry>
+ <entry></entry>
+</row>
+
<!--
<row>
<entry morerows="1">Sun SPARC</entry>
@@ -147,7 +161,7 @@ dieser Architekturen, auch als <quote>Flavours</quote> bekannt:
-->
<row>
- <entry>64bit IBM S/390</entry>
+ <entry>64-Bit IBM S/390</entry>
<entry>s390x</entry>
<entry>IPL von VM-Reader und DASD</entry>
<entry>generic</entry>
diff --git a/de/using-d-i/components.xml b/de/using-d-i/components.xml
index 2c8f68ede..724498c99 100644
--- a/de/using-d-i/components.xml
+++ b/de/using-d-i/components.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 65801 -->
+<!-- original version: 69318 -->
<sect1 id="module-details">
<title>Die einzelnen Komponenten</title>
@@ -160,6 +160,7 @@ standardmäßig per Netzwerk gebootet wird; siehe dazu
&module-powerpc-quik-installer.xml;
&module-s390-zipl-installer.xml;
&module-sparc-silo-installer.xml;
+&module-arm-flash-kernel-installer.xml;
&module-nobootloader.xml;
</sect2>
diff --git a/de/using-d-i/modules/arm/flash-kernel-installer.xml b/de/using-d-i/modules/arm/flash-kernel-installer.xml
new file mode 100644
index 000000000..49fb6ddbf
--- /dev/null
+++ b/de/using-d-i/modules/arm/flash-kernel-installer.xml
@@ -0,0 +1,36 @@
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 69318 untranslated -->
+
+ <sect3 arch="arm">
+ <title>Making the system bootable with flash-kernel</title>
+<para>
+
+As there is no common firmware interface on all ARM platforms, the
+steps required to make the system bootable on ARM devices are
+highly device-dependent. &debian; uses a tool called
+<command>flash-kernel </command> to take care of this. Flash-kernel
+contains a database which describes the particular operations that are
+required to make the system bootable on various devices. It detects
+whether the current device is supported, and if yes, performs the
+necessary operations.
+
+</para><para>
+
+On devices which boot from internal NOR- or NAND-flash memory,
+flash-kernel writes the kernel and the initial ramdisk to this internal
+memory. This method is particularly common on older armel devices.
+Please note that most of these devices do not allow having multiple
+kernels and ramdisks in their internal flash memory, i.e. running
+flash-kernel on them usually overwrites the previous contents of the flash
+memory!
+
+</para><para>
+
+For ARM systems that use u-boot as their system firmware and boot the
+kernel and the initial ramdisk from external storage media (such as
+MMC/SD-cards, USB mass storage devices or IDE/SATA harddisks),
+flash-kernel generates an appropriate boot script to allow autobooting
+without user interaction.
+
+</para>
+ </sect3>