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-arm-disk.xml hb-install-filesystems.xml hb-install-ppc-disk.xml hb-install-config.xml hb-install-x86+amd64-disk.xml hb-install-sparc-disk.xml hb-install-tools.xml
Date: Mon, 25 Feb 2013 11:41:08
Message-Id: 20130225114104.018422171D@flycatcher.gentoo.org
1 nimiux 13/02/25 11:41:03
2
3 Modified: hb-install-arm-disk.xml hb-install-filesystems.xml
4 hb-install-ppc-disk.xml hb-install-config.xml
5 hb-install-x86+amd64-disk.xml
6 hb-install-sparc-disk.xml hb-install-tools.xml
7 Log:
8 Fix bug #451596 - Mark ext4 as recommended fs
9
10 Revision Changes Path
11 1.7 xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml?r1=1.6&r2=1.7
16
17 Index: hb-install-arm-disk.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- hb-install-arm-disk.xml 9 Oct 2012 15:49:36 -0000 1.6
24 +++ hb-install-arm-disk.xml 25 Feb 2013 11:41:03 -0000 1.7
25 @@ -4,12 +4,12 @@
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml,v 1.6 2012/10/09 15:49:36 nimiux Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml,v 1.7 2013/02/25 11:41:03 nimiux Exp $ -->
31
32 <sections>
33
34 -<version>9</version>
35 -<date>2012-10-06</date>
36 +<version>10</version>
37 +<date>2013-02-23</date>
38
39 <!-- TODO: Add section about MTD and such -->
40
41 @@ -102,7 +102,7 @@
42 </tr>
43 <tr>
44 <ti><path>/dev/sda3</path></ti>
45 - <ti>ext3</ti>
46 + <ti>ext4</ti>
47 <ti>El resto del disco</ti>
48 <ti>Partición de raíz</ti>
49 </tr>
50 @@ -192,11 +192,11 @@
51 <pre caption="Ejemplo de particionamiento">
52 $ <i>df -h</i>
53 Filesystem Type Size Used Avail Use% Mounted on
54 -/dev/sda5 ext3 509M 132M 351M 28% /
55 -/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
56 -/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
57 -/dev/sda8 ext3 1011M 483M 477M 51% /opt
58 -/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
59 +/dev/sda5 ext4 509M 132M 351M 28% /
60 +/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
61 +/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
62 +/dev/sda8 ext4 1011M 483M 477M 51% /opt
63 +/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
64 /dev/sda1 ext2 51M 17M 31M 36% /boot
65 /dev/sda6 swap 516M 12M 504M 2% &lt;not mounted&gt;
66 <comment>(Espacio sin particionar para uso futuro: 2 Gb)</comment>
67 @@ -557,12 +557,12 @@
68 Por ejemplo, para formatear la partición de arranque
69 (<path>/dev/sda1</path> según el ejemplo) en formato ext2 y la
70 partición de raíz (<path>/dev/sda3</path> según el ejemplo) en formato
71 -ext3, utilizaría las siguientes órdenes:
72 +ext4, utilizaría las siguientes órdenes:
73 </p>
74
75 <pre caption="Creación de un sistema de ficheros en una partición">
76 # <i>mkfs.ext2 /dev/sda1</i>
77 -# <i>mkfs.ext3 /dev/sda3</i>
78 +# <i>mkfs.ext4 /dev/sda3</i>
79 </pre>
80
81 <p>
82
83
84
85 1.9 xml/htdocs/doc/es/handbook/hb-install-filesystems.xml
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.9&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.9&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?r1=1.8&r2=1.9
90
91 Index: hb-install-filesystems.xml
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v
94 retrieving revision 1.8
95 retrieving revision 1.9
96 diff -u -r1.8 -r1.9
97 --- hb-install-filesystems.xml 30 Oct 2012 18:42:09 -0000 1.8
98 +++ hb-install-filesystems.xml 25 Feb 2013 11:41:03 -0000 1.9
99 @@ -1,11 +1,11 @@
100 <?xml version='1.0' encoding="UTF-8"?>
101 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.8 2012/10/30 18:42:09 nimiux Exp $ -->
102 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.9 2013/02/25 11:41:03 nimiux Exp $ -->
103 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
104
105 <included>
106
107 -<version>10</version>
108 -<date>2012-10-28</date>
109 +<version>11</version>
110 +<date>2013-02-23</date>
111
112 <section id="filesystemsdesc">
113 <title>Sistemas de ficheros</title>
114 @@ -98,9 +98,9 @@
115 inconsistente. Si desea instalar Gentoo en un disco pequeño (de menos de
116 4GB), entonces necesitará indicarle a ext2 que reserve suficientes nodos
117 i cuando cree el sistema de ficheros. La aplicación <c>mke2fs</c> utiliza
118 -el ajuste "bytes-per-inode" para calcular cuantos nodos i tendría un
119 +el ajuste "bytes-per-inode" para calcular cuantos nodos-i tendría un
120 sistema de ficheros. Al ejecutar <c>mke2fs -T small /dev/&lt;device&gt;</c>
121 -el número de nodos i generalmente será el cuádruple para un sistema de
122 +el número de nodos-i generalmente será el cuádruple para un sistema de
123 ficheros dado ya que su "bytes-per-inode" se reduce de uno cada 16kB a uno
124 cada 4kB. Puede ajustar esto más tarde utilizando
125 <c>mke2fs -i &lt;ratio&gt; /dev/&lt;device&gt;</c>.
126 @@ -112,13 +112,12 @@
127 de funcionamiento como registro completo y ordenado de datos. Utiliza
128 un árbol HTree como índice que permite un alto rendimiento en casi todas
129 las situaciones. En resumen ext3 es un sistema de ficheros muy bueno
130 -y fiable. Ext3 está recomendado en sistemas de ficheros para cualquier
131 -propósito y cualquier plataforma. Si desea instalar Gentoo en un
132 -disco pequeño (de menos de 4GB), entonces necesitará indicarle a ext3 que
133 -reserve suficientes nodos i cuando cree el sistema de ficheros. La
134 -aplicación <c>mke2fs</c> utiliza el ajuste "bytes-per-inode" para calcular
135 -cuantos nodos i tendría un sistema de ficheros. Al ejecutar
136 -<c>mke2fs -T small /dev/&lt;device&gt;</c> el número de nodos i
137 +y fiable. Si desea instalar Gentoo en un disco pequeño (de menos de 4GB),
138 +entonces necesitará indicarle a ext3 que reserve suficientes nodos-i
139 +cuando cree el sistema de ficheros. La aplicación <c>mke2fs</c> utiliza
140 +el ajuste "bytes-per-inode" para calcular cuantos nodos-i tendría un
141 +sistema de ficheros. Al ejecutar
142 +<c>mke2fs -T small /dev/&lt;device&gt;</c> el número de nodos-i
143 generalmente será el cuádruple para un sistema de ficheros dado ya que su
144 "bytes-per-inode" se reduce de uno cada 16kB a uno cada 4kB. Puede ajustar
145 esto más tarde utilizando
146
147
148
149 1.19 xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml?rev=1.19&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml?rev=1.19&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml?r1=1.18&r2=1.19
154
155 Index: hb-install-ppc-disk.xml
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml,v
158 retrieving revision 1.18
159 retrieving revision 1.19
160 diff -u -r1.18 -r1.19
161 --- hb-install-ppc-disk.xml 21 Jan 2013 13:01:11 -0000 1.18
162 +++ hb-install-ppc-disk.xml 25 Feb 2013 11:41:03 -0000 1.19
163 @@ -4,7 +4,7 @@
164 <!-- The content of this document is licensed under the CC-BY-SA license -->
165 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
166
167 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml,v 1.18 2013/01/21 13:01:11 nimiux Exp $ -->
168 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-disk.xml,v 1.19 2013/02/25 11:41:03 nimiux Exp $ -->
169
170 <sections>
171
172 @@ -14,8 +14,8 @@
173 uso futuro.
174 </abstract>
175
176 -<version>14</version>
177 -<date>2013-01-20</date>
178 +<version>15</version>
179 +<date>2013-02-23</date>
180
181 <section>
182 <title>Introducción a los dispositivos de bloque</title>
183 @@ -553,7 +553,7 @@
184 Para activar la partición de intercambio use <c>swapon</c>:
185 </p>
186 <pre caption="Activación de la partición de intercambio">
187 -# <i>swapon /dev/hda3</i>
188 +# <i>swapon /dev/sda3</i>
189 </pre>
190
191 <p>
192 @@ -600,12 +600,12 @@
193 </table>
194
195 <p>
196 -Por ejemplo, para crear un sistema de ficheros ext3 en la partición
197 -raíz (<path>/dev/hda4</path> según el ejemplo) utilizaríamos:
198 +Por ejemplo, para crear un sistema de ficheros ext4 en la partición
199 +raíz (<path>/dev/sda4</path> según el ejemplo) utilizaríamos:
200 </p>
201
202 <pre caption="Aplicar un sistema de ficheros a una partición">
203 -# <i>mke2fs -j /dev/sda4</i>
204 +# <i>mkfs.ext4 /dev/sda4</i>
205 </pre>
206
207 <p>
208
209
210
211 1.48 xml/htdocs/doc/es/handbook/hb-install-config.xml
212
213 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.48&view=markup
214 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.48&content-type=text/plain
215 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?r1=1.47&r2=1.48
216
217 Index: hb-install-config.xml
218 ===================================================================
219 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v
220 retrieving revision 1.47
221 retrieving revision 1.48
222 diff -u -r1.47 -r1.48
223 --- hb-install-config.xml 7 Jan 2013 17:18:28 -0000 1.47
224 +++ hb-install-config.xml 25 Feb 2013 11:41:03 -0000 1.48
225 @@ -4,7 +4,7 @@
226 <!-- The content of this document is licensed under the CC-BY-SA license -->
227 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
228
229 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.47 2013/01/07 17:18:28 nimiux Exp $ -->
230 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.48 2013/02/25 11:41:03 nimiux Exp $ -->
231
232 <sections>
233
234 @@ -14,8 +14,8 @@
235 proceder.
236 </abstract>
237
238 -<version>23</version>
239 -<date>2013-01-03</date>
240 +<version>24</version>
241 +<date>2013-02-23</date>
242
243 <section>
244 <title>Información del Sistema de Ficheros</title>
245 @@ -36,7 +36,7 @@
246 </subsection>
247
248 <subsection>
249 -<title>Creando el /etc/fstab</title>
250 +<title>Crear el /etc/fstab</title>
251 <body>
252
253 <p>
254 @@ -136,7 +136,7 @@
255 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='HPPA'">
256 <keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
257 /dev/sda3 none swap sw 0 0
258 -/dev/sda4 / ext3 noatime 0 1
259 +/dev/sda4 / ext4 noatime 0 1
260
261 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
262 </pre>
263 @@ -144,17 +144,17 @@
264 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
265 <keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
266 /dev/sda2 none swap sw 0 0
267 -/dev/sda3 / ext3 noatime 0 1
268 +/dev/sda3 / ext4 noatime 0 1
269
270 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
271 </pre>
272
273 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='SPARC'">
274 -/dev/sda1 / ext3 noatime 0 1
275 +/dev/sda1 / ext4 noatime 0 1
276 /dev/sda2 none swap sw 0 0
277 -/dev/sda4 /usr ext3 noatime 0 2
278 -/dev/sda5 /var ext3 noatime 0 2
279 -/dev/sda6 /home ext3 noatime 0 2
280 +/dev/sda4 /usr ext4 noatime 0 2
281 +/dev/sda5 /var ext4 noatime 0 2
282 +/dev/sda6 /home ext4 noatime 0 2
283
284 <comment># Debe añadir las reglas para openprom</comment>
285 openprom /proc/openprom openpromfs defaults 0 0
286 @@ -163,7 +163,7 @@
287 </pre>
288
289 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='PPC' or func:keyval('arch')='PPC64'">
290 -/dev/sda4 / ext3 noatime 0 1
291 +/dev/sda4 / ext4 noatime 0 1
292 /dev/sda3 none swap sw 0 0
293
294 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
295 @@ -256,7 +256,7 @@
296 </body>
297 </subsection>
298 <subsection>
299 -<title>Configurando su Red</title>
300 +<title>Configurar su Red</title>
301 <body>
302
303 <p>
304 @@ -374,7 +374,7 @@
305 </body>
306 </subsection>
307 <subsection>
308 -<title>Anotando la Información de la Red</title>
309 +<title>Anotar la Información de la Red</title>
310 <body>
311
312 <p>
313
314
315
316 1.19 xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml
317
318 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml?rev=1.19&view=markup
319 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml?rev=1.19&content-type=text/plain
320 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml?r1=1.18&r2=1.19
321
322 Index: hb-install-x86+amd64-disk.xml
323 ===================================================================
324 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml,v
325 retrieving revision 1.18
326 retrieving revision 1.19
327 diff -u -r1.18 -r1.19
328 --- hb-install-x86+amd64-disk.xml 9 Oct 2012 15:49:36 -0000 1.18
329 +++ hb-install-x86+amd64-disk.xml 25 Feb 2013 11:41:03 -0000 1.19
330 @@ -4,7 +4,7 @@
331 <!-- The content of this document is licensed under the CC-BY-SA license -->
332 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
333
334 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml,v 1.18 2012/10/09 15:49:36 nimiux Exp $ -->
335 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-disk.xml,v 1.19 2013/02/25 11:41:03 nimiux Exp $ -->
336
337 <sections>
338
339 @@ -14,8 +14,8 @@
340 futuro.
341 </abstract>
342
343 -<version>13</version>
344 -<date>2012-10-06</date>
345 +<version>14</version>
346 +<date>2013-02-23</date>
347
348 <section>
349 <title>Introducción a Dispositivos de Bloque</title>
350 @@ -83,7 +83,7 @@
351 </subsection>
352 </section>
353 <section>
354 -<title>Diseñando un esquema de particionamiento</title>
355 +<title>Diseñar un esquema de particionamiento</title>
356 <subsection>
357 <title>Esquema de Particionamiento Predeterminado</title>
358 <body>
359 @@ -115,7 +115,7 @@
360 </tr>
361 <tr>
362 <ti><path>/dev/sda3</path></ti>
363 - <ti>ext3</ti>
364 + <ti>ext4</ti>
365 <ti>El resto del disco</ti>
366 <ti>Partición de raíz</ti>
367 </tr>
368 @@ -210,11 +210,11 @@
369 <pre caption="Ejemplo de particionamiento">
370 $ <i>df -h</i>
371 Filesystem Type Size Used Avail Use% Mounted on
372 -/dev/sda5 ext3 509M 132M 351M 28% /
373 -/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
374 -/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
375 -/dev/sda8 ext3 1011M 483M 477M 51% /opt
376 -/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
377 +/dev/sda5 ext4 509M 132M 351M 28% /
378 +/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
379 +/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
380 +/dev/sda8 ext4 1011M 483M 477M 51% /opt
381 +/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
382 /dev/sda1 ext2 51M 17M 31M 36% /boot
383 /dev/sda6 swap 516M 12M 504M 2% &lt;not mounted&gt;
384 <comment>(Espacio sin particionar para uso futuro: 2 Gb)</comment>
385 @@ -804,12 +804,12 @@
386 Por ejemplo, para formatear la partición de arranque
387 (<path>/dev/sda1</path> según el ejemplo) en formato ext2 y la
388 partición de raíz (<path>/dev/sda3</path> según el ejemplo) en formato
389 -ext3, utilizaría las siguientes órdenes:
390 +ext4, utilizaría las siguientes órdenes:
391 </p>
392
393 <pre caption="Creación de un sistema de ficheros en una partición">
394 # <i>mkfs.ext2 /dev/sda1</i>
395 -# <i>mkfs.ext3 /dev/sda3</i>
396 +# <i>mkfs.ext4 /dev/sda3</i>
397 </pre>
398
399 <p>
400 @@ -836,7 +836,7 @@
401 Para activar la partición, use la orden <c>swapon</c>:
402 </p>
403
404 -<pre caption="Activando la partición de intercambio">
405 +<pre caption="Activar la partición de intercambio">
406 # <i>swapon /dev/sda2</i>
407 </pre>
408
409
410
411
412 1.10 xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml
413
414 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml?rev=1.10&view=markup
415 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml?rev=1.10&content-type=text/plain
416 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml?r1=1.9&r2=1.10
417
418 Index: hb-install-sparc-disk.xml
419 ===================================================================
420 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml,v
421 retrieving revision 1.9
422 retrieving revision 1.10
423 diff -u -r1.9 -r1.10
424 --- hb-install-sparc-disk.xml 6 Sep 2011 16:18:17 -0000 1.9
425 +++ hb-install-sparc-disk.xml 25 Feb 2013 11:41:03 -0000 1.10
426 @@ -4,12 +4,12 @@
427 <!-- The content of this document is licensed under the CC-BY-SA license -->
428 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
429
430 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml,v 1.9 2011/09/06 16:18:17 nimiux Exp $ -->
431 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml,v 1.10 2013/02/25 11:41:03 nimiux Exp $ -->
432
433 <sections>
434
435 -<version>7</version>
436 -<date>2011-09-04</date>
437 +<version>8</version>
438 +<date>2013-02-23</date>
439
440 <section>
441 <title>Introducción a los Dispositivos de Bloque</title>
442 @@ -53,7 +53,7 @@
443 </section>
444
445 <section>
446 -<title>Diseñando un Esquema de Particionamiento</title>
447 +<title>Diseñar un Esquema de Particionamiento</title>
448 <subsection>
449 <title>Esquema de Particionamiento predeterminado</title>
450 <body>
451 @@ -80,7 +80,7 @@
452 </tr>
453 <tr>
454 <ti>/dev/sda1</ti>
455 - <ti>ext3</ti>
456 + <ti>ext4</ti>
457 <ti>&lt;2 GB</ti>
458 <ti>/</ti>
459 <ti>
460 @@ -112,7 +112,7 @@
461 </tr>
462 <tr>
463 <ti>/dev/sda4</ti>
464 - <ti>ext3</ti>
465 + <ti>ext4</ti>
466 <ti>Al menos 2 GB</ti>
467 <ti>/usr</ti>
468 <ti>
469 @@ -123,7 +123,7 @@
470 </tr>
471 <tr>
472 <ti>/dev/sda5</ti>
473 - <ti>ext3</ti>
474 + <ti>ext4</ti>
475 <ti>Al menos 1GB</ti>
476 <ti>/var</ti>
477 <ti>
478 @@ -136,7 +136,7 @@
479 </tr>
480 <tr>
481 <ti>/dev/sda6</ti>
482 - <ti>ext3</ti>
483 + <ti>ext4</ti>
484 <ti>El resto del espacio en disco</ti>
485 <ti>/home</ti>
486 <ti>
487 @@ -151,7 +151,7 @@
488 </section>
489
490 <section id="fdisk">
491 -<title>Utilizando fdisk para particionar su disco</title>
492 +<title>Utilizar fdisk para particionar su disco</title>
493 <subsection>
494 <body>
495
496 @@ -202,7 +202,7 @@
497 </subsection>
498
499 <subsection>
500 -<title>Iniciando fdisk</title>
501 +<title>Iniciar fdisk</title>
502 <body>
503
504 <p>
505 @@ -504,7 +504,7 @@
506 <table>
507 <tr>
508 <th>Sistema de ficheros</th>
509 - <th>Comando de creación</th>
510 + <th>Orden de creación</th>
511 </tr>
512 <tr>
513 <ti>ext2</ti>
514 @@ -525,25 +525,25 @@
515 en nuestro caso) como ext2 y las particiones <path>/usr</path>,
516 <path>/var</path> y <path>/home</path> (<path>/dev/sda4</path>,
517 <path>5</path> y <path>6</path>, de acuerdo a nuestro ejemplo
518 -respectivamente) como ext3, utilizaría los siguientes comandos:
519 +respectivamente) como ext4, utilizaría las siguientes órdenes:
520 </p>
521
522 <pre caption="Creación de un sistema de ficheros en una partición">
523 # <i>mkfs.ext2 /dev/sda1</i>
524 -# <i>mkfs.ext3 /dev/sda4</i>
525 -# <i>mkfs.ext3 /dev/sda5</i>
526 -# <i>mkfs.ext3 /dev/sda6</i>
527 +# <i>mkfs.ext4 /dev/sda4</i>
528 +# <i>mkfs.ext4 /dev/sda5</i>
529 +# <i>mkfs.ext4 /dev/sda6</i>
530 </pre>
531
532 </body>
533 </subsection>
534
535 <subsection>
536 -<title>Activando la Partición de Intercambio</title>
537 +<title>Activar la Partición de Intercambio</title>
538 <body>
539
540 <p>
541 -<c>mkswap</c> es el comando usado para inicializar particiones de
542 +<c>mkswap</c> es la orden usada para inicializar particiones de
543 intercambio:
544 </p>
545
546 @@ -560,7 +560,8 @@
547 </pre>
548
549 <p>
550 -Cree y active la partición de intercambio con los comandos mencionados arriba.
551 +Cree y active la partición de intercambio con las órdenes mencionadas
552 +arriba.
553 </p>
554
555 </body>
556 @@ -573,7 +574,7 @@
557
558 <p>
559 Ahora que sus particiones están inicializadas y albergan sistemas de
560 -ficheros, es hora de montarlas con el comando <c>mount</c>. No olvide
561 +ficheros, es hora de montarlas con la orden <c>mount</c>. No olvide
562 crear los directorios de puntos de montaje necesarios para cada
563 partición que creada. Por ejemplo:
564 </p>
565
566
567
568 1.28 xml/htdocs/doc/es/handbook/hb-install-tools.xml
569
570 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-tools.xml?rev=1.28&view=markup
571 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-tools.xml?rev=1.28&content-type=text/plain
572 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-tools.xml?r1=1.27&r2=1.28
573
574 Index: hb-install-tools.xml
575 ===================================================================
576 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-tools.xml,v
577 retrieving revision 1.27
578 retrieving revision 1.28
579 diff -u -r1.27 -r1.28
580 --- hb-install-tools.xml 24 Oct 2011 13:28:13 -0000 1.27
581 +++ hb-install-tools.xml 25 Feb 2013 11:41:03 -0000 1.28
582 @@ -4,7 +4,7 @@
583 <!-- The content of this document is licensed under the CC-BY-SA license -->
584 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
585
586 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-tools.xml,v 1.27 2011/10/24 13:28:13 nimiux Exp $ -->
587 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-tools.xml,v 1.28 2013/02/25 11:41:03 nimiux Exp $ -->
588
589 <sections>
590
591 @@ -14,8 +14,8 @@
592 herramientas importantes.
593 </abstract>
594
595 -<version>10</version>
596 -<date>2011-10-23</date>
597 +<version>11</version>
598 +<date>2013-02-23</date>
599
600 <section>
601 <title>Bitácora del Sistema</title>
602 @@ -68,18 +68,19 @@
603 <body>
604
605 <p>
606 -El siguiente es el demonio cron. Aunque es opcional y no lo requiere su sistema
607 -es recomendable instalar uno. ¿Pero qué es un demonio cron? Un demonio cron
608 -ejecuta comandos en horarios planificados. Es muy cómodo si necesita ejecutar
609 -comandos regularmente (por ejemplo a diario, cada semana o mensualmente).
610 +El siguiente es el demonio cron. Aunque es opcional y no lo requiere
611 +su sistema es recomendable instalar uno. ¿Pero qué es un demonio cron?
612 +Un demonio cron ejecuta órdenes en horarios planificados. Es muy cómodo
613 +si necesita ejecutar órdenes regularmente (por ejemplo a diario, cada
614 +semana o mensualmente).
615 </p>
616
617 <p>
618 Gentoo ofrece tres posibles demonios cron: <c>dcron</c>, <c>fcron</c> y
619 -<c>vixie-cron</c>. Instalar cualquiera es similar a instalar un sistema de
620 -bitácoras. Sin embargo <c>dcron</c> y <c>fcron</c> requieren un comando extra
621 -de configuración, que es <c>crontab /etc/crontab</c>. Si no sabe cuál escoger,
622 -use <c>vixie-cron</c>.
623 +<c>vixie-cron</c>. Instalar cualquiera es similar a instalar un sistema
624 +de bitácoras. Sin embargo <c>dcron</c> y <c>fcron</c> requieren una
625 +orden extra de configuración, que es <c>crontab /etc/crontab</c>. Si no
626 +sabe cuál escoger, use <c>vixie-cron</c>.
627 </p>
628
629 <p>
630 @@ -157,8 +158,8 @@
631 instalar las herramientas necesarias (para verificar la integridad del
632 sistema de archivos, crear sistemas de archivos adicionales, etc.) Por
633 favor note que las herramientas para manejar sistemas de archivos
634 -ext2/ext3 (<c>e2fsprogs</c>) ya se encuentran instaladas como parte
635 -del sistema.
636 +ext2,ext3 o ext4 (<c>e2fsprogs</c>) ya se encuentran instaladas como
637 +parte del sistema.
638 </p>
639
640 <p>
641 @@ -170,7 +171,7 @@
642 <tr>
643 <th>Sistema de Archivos</th>
644 <th>Herramienta</th>
645 - <th>Comando para Instalar</th>
646 + <th>Orden de instalación</th>
647 </tr>
648 <tr>
649 <ti>XFS</ti>