jaaf 14/08/22 05:00:46 Modified: hb-install-sparc-bootloader.xml Log: Updating French translation version 6
Revision Changes Path 1.18 xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml?r1=1.17&r2=1.18 Index: hb-install-sparc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- hb-install-sparc-bootloader.xml 17 Mar 2013 19:30:37 -0000 1.17 +++ hb-install-sparc-bootloader.xml 22 Aug 2014 05:00:46 -0000 1.18 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml,v 1.17 2013/03/17 19:30:37 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-bootloader.xml,v 1.18 2014/08/22 05:00:46 jaaf Exp $ --> <sections> @@ -29,7 +29,7 @@ </subsection> </section> <section> -<title>Installer le chargeur de démarrage pour SPARC : SILO</title> +<title>Installer le chargeur de démarrage pour SPARC : SILO</title> <body> <p> @@ -77,7 +77,7 @@ n'est pas le même disque que celui qui contient <path>/etc/silo.conf</path>, vous devez copier ce fichier sur une partition de ce disque. En supposant que <path>/boot</path> est une partition séparée de ce disque, copiez le fichier de -configuration dans <path>/boot</path> et lancez <c>/sbin/silo</c> : +configuration dans <path>/boot</path> et lancez <c>/sbin/silo</c> : </p> <pre caption="uniquement /boot et SILO ne sont pas sur le même disque"> @@ -87,7 +87,7 @@ </pre> <p> -Sinon, lancez simplement <c>/sbin/silo</c> : +Sinon, lancez simplement <c>/sbin/silo</c> : </p> <pre caption="exécuter silo"> @@ -114,14 +114,14 @@ <p> Sortez de l'environnement chroot et démontez toutes les partitions montées. -Ensuite, tapez la commande magique tant attendue : <c>reboot</c>. +Ensuite, tapez la commande magique tant attendue : <c>reboot</c>. </p> <pre caption="sortie du chroot, démontage des partitions et redémarrage"> # <i>exit</i> cdimage ~# <i>cd</i> cdimage ~# <i>umount -l /mnt/gentoo/dev{/shm,/pts,}</i> -cdimage ~# <i>umount -l /mnt/gentoo{/usr,/home,/var,/proc,}</i> +cdimage ~# <i>umount /mnt/gentoo{/usr,/home,/var,/proc,/sys,}</i> cdimage ~# <i>reboot</i> </pre>