Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-filesystems.xml hb-install-ppc-disk.xml
Date: Tue, 30 Oct 2012 18:42:22
Message-Id: 20121030184209.7CE1C21600@flycatcher.gentoo.org
1 nimiux 12/10/30 18:42:09
2
3 Modified: hb-install-filesystems.xml hb-install-ppc-disk.xml
4 Log:
5 Fix bug #334167 - Add in ext4 support, now for ppc/ppc64
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/es/handbook/hb-install-filesystems.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?r1=1.7&r2=1.8
13
14 Index: hb-install-filesystems.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-install-filesystems.xml 24 Apr 2012 17:10:53 -0000 1.7
21 +++ hb-install-filesystems.xml 30 Oct 2012 18:42:09 -0000 1.8
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.7 2012/04/24 17:10:53 nimiux Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.8 2012/10/30 18:42:09 nimiux Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>9</version>
31 -<date>2012-04-22</date>
32 +<version>10</version>
33 +<date>2012-10-28</date>
34
35 <section id="filesystemsdesc">
36 <title>Sistemas de ficheros</title>
37 @@ -53,13 +53,13 @@
38
39 <p test="func:keyval('arch')='PPC'">
40 Varios sistemas de ficheros están disponibles para utilizarse en la
41 -arquitectura PowerPC incluyendo ext2, ext3, ReiserFS y XFS, cada uno
42 -con sus puntos fuertes y sus fallos.
43 +arquitectura PowerPC incluyendo ext2, ext3, ext4, ReiserFS y XFS, cada
44 +uno con sus puntos fuertes y sus fallos.
45 </p>
46
47 <note test="func:keyval('arch')='PPC64'">
48 Varios sistemas de ficheros están disponibles. El soporte para ext2,
49 -ext3 y ReiserFS está compilado en el núcleo incluido en el CD de
50 +ext3, ext4 y ReiserFS está compilado en el núcleo incluido en el CD de
51 instalación, mientras JFS y XFS están disponibles como módulos.
52 </note>
53
54 @@ -126,7 +126,7 @@
55 </p>
56
57 <p
58 -test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC HPPA',func:keyval('arch'))">
59 +test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC HPPA PPC PPC64',func:keyval('arch'))">
60 El sistema de ficheros <b>ext4</b> se creó como una bifurcación en el
61 código (fork) del sistema de ficheros ext3, incorporando nuevas
62 características, mejoras de rendimiento y eliminación de los limites
63
64
65
66 1.17 xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml?rev=1.17&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml?rev=1.17&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml?r1=1.16&r2=1.17
71
72 Index: hb-install-ppc-disk.xml
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml,v
75 retrieving revision 1.16
76 retrieving revision 1.17
77 diff -u -r1.16 -r1.17
78 --- hb-install-ppc-disk.xml 9 Oct 2012 15:49:36 -0000 1.16
79 +++ hb-install-ppc-disk.xml 30 Oct 2012 18:42:09 -0000 1.17
80 @@ -4,7 +4,7 @@
81 <!-- The content of this document is licensed under the CC-BY-SA license -->
82 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
83
84 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml,v 1.16 2012/10/09 15:49:36 nimiux Exp $ -->
85 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml,v 1.17 2012/10/30 18:42:09 nimiux Exp $ -->
86
87 <sections>
88
89 @@ -14,8 +14,8 @@
90 uso futuro.
91 </abstract>
92
93 -<version>12</version>
94 -<date>2012-10-06</date>
95 +<version>13</version>
96 +<date>2012-10-28</date>
97
98 <section>
99 <title>Introducción a los dispositivos de bloque</title>
100 @@ -120,7 +120,7 @@
101 <tr>
102 <ti><path>/dev/sda4</path></ti>
103 <ti>Resto del Disco</ti>
104 - <ti>ext3, reiserfs, xfs</ti>
105 + <ti>ext3, ext4, reiserfs, xfs</ti>
106 <ti>Linux Root</ti>
107 </tr>
108 </table>
109 @@ -184,7 +184,7 @@
110 <tr>
111 <ti><path>/dev/sda4</path></ti>
112 <ti>Resto del Disco</ti>
113 - <ti>ext3, reiserfs, xfs</ti>
114 + <ti>ext3, ext4, reiserfs, xfs</ti>
115 <ti>Linux Root</ti>
116 </tr>
117 </table>
118 @@ -229,7 +229,7 @@
119 <tr>
120 <ti><path>/dev/sda3</path></ti>
121 <ti>Resto del Disco</ti>
122 - <ti>ext3, reiserfs, xfs</ti>
123 + <ti>ext3, ext4, reiserfs, xfs</ti>
124 <ti>Linux Root</ti>
125 </tr>
126 </table>
127 @@ -268,7 +268,7 @@
128 <tr>
129 <ti><path>/dev/sda3</path></ti>
130 <ti>Resto del Disco</ti>
131 - <ti>ext3, reiserfs, xfs</ti>
132 + <ti>ext3, ext4, reiserfs, xfs</ti>
133 <ti>Linux Root (Type 0x83)</ti>
134 </tr>
135 </table>
136 @@ -585,6 +585,10 @@
137 <ti><c>mke2fs -j</c></ti>
138 </tr>
139 <tr>
140 + <ti>ext4</ti>
141 + <ti><c>mkfs.ext4</c></ti>
142 +</tr>
143 +<tr>
144 <ti>reiserfs</ti>
145 <ti><c>mkreiserfs</c></ti>
146 </tr>