From b295a0baecfb083a8b3cdc31a6d09e0f295edd30 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Tue, 16 Sep 2014 18:08:10 +0000 Subject: Update for german d-i manual --- de/appendix/chroot-install.xml | 2 +- de/hardware/hardware-supported.xml | 18 +++++++++-- de/using-d-i/components.xml | 3 +- .../modules/arm/flash-kernel-installer.xml | 36 ++++++++++++++++++++++ 4 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 de/using-d-i/modules/arm/flash-kernel-installer.xml (limited to 'de') 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 @@ - + &debian-gnu; von einem anderen Unix/Linux-System aus installieren 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 @@ - + Unterstützte Hardware @@ -90,6 +90,13 @@ dieser Architekturen, auch als Flavours bekannt: armmp-lpae + + 64-Bit ARM + arm64 + + + + MIPS (Big Endian) mips @@ -126,6 +133,13 @@ dieser Architekturen, auch als Flavours bekannt: prep + + IBM PowerPC (Little Endian) + ppc64el + + + + - 64bit IBM S/390 + 64-Bit IBM S/390 s390x IPL von VM-Reader und DASD generic 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 @@ - + Die einzelnen Komponenten @@ -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; 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 @@ + + + + + Making the system bootable with flash-kernel + + +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 +flash-kernel 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. + + + +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! + + + +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. + + + -- cgit v1.2.3