Gentoo Archives: gentoo-commits

From: "Camille Huot (cam)" <cam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: gentoo-x86-quickinstall-stage.xml
Date: Sun, 25 Jan 2009 22:00:30
Message-Id: E1LRD1n-0006LK-Og@stork.gentoo.org
1 cam 09/01/25 22:00:27
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 Sync 1.7
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml?r1=1.4&r2=1.5
13
14 Index: gentoo-x86-quickinstall-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gentoo-x86-quickinstall-stage.xml 28 Nov 2008 12:35:42 -0000 1.4
21 +++ gentoo-x86-quickinstall-stage.xml 25 Jan 2009 22:00:27 -0000 1.5
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml,v 1.4 2008/11/28 12:35:42 titefleur Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall-stage.xml,v 1.5 2009/01/25 22:00:27 cam Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>6</version>
31 -<date>2008-11-01</date>
32 +<version>7</version>
33 +<date>2009-01-22</date>
34
35 <section>
36 <title>Préparer le stage</title>
37 @@ -86,14 +86,15 @@
38 <body>
39
40 <p>
41 -Montez le système de fichiers <path>/proc</path>, copiez et remplacez le fichier
42 -<path>/etc/resolv.conf</path>, puis utilisez <c>chroot</c> pour entrer dans
43 -votre environnement Gentoo.
44 +Montez les systèmes de fichiers <path>/proc</path> et <path>/dev</path>, copiez
45 +et remplacez le fichier <path>/etc/resolv.conf</path>, puis utilisez
46 +<c>chroot</c> pour entrer dans votre environnement Gentoo.
47 </p>
48
49 <pre caption="Exécution de chroot">
50 livecd usr # <i>cd /</i>
51 livecd / # <i>mount -t proc none /mnt/gentoo/proc</i>
52 +livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
53 livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
54 livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
55 livecd / # <i>env-update</i> &amp;&amp; <i>source /etc/profile</i>