Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-medium.xml
Date: Mon, 19 Jul 2010 01:50:13
Message-Id: 20100719015006.6E17A2CE14@corvid.gentoo.org
1 nightmorph 10/07/19 01:50:06
2
3 Modified: hb-install-x86+amd64-medium.xml
4 Log:
5 fix file verification process for the x86/amd64 handbooks, bug 283402
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.18&r2=1.19
13
14 Index: hb-install-x86+amd64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- hb-install-x86+amd64-medium.xml 1 Jan 2010 20:49:02 -0000 1.18
21 +++ hb-install-x86+amd64-medium.xml 19 Jul 2010 01:50:06 -0000 1.19
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/en/handbook/hb-install-x86+amd64-medium.xml,v 1.18 2010/01/01 20:49:02 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.19 2010/07/19 01:50:06 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 Gentoo using the minimal Installation CD.
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>Hardware Requirements</title>
42 @@ -281,15 +281,18 @@
43 </p>
44
45 <pre caption="Obtaining the public key">
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 Now verify the signature:
52 </p>
53
54 -<pre caption="Verify the cryptographic signature">
55 -$ <i>gpg --verify &lt;signature file&gt; &lt;downloaded iso&gt;</i>
56 +<pre caption="Verify the files">
57 +<comment>(Verify the cryptographic signature)</comment>
58 +$ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
59 +<comment>(Verify the checksum)</comment>
60 +$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
61 </pre>
62
63 <p>