summaryrefslogtreecommitdiff
path: root/de/using-d-i/modules/mipsel
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2008-05-31 14:31:11 +0000
committerHolger Wansing <linux@wansing-online.de>2008-05-31 14:31:11 +0000
commited1436ff6f421dac3fce986198eb179c9c4e0c52 (patch)
tree189c3718eb52a879cd3f781fb5e6499362dd4887 /de/using-d-i/modules/mipsel
parentc2e17488e9801b8a0d1b85ee4e818483af142587 (diff)
downloadinstallation-guide-ed1436ff6f421dac3fce986198eb179c9c4e0c52.zip
Update to german d-i manual:
M de/install-methods/install-tftp.xml M de/using-d-i/components.xml D de/using-d-i/modules/mipsel/delo-installer.xml M de/using-d-i/modules/kbd-chooser.xml M de/hardware/hardware-supported.xml M de/hardware/network-cards.xml M de/hardware/supported/mipsel.xml M de/hardware/installation-media.xml M de/boot-installer/parameters.xml
Diffstat (limited to 'de/using-d-i/modules/mipsel')
-rw-r--r--de/using-d-i/modules/mipsel/delo-installer.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/de/using-d-i/modules/mipsel/delo-installer.xml b/de/using-d-i/modules/mipsel/delo-installer.xml
deleted file mode 100644
index 7888ce6df..000000000
--- a/de/using-d-i/modules/mipsel/delo-installer.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 24663 -->
-
- <sect3 arch="mipsel">
- <title>Den <command>delo</command>-Bootloader installieren
-(delo-installer)</title>
-<para>
-
-Der Bootloader für DECstations ist <command>delo</command>.
-Er muss auf der gleichen Festplatte installiert werden wie der Kernel
-(dies erledigt der Installer automatisch). Delo unterstützt verschiedene
-Konfigurationen, die in <filename>/etc/delo.conf</filename> festgelegt werden.
-Jede Konfiguration hat einen eindeutigen Namen; das Standardsetup, das der
-Installer erstellt, ist <quote>linux</quote>. Nachdem delo installiert wurde,
-kann das System von Festplatte gebootet werden, indem Sie Folgendes ...
-
-<informalexample><screen>
-<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable>
-<replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>
-</screen></informalexample>
-
-... am Firmware-Prompt eingeben.
-
-</para>
-
-<variablelist>
-<varlistentry>
-<term> <replaceable>#</replaceable> </term>
-<listitem><para>
-
-ist das TurboChannel-Gerät, von dem gebootet wird; auf den meisten DECstations
-ist dies <userinput>3</userinput> für den Onboard-Controller.
-
-</para></listitem>
-</varlistentry>
-<varlistentry>
-<term> <replaceable>id</replaceable> </term>
-<listitem><para>
-
-ist die SCSI-ID der Festplatte, auf der <command>delo</command> installiert
-ist.
-
-</para></listitem>
-</varlistentry>
-<varlistentry>
-<term> <replaceable>partnr</replaceable> </term>
-<listitem><para>
-
-ist die Nummer der Partition, auf der <filename>/etc/delo.conf</filename>
-liegt.
-
-</para></listitem>
-</varlistentry>
-<varlistentry>
-<term> <replaceable>name</replaceable> </term>
-<listitem><para>
-
-ist der Name des Konfigurationseintrags in <filename>/etc/delo.conf</filename>;
-der Standard ist <quote>linux</quote>.
-
-</para></listitem>
-</varlistentry>
-</variablelist>
-
-<para>
-
-Für den Fall, dass <filename>/etc/delo.conf</filename> auf der ersten Partition
-der Festplatte liegt und die Standardkonfiguration gebootet werden soll,
-ist es ausreichend, den folgenden Befehl zu verwenden:
-
-<informalexample><screen>
-<userinput>boot #/rz<replaceable>id</replaceable></userinput>
-</screen></informalexample>
-
-</para>
- </sect3>