Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: lvm2.xml
Date: Sun, 01 Apr 2012 20:51:36
Message-Id: 20120401205125.A9B0F2004B@flycatcher.gentoo.org
1 chiguire 12/04/01 20:51:25
2
3 Modified: lvm2.xml
4 Log:
5 updated spanish translation
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/es/lvm2.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/lvm2.xml?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/lvm2.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/lvm2.xml?r1=1.21&r2=1.22
13
14 Index: lvm2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/lvm2.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- lvm2.xml 31 Mar 2012 22:26:42 -0000 1.21
21 +++ lvm2.xml 1 Apr 2012 20:51:25 -0000 1.22
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/lvm2.xml,v 1.21 2012/03/31 22:26:42 chiguire Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/lvm2.xml,v 1.22 2012/04/01 20:51:25 chiguire Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide lang="es">
29 @@ -21,7 +21,7 @@
30 <mail link="bass@g.o">José Alberto Suárez López</mail>
31 </author>
32 <author title="Traductor">
33 - <mail link="chiguire@g.o"/>
34 + <mail link="chiguire"/>
35 </author>
36 <author title="Traductor">
37 <mail link="anpereir@g.o">Andrés Pereira</mail>
38 @@ -43,8 +43,8 @@
39 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
40 <license/>
41
42 -<version>5</version>
43 -<date>2012-03-31</date>
44 +<version>6</version>
45 +<date>2012-04-01</date>
46
47 <chapter>
48 <title>Introducción</title>
49 @@ -128,7 +128,6 @@
50 <p>
51 OK, hora de comenzar ...
52 </p>
53 -
54 </body>
55 </section>
56 </chapter>
57 @@ -422,14 +421,20 @@
58
59 <p>
60 Además, construya un initramfs si <path>/usr</path> o
61 -<path>/var</path> se encuentra en una partición LVM. No olvide editar
62 -la configuración del gestor de arranque para iniciar el sistema con el
63 -initramfs.
64 +<path>/var</path> están en particiones LVM. No olvide editar la
65 +configuración del gestor de arranque para iniciar el sistema con el
66 +initramfs y agregue <c>dolvm</c> como parámetro de inicio.
67 </p>
68
69 <pre caption="Construyendo un initramfs">
70 # <i>emerge genkernel</i>
71 -# <i>genkernel --install initramfs</i>
72 +# <i>genkernel --lvm --install initramfs</i>
73 +# <i>nano -w /boot/grub/grub.conf</i>
74 +<comment>(...)</comment>
75 +title Gentoo Linux
76 +root (hd0,0)
77 +kernel /kernel-3.2.2-gentoo-r5 root=/dev/sda1 <i>dolvm</i>
78 +<i>initrd /initramfs-genkernel-x86_64-3.2.2-gentoo-r5</i>
79 </pre>
80
81 <p>
82 @@ -488,7 +493,6 @@
83 Reinicie su máquina y todas las particiones deberán estar montadas y
84 visibles.
85 </p>
86 -
87 </body>
88 </section>
89 </chapter>
90 @@ -523,7 +527,6 @@
91 <comment>(Reactive todos los volúmenes)</comment>
92 # <i>vgchange -a y</i>
93 </pre>
94 -
95 </body>
96 </section>
97 </chapter>
98 @@ -554,7 +557,6 @@
99 </uri>
100 </li>
101 </ul>
102 -
103 </body>
104 </section>
105 </chapter>
106 @@ -569,7 +571,6 @@
107 y <mail link="terjekv@××××××××.no">Terje Kvernes</mail> por su ayuda
108 y comentarios sobre este documento.
109 </p>
110 -
111 </body>
112 </section>
113 </chapter>