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: Tue, 20 Dec 2005 13:11:40
Message-Id: 200512201311.jBKDBUB3027258@robin.gentoo.org
1 rane 05/12/20 13:11:29
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-stage.xml
4 Log:
5 removing a dash from tar command parameters, just like it was done in a normal handbook
6
7 Revision Changes Path
8 1.10 +4 -4 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.10&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.10&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.9&r2=1.10&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.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-install-stage.xml 24 Nov 2005 17:26:11 -0000 1.9
21 +++ hb-install-stage.xml 20 Dec 2005 13:11:29 -0000 1.10
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.9 2005/11/24 17:26:11 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.10 2005/12/20 13:11:29 rane Exp $ -->
28
29 <sections>
30
31 -<version>5.7</version>
32 -<date>2005-11-24</date>
33 +<version>5.8</version>
34 +<date>2005-12-20</date>
35
36 <section>
37 <title>Installing a Stage Tarball</title>
38 @@ -252,7 +252,7 @@
39 </p>
40
41 <pre caption="Extracting a Portage snapshot">
42 -# <i>tar -xvjf /mnt/cdrom/snapshots/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
43 +# <i>tar xvjf /mnt/cdrom/snapshots/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
44 </pre>
45
46 </body>
47
48
49
50 --
51 gentoo-doc-cvs@g.o mailing list