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: gentoo-x86-quickinstall.xml
Date: Thu, 15 Jan 2009 11:42:04
Message-Id: E1LNQbh-00037f-EB@stork.gentoo.org
1 titefleur 09/01/15 11:41:53
2
3 Modified: gentoo-x86-quickinstall.xml
4 Log:
5 Sync to 1.82
6
7 Revision Changes Path
8 1.44 xml/htdocs/doc/fr/gentoo-x86-quickinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall.xml?r1=1.43&r2=1.44
13
14 Index: gentoo-x86-quickinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/gentoo-x86-quickinstall.xml,v
17 retrieving revision 1.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- gentoo-x86-quickinstall.xml 11 Jul 2008 12:31:04 -0000 1.43
21 +++ gentoo-x86-quickinstall.xml 15 Jan 2009 11:41:53 -0000 1.44
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Id: gentoo-x86-quickinstall.xml,v 1.43 2008/07/11 12:31:04 titefleur Exp $ -->
25 +<!-- $Id: gentoo-x86-quickinstall.xml,v 1.44 2009/01/15 11:41:53 titefleur Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide lang="fr">
29 @@ -39,8 +39,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>22</version>
34 -<date>2008-05-02</date>
35 +<version>23</version>
36 +<date>2009-01-09</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -102,7 +102,9 @@
41 virtuelle (type 82) et une partition Linux (type 83). Le scénario suivant crée
42 une partition pour <path>/boot</path>, une pour la mémoire virtuelle et une
43 pour la partition principale comme dans ce guide. Remplacez <path>sda</path>
44 -par votre disque.
45 +par votre disque. Beaucoup de systèmes ignorent l'option amorçable
46 +(«&nbsp;bootable flag&nbsp;») mais certains en ont besoin. Placez l'option sur
47 +votre partition de démarrage avec la commande <c>a</c> de fdisk.
48 </p>
49
50 <pre caption="Créer les partitions">
51 @@ -116,7 +118,7 @@
52 Units = cylinders of 16065 * 512 = 8225280 bytes
53
54 Device Boot Start End Blocks Id System
55 -/dev/sda1 1 12 96358+ 83 Linux
56 +/dev/sda1 * 1 12 96358+ 83 Linux
57 /dev/sda2 13 110 787185 82 Linux swap / Solaris
58 /dev/sda3 111 72943 585031072+ 83 Linux
59 </pre>