Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
Date: Tue, 02 Aug 2011 02:28:28
Message-Id: 20110802022817.8ACDE20051@flycatcher.gentoo.org
1 nightmorph 11/08/02 02:28:17
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 adjust text in a <pre> block that was affecting layout. bug 377095. had to bump version and date because a code block was touched.
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.12&r2=1.13
13
14 Index: gentoo-x86-quickinstall-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- gentoo-x86-quickinstall-stage.xml 16 Mar 2011 07:49:40 -0000 1.12
21 +++ gentoo-x86-quickinstall-stage.xml 2 Aug 2011 02:28:17 -0000 1.13
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.12 2011/03/16 07:49:40 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.13 2011/08/02 02:28:17 nightmorph Exp $ -->
27
28 <included>
29
30 -<version>11</version>
31 -<date>2011-03-16</date>
32 +<version>12</version>
33 +<date>2011-08-01</date>
34
35 <section>
36 <title>Setting Up The Stage</title>
37 @@ -33,7 +33,9 @@
38
39 <pre caption="Download a stage3 archive">
40 livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
41 -<comment>(Pick a mirror, move to the releases/x86/current-stage3/ directory, highlight the stage3 of your choice, probably the i686 stage3 and press D to download it)</comment>
42 +<comment>(Pick a mirror, move to the releases/x86/current-stage3/ directory,
43 +highlight the stage3 of your choice, probably the i686 stage3, and press D to
44 +download it)</comment>
45
46 <comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
47 livecd gentoo # <i>wget ftp://distfiles.gentoo.org/pub/gentoo/releases/x86/current-stage3/stage3-i686-*.tar.bz2</i>