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/handbook: hb-install-sparc-disk.xml
Date: Fri, 28 Sep 2007 14:43:58
Message-Id: E1IbGvz-000605-9p@stork.gentoo.org
1 cam 07/09/28 14:35:15
2
3 Modified: hb-install-sparc-disk.xml
4 Log:
5 Sync 1.30
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml?r1=1.20&r2=1.21
13
14 Index: hb-install-sparc-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- hb-install-sparc-disk.xml 30 Mar 2007 20:38:26 -0000 1.20
21 +++ hb-install-sparc-disk.xml 28 Sep 2007 14:35:14 -0000 1.21
22 @@ -1,10 +1,10 @@
23 -<?xml version='1.0' encoding='UTF-8'?>
24 +<?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
26
27 <!-- The content of this document is licensed under the CC-BY-SA license -->
28 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29
30 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml,v 1.20 2007/03/30 20:38:26 cam Exp $ -->
31 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-sparc-disk.xml,v 1.21 2007/09/28 14:35:14 cam Exp $ -->
32
33 <sections>
34
35 @@ -13,8 +13,8 @@
36 dur. Ce chapitre décrit comment partitionner un disque.
37 </abstract>
38
39 -<version>4.2</version>
40 -<date>2007-02-16</date>
41 +<version>4.1</version>
42 +<date>2007-06-26</date>
43
44 <section>
45 <title>Introduction aux périphériques de bloc</title>
46 @@ -113,9 +113,9 @@
47 <ti>&lt;2 Go</ti>
48 <ti>/</ti>
49 <ti>
50 - Partition racine. Sa taille <e>doit</e> être inférieure à 1&nbsp;Go sur
51 - certains systèmes (sun4c, sun4d and sun4m) équipés d'une ancienne version
52 - de OBP.
53 + Partition racine. Sur les systèmes sparc64 avec une ancienne version d'OBP,
54 + cette partition <e>doit</e> avoir une taille inférieure à 2&nbsp;Go et doit
55 + être la première du disque.
56 </ti>
57 </tr>
58 <tr>
59 @@ -531,7 +531,7 @@
60 <b>ext3</b> est la version journalisée du système de fichiers ext2, qui fournit
61 des metadonnées journalisées pour une récupération rapide en plus d'autres
62 modes journalisés comme la journalisation de données complètes et ordonnées.
63 -Il utilise un index à base de B*-tree qui permet d'obtenir d'excellentes
64 +Il utilise un index à base de HTree qui permet d'obtenir d'excellentes
65 performances dans pratiquement toutes les situations. En résumé, ext3 est un
66 très bon système de fichiers fiable.
67 </p>
68 @@ -572,9 +572,9 @@
69
70 <pre caption="Application d'un système de fichiers sur une partition">
71 # <i>mke2fs /dev/sda1</i>
72 -# <i>mke2fs -j -O dir_index /dev/sda4</i>
73 -# <i>mke2fs -j -O dir_index /dev/sda5</i>
74 -# <i>mke2fs -j -O dir_index /dev/sda6</i>
75 +# <i>mke2fs -j /dev/sda4</i>
76 +# <i>mke2fs -j /dev/sda5</i>
77 +# <i>mke2fs -j /dev/sda6</i>
78 </pre>
79
80 </body>
81
82
83
84 --
85 gentoo-commits@g.o mailing list