summaryrefslogtreecommitdiff
path: root/fr/boot-installer/mips.xml
diff options
context:
space:
mode:
authorBaptiste Jammet <baptiste@mailoo.org>2014-09-04 19:34:43 +0000
committerBaptiste Jammet <baptiste@mailoo.org>2014-09-04 19:34:43 +0000
commitca1e16edde21ddd1e6839ede0475c1d69306cc9f (patch)
treedb454393c322eaf31c99d66a8daa536ce84a5587 /fr/boot-installer/mips.xml
parent5b6f4a788859bf5d82faa1aff2a0eb9b4c7af856 (diff)
downloadinstallation-guide-ca1e16edde21ddd1e6839ede0475c1d69306cc9f.zip
migrate french translation to poxml
Diffstat (limited to 'fr/boot-installer/mips.xml')
-rw-r--r--fr/boot-installer/mips.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/fr/boot-installer/mips.xml b/fr/boot-installer/mips.xml
deleted file mode 100644
index ef8f44833..000000000
--- a/fr/boot-installer/mips.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- original version: 64916 -->
-
- <sect2 arch="mips" id="boot-tftp"><title>Amorcer avec TFTP</title>
-
-<sect3><title>Amorcer avec TFTP les SGI</title>
-<para>
-Une fois entré dans le moniteur de commandes, utilisez
-
-<informalexample><screen>
-bootp():
-</screen></informalexample>
-
-sur les machines SGI pour amorcer Linux et commencer l'installation de
-&debian;. Pour ce faire, il sera peut-être nécessaire de déconfigurer la
-variable d'environnement <envar>netaddr</envar>. Tapez&nbsp;:
-
-<informalexample><screen>
-unsetenv netaddr
-</screen></informalexample>
-dans le moniteur de commandes.
-
-</para>
-</sect3>
-
-</sect2>
-
- <sect2 arch="mips"><title>Paramètres d'amorçage</title>
-
-<sect3>
-<title>Amorcer avec TFTP les SGI</title>
-<para>
-Sur les SGI, vous pouvez ajouter des paramètres d'amorçage après la
-commande <command>bootp():</command> dans le moniteur de commandes.
-
-</para><para>
-
-Après la commande <command>bootp():</command>, vous pouvez ajouter le chemin
-et le nom du fichier à amorcer si vous ne donnez pas un nom explicite via
-votre serveur BOOTP/DHCP. Par exemple&nbsp;:
-
-<informalexample><screen>
-bootp():/boot/tftpboot.img
-</screen></informalexample>
-
-Vous pouvez passer d'autres paramètres au noyau avec la commande
-<command>append</command>&nbsp;:
-
-<informalexample><screen>
-bootp(): append="root=/dev/sda1"
-</screen></informalexample>
-</para>
- </sect3>
-
-</sect2>