Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
| Navigation: |
|
Lists:
gentoo-doc-cvs:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-doc-cvs@g.o
|
|
From:
|
"Joshua Saddler (nightmorph)" <nightmorph@g.o>
|
|
Subject:
|
gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-medium.xml
|
|
Date:
|
Mon, 19 Jul 2010 01:50:06 +0000 (UTC)
|
|
nightmorph 10/07/19 01:50:06
Modified: hb-install-x86+amd64-medium.xml
Log:
fix file verification process for the x86/amd64 handbooks, bug 283402
Revision Changes Path
1.19 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.19&view=markup
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
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
Index: hb-install-x86+amd64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-x86+amd64-medium.xml 1 Jan 2010 20:49:02 -0000 1.18
+++ hb-install-x86+amd64-medium.xml 19 Jul 2010 01:50:06 -0000 1.19
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
@@ -13,8 +13,8 @@
Gentoo using the minimal Installation CD.
</abstract>
-<version>7.1</version>
-<date>2010-01-01</date>
+<version>7.2</version>
+<date>2010-07-18</date>
<section>
<title>Hardware Requirements</title>
@@ -281,15 +281,18 @@
</p>
<pre caption="Obtaining the public key">
-$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 17072058</i>
+$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i>
</pre>
<p>
Now verify the signature:
</p>
-<pre caption="Verify the cryptographic signature">
-$ <i>gpg --verify <signature file> <downloaded iso></i>
+<pre caption="Verify the files">
+<comment>(Verify the cryptographic signature)</comment>
+$ <i>gpg --verify <downloaded iso.DIGESTS.asc></i>
+<comment>(Verify the checksum)</comment>
+$ <i>sha1sum -c <downloaded iso.DIGESTS.asc></i>
</pre>
<p>
|
|