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 1J9Meh-0001St-VX for garchives@archives.gentoo.org; Mon, 31 Dec 2007 15:34:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBVFXuHN009973; Mon, 31 Dec 2007 15:33:56 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 lBVFXtbs009958 for ; Mon, 31 Dec 2007 15:33:56 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 9246F650EA for ; Mon, 31 Dec 2007 15:33:55 +0000 (UTC) Received: from neysx by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1J9MeI-0005wH-I6 for gentoo-doc-cvs@lists.gentoo.org; Mon, 31 Dec 2007 15:33:54 +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:33:54 +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: dfd63153-3b65-494c-b99a-592ea4a44a9c X-Archives-Hash: 72df81e301b5eff0783ed4d57a5e55b8 neysx 07/12/31 15:33:54 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.50 xml/htdocs/doc/en/handbook/draft/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-stage.xml?rev=1.50&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-stage.xml?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-stage.xml?r1=1.49&r2=1.50 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-stage.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- hb-install-stage.xml 3 Nov 2007 23:40:06 -0000 1.49 +++ hb-install-stage.xml 31 Dec 2007 15:33:54 -0000 1.50 @@ -4,7 +4,7 @@ - + @@ -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