Gentoo Archives: gentoo-commits

From: "Marion Age (titefleur)" <titefleur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: liveusb.xml
Date: Wed, 05 May 2010 14:54:43
Message-Id: 20100505145439.0C06E2C3FB@corvid.gentoo.org
1 titefleur 10/05/05 14:54:38
2
3 Modified: liveusb.xml
4 Log:
5 1.19
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/fr/liveusb.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/liveusb.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/liveusb.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/liveusb.xml?r1=1.10&r2=1.11
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/liveusb.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- liveusb.xml 24 Feb 2009 12:56:48 -0000 1.10
21 +++ liveusb.xml 5 May 2010 14:54:38 -0000 1.11
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/liveusb.xml,v 1.10 2009/02/24 12:56:48 titefleur Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/liveusb.xml,v 1.11 2010/05/05 14:54:38 titefleur Exp $ -->
27
28 <guide link="/doc/fr/liveusb.xml" lang="fr">
29 <title>Guide de création d'un LiveUSB Gentoo Linux</title>
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2009-01-26</date>
36 +<version>7</version>
37 +<date>2009-11-20</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -82,14 +82,6 @@
42 </li>
43 </ul>
44
45 -<note>
46 -Si vous voulez utiliser le CD Minimal sur une petite clé ou démarrer un
47 -système &lt;i686, vous devrez suivre la procédure décrite dans ce document avec
48 -une image <b>2006.0</b> du CD Minimal car il y a un <uri
49 -link="http://bugs.gentoo.org/show_bug.cgi?id=173117">bogue</uri> dans les
50 -versions plus récentes.
51 -</note>
52 -
53 </body>
54 </section>
55 </chapter>
56 @@ -188,10 +180,10 @@
57 <body>
58
59 <p>
60 -Téléchargez l'un des fichiers <path>livecd-i686-installer-2007.0.iso</path> ou
61 -<path>livecd-amd64-installer-2007.0.iso</path> depuis un
62 -<uri link="/main/en/where.xml">miroir</uri> Gentoo Linux et montez l'image ISO
63 -dans le répertoire <path>/mnt/cdrom/</path> de la manière suivante&nbsp;:
64 +Téléchargez le CD minimal d'installation généré de manière hebdomadaire par
65 +Gentoo pour votre architecture depuis un <uri
66 +link="/main/en/where.xml">miroir</uri> Gentoo Linux et montez l'image ISO dans
67 +le répertoire <path>/mnt/cdrom/</path> de la manière suivante&nbsp;:
68 </p>
69
70 <pre caption="Monter l'image ISO du CD d'installation Gentoo Linux">
71 @@ -220,7 +212,7 @@
72 <pre caption="Monter la clé USB">
73 <comment>(Créez le point de montage /mnt/usb si nécessaire.)</comment>
74 # <i>mkdir -p /mnt/usb</i>
75 -# <i>mount -t vfat /dev/sdc1 /mnt/usb/</i>
76 +# <i>mount -o loop,ro -t iso9660 /path/to/iso.iso /mnt/cdrom</i>
77 </pre>
78
79 </body>
80 @@ -312,6 +304,13 @@
81 configuration soient pris en compte.
82 </impo>
83
84 +<note>
85 +Si c'est la première fois que vous utilisez syslinux, vous allez devoir éditer
86 +le fichier <path>/etc/mtools/mtools.conf</path> pour votre hôte. Il vous suffit
87 +de commenter <c>SAMPLE FILE</c>, ce qui sera suffisant pour ce que nous avons à
88 +faire dans ce guide.
89 +</note>
90 +
91 </body>
92 </section>
93 </chapter>