diff options
Diffstat (limited to 'fr/boot-installer/mips.xml')
-rw-r--r-- | fr/boot-installer/mips.xml | 54 |
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 : - -<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 : - -<informalexample><screen> -bootp():/boot/tftpboot.img -</screen></informalexample> - -Vous pouvez passer d'autres paramètres au noyau avec la commande -<command>append</command> : - -<informalexample><screen> -bootp(): append="root=/dev/sda1" -</screen></informalexample> -</para> - </sect3> - -</sect2> |