From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J9MWV-0001J6-B1 for garchives@archives.gentoo.org; Mon, 31 Dec 2007 15:25:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBVFPaDt000517; Mon, 31 Dec 2007 15:25:36 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBVFPZBN000511 for ; Mon, 31 Dec 2007 15:25:36 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 85A7065062 for ; Mon, 31 Dec 2007 15:25:35 +0000 (UTC) Received: from neysx by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1J9MWE-0005n7-GC for gentoo-doc-cvs@lists.gentoo.org; Mon, 31 Dec 2007 15:25:34 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml Message-Id: From: Xavier Neys Date: Mon, 31 Dec 2007 15:25:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 9b30d24d-ec50-4d4a-b70f-4c554d5b5aa7 X-Archives-Hash: 47b4e0cad676224485207e5fbcfde852 neysx 07/12/31 15:25:34 Modified: hb-install-stage.xml Log: [31 16:20:29] i found a small mistake in amd64 handbook [31 16:22:28] just above the Code Listing 6 it says "check the validity of the x86 stage tarball:" where it should say amd64 stage tarball Revision Changes Path 1.113 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.113&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.113&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.112&r2=1.113 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- hb-install-stage.xml 28 Jun 2007 20:33:44 -0000 1.112 +++ hb-install-stage.xml 31 Dec 2007 15:25:34 -0000 1.113 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. -8.4 -2007-06-28 +8.5 +2007-12-31
Installing a Stage Tarball @@ -148,10 +148,10 @@

If you want to check the integrity of the downloaded stage tarball, use md5sum and compare the output with the MD5 checksum provided on the -mirror. For instance, to check the validity of the x86 stage tarball: +mirror.

-
+
 # md5sum -c .DIGESTS
 : OK
 
-- gentoo-doc-cvs@gentoo.org mailing list