From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1AF741381F3 for ; Sat, 3 Aug 2013 15:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 310F5E0B7C; Sat, 3 Aug 2013 15:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD1A9E0B7D for ; Sat, 3 Aug 2013 15:03:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B443533EB74 for ; Sat, 3 Aug 2013 15:03:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 6D03920081; Sat, 3 Aug 2013 15:03:03 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-stage.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130803150303.6D03920081@flycatcher.gentoo.org> Date: Sat, 3 Aug 2013 15:03:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27dc7df7-5ecd-4c36-b6ea-f208d876e0e6 X-Archives-Hash: a48160e95e69168c91d81fd23d63fe11 swift 13/08/03 15:03:03 Modified: hb-install-stage.xml Log: Fix bug #470750 - Add instructions for gpg verification of stage digest, thanks to Roman Zilka Revision Changes Path 1.133 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.133&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.133&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.132&r2=1.133 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- hb-install-stage.xml 2 Jan 2013 19:06:51 -0000 1.132 +++ hb-install-stage.xml 3 Aug 2013 15:03:03 -0000 1.133 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. -18 -2012-12-09 +19 +2013-08-03
Installing a Stage Tarball @@ -152,10 +152,20 @@

Then compare the output of these commands with the value registered in the -.DIGESTS files that can be found on the mirrors as well. The values need to +.DIGESTS(.asc) files that can be found on the mirrors as well. The values need to match, otherwise the downloaded file might be corrupt (or the digests file is).

+

+Just like with the ISO file, you can also verify the cryptographic signature of +the .DIGESTS.asc file using gpg to make sure the checksums +have not been tampered with: +

+ +
+# gpg --verify .DIGESTS.asc
+
+