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: Sat, 31 Mar 2012 22:26:52
Message-Id: 20120331222642.F291D2004B@flycatcher.gentoo.org
1 chiguire 12/03/31 22:26:42
2
3 Modified: lvm2.xml
4 Log:
5 updated spanish translation
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/es/lvm2.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/lvm2.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/lvm2.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/lvm2.xml?r1=1.20&r2=1.21
13
14 Index: lvm2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/lvm2.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- lvm2.xml 28 Dec 2011 12:05:21 -0000 1.20
21 +++ lvm2.xml 31 Mar 2012 22:26:42 -0000 1.21
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.20 2011/12/28 12:05:21 nimiux Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/lvm2.xml,v 1.21 2012/03/31 22:26:42 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">John Christian Stoddart</mail>
34 + <mail link="chiguire@g.o"/>
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>4</version>
43 -<date>2011-12-26</date>
44 +<version>5</version>
45 +<date>2012-03-31</date>
46
47 <chapter>
48 <title>Introducción</title>
49 @@ -421,6 +421,18 @@
50 </p>
51
52 <p>
53 +Además, construya un initramfs si <path>/usr</path> o
54 +<path>/var</path> se encuentra en una partición LVM. No olvide editar
55 +la configuración del gestor de arranque para iniciar el sistema con el
56 +initramfs.
57 +</p>
58 +
59 +<pre caption="Construyendo un initramfs">
60 +# <i>emerge genkernel</i>
61 +# <i>genkernel --install initramfs</i>
62 +</pre>
63 +
64 +<p>
65 Ahora instale el paquete lvm2.
66 </p>