diff options
author | Holger Wansing <holgerw@debian.org> | 2017-02-17 19:26:33 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-02-17 19:26:33 +0000 |
commit | 4ee6ce5fe3f091cb87b2503bf75dc8fd02462a93 (patch) | |
tree | ce7dcd86736c9dd9cc3c3d82cb4b82c7ebd4784b /it | |
parent | 743eb63c6eaef3470889829f9ab932a33be9e8c3 (diff) | |
download | installation-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 'it')
-rw-r--r-- | it/boot-installer/boot-installer.xml | 3 | ||||
-rw-r--r-- | it/boot-installer/mips.xml | 94 | ||||
-rw-r--r-- | it/boot-installer/mipsel.xml | 10 |
3 files changed, 6 insertions, 101 deletions
diff --git a/it/boot-installer/boot-installer.xml b/it/boot-installer/boot-installer.xml index f2aa5d909..bd9c9088c 100644 --- a/it/boot-installer/boot-installer.xml +++ b/it/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>Booting the Installation System</title> --> @@ -53,7 +53,6 @@ in <xref linkend="graphical"/>. &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/it/boot-installer/mips.xml b/it/boot-installer/mips.xml index 7293ea37e..939a7bae8 100644 --- a/it/boot-installer/mips.xml +++ b/it/boot-installer/mips.xml @@ -1,94 +1,10 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 64916 --> +<!-- original version: 70562 --> - <sect2 arch="mips" id="boot-tftp"> + <sect2 arch="mips;mips64el;mipsel" id="boot-tftp"> <!-- <title>Booting with TFTP</title> --> <title>Avvio con TFTP</title> - <sect3> - <!-- <title>SGI TFTP Booting</title> --> - <title>Avvio di macchine SGI con TFTP</title> -<para> - -<!-- -After entering the command monitor use ---> - -Sulle macchine SGI una volta entrati nel command monitor usare - -<informalexample><screen> -bootp(): root=/dev/ram0 -</screen></informalexample> - -<!-- -on SGI machines to boot linux and to begin installation of the &debian; -Software. In order to make this -work you may have to unset the <envar>netaddr</envar> environment -variable. Type ---> - -per avviare Linux e iniziare l'installazione di &debian;. Per fare questa -operazione potrebbe essere necessario eliminare la variabile d'ambiente -<envar>netaddr</envar>, eseguire - -<informalexample><screen> -unsetenv netaddr -</screen></informalexample> - -<!-- -in the command monitor to do this. ---> - -dal command monitor per farlo. - -</para> - </sect3> - </sect2> - - <sect2 arch="mips"> - <!-- <title>Boot Parameters</title> --> - <title>Parametri di avvio</title> - - <sect3> - <!-- <title>SGI TFTP Booting</title> --> - <title>Avvio di macchine SGI con TFTP</title> -<para> - -<!-- -On SGI machines you can append boot parameters to the -<command>bootp():</command> command in the command monitor. ---> - -Sulle macchine SGI è possibile aggiungere dei parametri di avvio al comando -<command>bootp():</command> nel command monitor. - -</para><para> - -<!-- -Following the <command>bootp():</command> command you can give the -path and name of the file to boot if you did not give an explicit name -via your bootp/dhcp server. Example: ---> - -Dopo il comando <command>bootp():</command> si può inserire il percorso -e il nome del file da avviare se non si è già specificato un nome -tramite il server bootp/dhcp. Per esempio: - -<informalexample><screen> -bootp():/boot/tftpboot.img -</screen></informalexample> - -<!-- -Further kernel parameters can be passed via <command>append</command>: ---> - -Ulteriori parametri possono essere passati al kernel tramite -<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/it/boot-installer/mipsel.xml b/it/boot-installer/mipsel.xml deleted file mode 100644 index 5e3375d34..000000000 --- a/it/boot-installer/mipsel.xml +++ /dev/null @@ -1,10 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- original version: 70321 --> - - <sect2 arch="mipsel;mips64el" id="boot-tftp"> - <!-- <title>Booting with TFTP</title> --> - <title>Avvio con TFTP</title> - -&boot-installer-intro-net.xml; - - </sect2> |