diff options
Diffstat (limited to 'de')
-rw-r--r-- | de/boot-installer/boot-installer.xml | 3 | ||||
-rw-r--r-- | de/boot-installer/mips.xml | 62 | ||||
-rw-r--r-- | de/boot-installer/mipsel.xml | 9 |
3 files changed, 6 insertions, 68 deletions
diff --git a/de/boot-installer/boot-installer.xml b/de/boot-installer/boot-installer.xml index b3f0693e0..e9a20f6f8 100644 --- a/de/boot-installer/boot-installer.xml +++ b/de/boot-installer/boot-installer.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 70321 --> +<!-- original version: 70562 --> <chapter id="boot-installer"><title>Das Installationssystem booten</title> @@ -39,7 +39,6 @@ Informationen darüber, wie Sie den grafischen Installer booten, finden Sie im &boot-installer-x86.xml; &boot-installer-ia64.xml; &boot-installer-mips.xml; -&boot-installer-mipsel.xml; &boot-installer-s390.xml; &boot-installer-powerpc.xml; &boot-installer-sparc.xml; diff --git a/de/boot-installer/mips.xml b/de/boot-installer/mips.xml index 842b2929b..bd52b1da9 100644 --- a/de/boot-installer/mips.xml +++ b/de/boot-installer/mips.xml @@ -1,61 +1,9 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 64916 --> +<!-- original version: 70562 --> - <sect2 arch="mips" id="boot-tftp"><title>Booten per TFTP</title> + <sect2 arch="mips;mips64el;mipsel" id="boot-tftp"><title>Booten per TFTP</title> - <sect3> - <title>SGI TFTP-Boot</title> -<para> - -Wenn Sie den Kommandomonitor erreicht haben, nutzen Sie - -<informalexample><screen> -bootp(): -</screen></informalexample> - -um Linux auf SGI-Maschinen zu booten und die &debian;-Installation zu starten. -Um dies zu ermöglichen, müssen Sie eventuell die -<envar>netaddr</envar>-Umgebungsvariable deaktivieren. Tippen Sie dazu - -<informalexample><screen> -unsetenv netaddr -</screen></informalexample> - -in den Kommandomonitor ein. - -</para> - </sect3> - - </sect2> - - <sect2 arch="mips"><title>Boot-Parameter</title> - - <sect3> - <title>SGI TFTP-Boot</title> -<para> - -Bei SGI-Maschinen können Sie Boot-Parameter zum -<command>bootp():</command>-Befehl im Kommandomonitor hinzufügen. - -</para><para> - -Hinter dem <command>bootp():</command>-Kommando können Sie den Pfad -und den Namen der Datei angegeben, die gebootet werden soll, wenn -nicht explizit eine vom BOOTP/DHCP-Server vorgegeben wird. Ein Beispiel: - -<informalexample><screen> -bootp():/boot/tftpboot.img -</screen></informalexample> - -Weitere Kernelparameter können per <command>append</command>-Befehl -angegeben werden: - -<informalexample><screen> -bootp(): append="root=/dev/sda1" -</screen></informalexample> - -</para> - </sect3> - - </sect2> +&boot-installer-intro-net.xml; + + </sect2>
\ No newline at end of file diff --git a/de/boot-installer/mipsel.xml b/de/boot-installer/mipsel.xml deleted file mode 100644 index f35e47feb..000000000 --- a/de/boot-installer/mipsel.xml +++ /dev/null @@ -1,9 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- original version: 70321 --> - - <sect2 arch="mipsel;mips64el" id="boot-tftp"><title>Per TFTP booten</title> - -&boot-installer-intro-net.xml; - - </sect2> - |