Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml
Date: Sat, 03 Aug 2013 15:03:09
Message-Id: 20130803150303.5F1C22171C@flycatcher.gentoo.org
1 swift 13/08/03 15:03:03
2
3 Modified: hb-install-stage.xml
4 Log:
5 Fix bug #470750 - Add instructions for gpg verification of stage digest, thanks to Roman Zilka
6
7 Revision Changes Path
8 1.133 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.133&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.133&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.132&r2=1.133
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
17 retrieving revision 1.132
18 retrieving revision 1.133
19 diff -u -r1.132 -r1.133
20 --- hb-install-stage.xml 2 Jan 2013 19:06:51 -0000 1.132
21 +++ hb-install-stage.xml 3 Aug 2013 15:03:03 -0000 1.133
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-stage.xml,v 1.132 2013/01/02 19:06:51 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.133 2013/08/03 15:03:03 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 describe how you extract the stage3 archive and configure Portage.
33 </abstract>
34
35 -<version>18</version>
36 -<date>2012-12-09</date>
37 +<version>19</version>
38 +<date>2013-08-03</date>
39
40 <section>
41 <title>Installing a Stage Tarball</title>
42 @@ -152,10 +152,20 @@
43
44 <p>
45 Then compare the output of these commands with the value registered in the
46 -.DIGESTS files that can be found on the mirrors as well. The values need to
47 +<path>.DIGESTS(.asc)</path> files that can be found on the mirrors as well. The values need to
48 match, otherwise the downloaded file might be corrupt (or the digests file is).
49 </p>
50
51 +<p>
52 +Just like with the ISO file, you can also verify the cryptographic signature of
53 +the <path>.DIGESTS.asc</path> file using <c>gpg</c> to make sure the checksums
54 +have not been tampered with:
55 +</p>
56 +
57 +<pre caption="Validating the checksums using gpg">
58 +# <i>gpg --verify <keyval id="stage3" />.DIGESTS.asc</i>
59 +</pre>
60 +
61 </body>
62 </subsection>
63 <subsection>