Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: liveusb.xml
Date: Sat, 09 Sep 2006 10:00:45
Message-Id: 20060909100013.9C1B964834@smtp.gentoo.org
1 nightmorph 06/09/09 10:00:13
2
3 Modified: liveusb.xml
4 Log:
5 reverting to a 2006.0 stage per email received from brix. looks like the 2006.1 tarballs are fundamentally incompatible with the steps in this guide
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/en/liveusb.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.8&r2=1.9
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- liveusb.xml 4 Sep 2006 20:35:41 -0000 1.8
21 +++ liveusb.xml 9 Sep 2006 10:00:13 -0000 1.9
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.8 2006/09/04 20:35:41 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.9 2006/09/09 10:00:13 nightmorph Exp $ -->
27
28 <guide link="/doc/en/liveusb.xml">
29 <title>Gentoo Linux LiveUSB HOWTO</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.4</version>
35 -<date>2006-09-04</date>
36 +<version>1.5</version>
37 +<date>2006-09-09</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -150,7 +150,7 @@
42 <body>
43
44 <p>
45 -Download the <path>install-x86-minimal-2006.1.iso</path> file from your
46 +Download the <path>install-x86-minimal-2006.0.iso</path> file from your
47 local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
48 the ISO image on <path>/mnt/cdrom/</path> as shown below:
49 </p>
50 @@ -158,7 +158,7 @@
51 <pre caption="Mounting the Gentoo Linux Installation CD ISO image">
52 <comment>(Create the /mnt/cdrom/ mount point if needed)</comment>
53 # <i>mkdir -p /mnt/cdrom</i>
54 -# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.1.iso /mnt/cdrom/</i>
55 +# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
56 </pre>
57
58 <note>
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list