Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Tue, 08 Jul 2008 23:56:12
Message-Id: E1KGN2Y-0006Ym-DQ@stork.gentoo.org
1 nightmorph 08/07/08 23:56:10
2
3 Modified: hb-install-stage.xml
4 Log:
5 removed duplicate tarball unpacking section that somehow got left in, bug 231214
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?r1=1.6&r2=1.7
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/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 6 Jul 2008 08:00:30 -0000 1.6
21 +++ hb-install-stage.xml 8 Jul 2008 23:56:10 -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/2008.0/hb-install-stage.xml,v 1.6 2008/07/06 08:00:30 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml,v 1.7 2008/07/08 23:56:10 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>9.3</version>
32 -<date>2008-07-06</date>
33 +<version>9.4</version>
34 +<date>2008-07-08</date>
35
36 <section>
37 <title>Installing a Stage Tarball</title>
38 @@ -103,34 +103,6 @@
39
40 </body>
41 </subsection>
42 -<subsection>
43 -<title>Unpacking the Stage Tarball</title>
44 -<body>
45 -
46 -<p>
47 -Now unpack your downloaded stage onto your system. We use <c>tar</c> to proceed
48 -as it is the easiest method:
49 -</p>
50 -
51 -<pre caption="Unpacking the stage">
52 -# <i>tar xvjpf stage3-*.tar.bz2</i>
53 -</pre>
54 -
55 -<p>
56 -Make sure that you use the same options (<c>xvjpf</c>). The <c>x</c> stands
57 -for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during
58 -the extraction process (this one is optional), the <c>j</c> for <e>Decompress
59 -with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c>
60 -to denote that we want to extract a file, not standard input.
61 -</p>
62 -
63 -<p>
64 -Now that the stage is installed, continue with <uri
65 -link="#installing_portage">Installing Portage</uri>.
66 -</p>
67 -
68 -</body>
69 -</subsection>
70 </section>
71 <section id="installing_portage">
72 <title>Installing Portage</title>
73
74
75
76 --
77 gentoo-doc-cvs@l.g.o mailing list