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: gentoo-x86-quickinstall.xml
Date: Sat, 31 Mar 2012 22:06:49
Message-Id: 20120331220634.93E732004B@flycatcher.gentoo.org
1 chiguire 12/03/31 22:06:34
2
3 Modified: gentoo-x86-quickinstall.xml
4 Log:
5 updated spanish translation
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/es/gentoo-x86-quickinstall.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall.xml?r1=1.31&r2=1.32
13
14 Index: gentoo-x86-quickinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- gentoo-x86-quickinstall.xml 11 May 2011 12:29:08 -0000 1.31
21 +++ gentoo-x86-quickinstall.xml 31 Mar 2012 22:06:34 -0000 1.32
22 @@ -1,6 +1,6 @@
23 <?xml version = '1.0' encoding = 'UTF-8' ?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall.xml,v 1.31 2011/05/11 12:29:08 chiguire Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall.xml,v 1.32 2012/03/31 22:06:34 chiguire Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -44,8 +44,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>26</version>
35 -<date>2011-05-09</date>
36 +<version>27</version>
37 +<date>2012-03-31</date>
38
39 <chapter>
40 <title>Introducción</title>
41 @@ -205,6 +205,14 @@
42 livecd linux # <i>cp arch/i386/boot/bzImage /boot/kernel</i>
43 </pre>
44
45 +<p>
46 +Opcionalmente construya un initramfs desde donde iniciar el sistema:
47 +</p>
48 +
49 +<pre caption="Construir un initramfs">
50 +# <i>emerge genkernel</i>
51 +# <i>genkernel --install --no-ramdisk-modules initramfs</i>
52 +</pre>
53 </body>
54 </section>