summaryrefslogtreecommitdiff
path: root/cs/boot-installer
diff options
context:
space:
mode:
authorHolger Wansing <holgerw@debian.org>2017-02-17 19:26:33 +0000
committerHolger Wansing <holgerw@debian.org>2017-02-17 19:26:33 +0000
commit4ee6ce5fe3f091cb87b2503bf75dc8fd02462a93 (patch)
treece7dcd86736c9dd9cc3c3d82cb4b82c7ebd4784b /cs/boot-installer
parent743eb63c6eaef3470889829f9ab932a33be9e8c3 (diff)
downloadinstallation-guide-4ee6ce5fe3f091cb87b2503bf75dc8fd02462a93.zip
Some mips related cleanups and updates.
Patch #11 from bug#855134: Remove old SGI MIPS boot instructions and merge with mipsel: sync translations.
Diffstat (limited to 'cs/boot-installer')
-rw-r--r--cs/boot-installer/boot-installer.xml3
-rw-r--r--cs/boot-installer/mips.xml56
-rw-r--r--cs/boot-installer/mipsel.xml8
3 files changed, 6 insertions, 61 deletions
diff --git a/cs/boot-installer/boot-installer.xml b/cs/boot-installer/boot-installer.xml
index e5714ff05..9f2a28e2a 100644
--- a/cs/boot-installer/boot-installer.xml
+++ b/cs/boot-installer/boot-installer.xml
@@ -1,5 +1,5 @@
<!-- $Id$ -->
-<!-- original version: 70321 -->
+<!-- original version: 70562 -->
<chapter id="boot-installer"><title>Zavedení instalačního systému</title>
@@ -33,7 +33,6 @@ Informace o zavedení grafického instalátoru naleznete v kapitole
&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/cs/boot-installer/mips.xml b/cs/boot-installer/mips.xml
index 5d0f30148..1d54d727f 100644
--- a/cs/boot-installer/mips.xml
+++ b/cs/boot-installer/mips.xml
@@ -1,54 +1,8 @@
<!-- $Id$ -->
-<!-- original version: 64916 -->
+<!-- original version: 70562 -->
- <sect2 arch="mips" id="boot-tftp"><title>Zavedení z TFTP</title>
- <sect3><title>TFTP zavádění na SGI</title>
-<para>
+ <sect2 arch="mips;mips64el;mipsel" id="boot-tftp"><title>Zavedení z TFTP</title>
-Na počítačích SGI vstupte do <quote>command monitoru</quote>, kde
-příkazem
-
-<informalexample><screen>
-bootp():
-</screen></informalexample>
-
-zavedete Linux a spustíte instalaci &debian;u. Aby to fungovalo, budete
-možná muset v <quote>command monitoru</quote> zrušit proměnnou
-<envar>netaddr</envar> příkazem
-
-<informalexample><screen>
-unsetenv netaddr
-</screen></informalexample>
-
-</para>
- </sect3>
- </sect2>
-
-
- <sect2 arch="mips"><title>Zaváděcí parametry</title>
- <sect3>
- <title>SGI</title>
-<para>
-
-Na počítačích SGI můžete přidat zaváděcí parametry příkazu
-<command>bootp():</command> v <quote>command monitoru</quote>.
-
-</para><para>
-
-Pokud jste například bootp/dhcp serveru explicitně nezadali název
-souboru, který se má zavést, můžete teď zadat jeho jméno a umístění.
-Například
-
-<informalexample><screen>
-bootp():/boot/tftpboot.img
-</screen></informalexample>
-
-Další parametry jádra můžete zadat přes <command>append</command>:
-
-<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/cs/boot-installer/mipsel.xml b/cs/boot-installer/mipsel.xml
deleted file mode 100644
index 86ad31d5b..000000000
--- a/cs/boot-installer/mipsel.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- $Id$ -->
-<!-- original version: 70321 -->
-
- <sect2 arch="mipsel;mips64el" id="boot-tftp"><title>Zavedení z TFTP</title>
-
-&boot-installer-intro-net.xml;
-
- </sect2>