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/handbook: hb-install-x86+amd64-medium.xml
Date: Tue, 27 Jul 2010 13:45:43
Message-Id: 20100727134536.1A5F62CE15@corvid.gentoo.org
1 chiguire 10/07/27 13:45:35
2
3 Modified: hb-install-x86+amd64-medium.xml
4 Log:
5 updated public key verification
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml?r1=1.12&r2=1.13
13
14 Index: hb-install-x86+amd64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- hb-install-x86+amd64-medium.xml 11 Jan 2010 20:12:03 -0000 1.12
21 +++ hb-install-x86+amd64-medium.xml 27 Jul 2010 13:45:35 -0000 1.13
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml,v 1.12 2010/01/11 20:12:03 chiguire Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml,v 1.13 2010/07/27 13:45:35 chiguire Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 explica cómo instalar Gentoo usando el CD de Instalación mínimo.
33 </abstract>
34
35 -<version>7.1</version>
36 -<date>2010-01-01</date>
37 +<version>7.2</version>
38 +<date>2010-07-18</date>
39
40 <section>
41 <title>Requisitos Hardware</title>
42 @@ -285,15 +285,18 @@
43 </p>
44
45 <pre caption="Obtener la clave pública">
46 -$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 17072058</i>
47 +$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i>
48 </pre>
49
50 <p>
51 Ahora verificamos la firma:
52 </p>
53
54 -<pre caption="Verificar la firma criptográfica">
55 -$ <i>gpg --verify &lt;archivo de firma&gt; &lt;archivo iso&gt;</i>
56 +<pre caption="Verificar los archivos">
57 +<comment>(Verificar la firma criptográfica)</comment>
58 +$ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
59 +<comment>(Verificar la suma de control)</comment>
60 +$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
61 </pre>
62
63 <p>