From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GLfrL-0002UK-RB for garchives@archives.gentoo.org; Fri, 08 Sep 2006 12:53:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k88CrOYI025666; Fri, 8 Sep 2006 12:53:24 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k88CrNFf007789 for ; Fri, 8 Sep 2006 12:53:23 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 025EE648B6 for ; Fri, 8 Sep 2006 12:53:23 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Fri, 8 Sep 2006 12:53:13 +0000 From: "Lukasz Damentko" Date: Fri, 8 Sep 2006 12:53:13 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml Message-Id: <20060908125323.025EE648B6@smtp.gentoo.org> 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: e0971045-5508-4b87-ae0c-c04cae382a50 X-Archives-Hash: 155a9555dcb564698c2fb40a98bdf98d rane 06/09/08 12:53:13 Modified: hb-install-stage.xml Log: standardized portage snapshot download and unpack instructions to use portage-latest tarball Revision Changes Path 1.100 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.100&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.99&r2=1.100 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- hb-install-stage.xml 30 Aug 2006 22:52:28 -0000 1.99 +++ hb-install-stage.xml 8 Sep 2006 12:53:13 -0000 1.100 @@ -4,12 +4,12 @@ - + -7.0 -2006-08-30 +7.1 +2006-09-07
Installing a Stage Tarball @@ -267,7 +267,8 @@ Fire up links (or lynx) and go to our Gentoo mirror list. Pick a mirror close to you and open the snapshots/ directory. There, download the latest -Portage snapshot by selecting it and pressing D. +Portage snapshot (portage-latest.tar.bz2) by selecting it and +pressing D.

@@ -297,8 +298,7 @@
 

-(Substitute <date> with the datestamp of the downloaded snapshot)
-# tar xvjf /mnt/gentoo/portage-<date>.tar.bz2 -C /mnt/gentoo/usr
+# tar xvjf /mnt/gentoo/portage-latest.tar.bz2 -C /mnt/gentoo/usr
 
-- gentoo-doc-cvs@gentoo.org mailing list