diff options
Diffstat (limited to 'cs')
-rw-r--r-- | cs/boot-installer/boot-installer.xml | 3 | ||||
-rw-r--r-- | cs/boot-installer/mips.xml | 56 | ||||
-rw-r--r-- | cs/boot-installer/mipsel.xml | 8 |
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> |