Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Tue, 16 Aug 2005 21:56:21
Message-Id: 200508162155.j7GLtIFp028390@robin.gentoo.org
1 neysx 05/08/16 21:56:01
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-stage.xml
4 Log:
5 #102128 x86 Portage snapshot discrepancy
6
7 Revision Changes Path
8 1.7 +14 -3 xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- hb-install-stage.xml 13 Aug 2005 21:21:31 -0000 1.6
21 +++ hb-install-stage.xml 16 Aug 2005 21:56:01 -0000 1.7
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.6 2005/08/13 21:21:31 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.7 2005/08/16 21:56:01 neysx Exp $ -->
28
29 <sections>
30
31 -<version>5.4</version>
32 -<date>2005-08-13</date>
33 +<version>5.5</version>
34 +<date>2005-08-16</date>
35
36 <section>
37 <title>Installing a Stage Tarball</title>
38 @@ -252,7 +252,15 @@
39 to see what snapshot is available:
40 </p>
41
42 +<warn>
43 +The Portage snapshot on the <b>x86</b> universal CD is named
44 +<path>/mnt/cdrom/snapshot/portage-2005.1.tar.bz2</path>.
45 +</warn>
46 +
47 <pre caption="Checking the /mnt/cdrom/snapshots content">
48 +<comment>(x86 only)</comment>
49 +# <i>ls /mnt/cdrom/snapshot</i>
50 +<comment>(All other architectures)</comment>
51 # <i>ls /mnt/cdrom/snapshots</i>
52 </pre>
53
54 @@ -265,6 +273,9 @@
55 </p>
56
57 <pre caption="Extracting a Portage snapshot">
58 +<comment>(x86 only)</comment>
59 +# <i>tar -xvjf /mnt/cdrom/snapshot/portage-2005.1.tar.bz2 -C /mnt/gentoo/usr</i>
60 +<comment>(All other architectures)</comment>
61 # <i>tar -xvjf /mnt/cdrom/snapshots/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
62 </pre>
63
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list