Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Fri, 08 Sep 2006 12:53:28
Message-Id: 20060908125323.025EE648B6@smtp.gentoo.org
1 rane 06/09/08 12:53:13
2
3 Modified: hb-install-stage.xml
4 Log:
5 standardized portage snapshot download and unpack instructions to use
6 portage-latest tarball
7
8 Revision Changes Path
9 1.100 xml/htdocs/doc/en/handbook/hb-install-stage.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.100&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.100&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.99&r2=1.100
14
15 Index: hb-install-stage.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
18 retrieving revision 1.99
19 retrieving revision 1.100
20 diff -u -r1.99 -r1.100
21 --- hb-install-stage.xml 30 Aug 2006 22:52:28 -0000 1.99
22 +++ hb-install-stage.xml 8 Sep 2006 12:53:13 -0000 1.100
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.99 2006/08/30 22:52:28 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.100 2006/09/08 12:53:13 rane Exp $ -->
29
30 <sections>
31
32 -<version>7.0</version>
33 -<date>2006-08-30</date>
34 +<version>7.1</version>
35 +<date>2006-09-07</date>
36
37 <section>
38 <title>Installing a Stage Tarball</title>
39 @@ -267,7 +267,8 @@
40 Fire up <c>links</c> (or <c>lynx</c>) and go to our <uri
41 link="/main/en/mirrors.xml">Gentoo mirror list</uri>. Pick a mirror close to
42 you and open the <path>snapshots/</path> directory. There, download the latest
43 -Portage snapshot by selecting it and pressing <c>D</c>.
44 +Portage snapshot (<path>portage-latest.tar.bz2</path>) by selecting it and
45 +pressing <c>D</c>.
46 </p>
47
48 <pre caption="Browsing the Gentoo mirrorlist">
49 @@ -297,8 +298,7 @@
50 </p>
51
52 <pre caption="Extracting the Portage snapshot">
53 -<comment>(Substitute &lt;date&gt; with the datestamp of the downloaded snapshot)</comment>
54 -# <i>tar xvjf /mnt/gentoo/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
55 +# <i>tar xvjf /mnt/gentoo/portage-latest.tar.bz2 -C /mnt/gentoo/usr</i>
56 </pre>
57
58 </body>
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list