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: Mon, 04 Sep 2006 20:35:43
Message-Id: 20060904203541.B89C4646DF@smtp.gentoo.org
1 nightmorph 06/09/04 20:35:41
2
3 Modified: liveusb.xml
4 Log:
5 update liveusb guide for 2006.1 and update brix's email
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/liveusb.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.7&r2=1.8
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- liveusb.xml 25 Apr 2006 12:50:20 -0000 1.7
21 +++ liveusb.xml 4 Sep 2006 20:35:41 -0000 1.8
22 @@ -1,12 +1,12 @@
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.7 2006/04/25 12:50:20 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.8 2006/09/04 20:35:41 nightmorph Exp $ -->
27
28 <guide link="/doc/en/liveusb.xml">
29 <title>Gentoo Linux LiveUSB HOWTO</title>
30
31 <author title="Author">
32 - <mail link="brix@g.o">Henrik Brix Andersen</mail>
33 + <mail link="henrik@××××××××××××.dk">Henrik Brix Andersen</mail>
34 </author>
35
36 <abstract>
37 @@ -18,8 +18,8 @@
38 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
39 <license/>
40
41 -<version>1.3</version>
42 -<date>2006-04-25</date>
43 +<version>1.4</version>
44 +<date>2006-09-04</date>
45
46 <chapter>
47 <title>Introduction</title>
48 @@ -150,7 +150,7 @@
49 <body>
50
51 <p>
52 -Download the <path>install-x86-minimal-2006.0.iso</path> file from your
53 +Download the <path>install-x86-minimal-2006.1.iso</path> file from your
54 local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
55 the ISO image on <path>/mnt/cdrom/</path> as shown below:
56 </p>
57 @@ -158,7 +158,7 @@
58 <pre caption="Mounting the Gentoo Linux Installation CD ISO image">
59 <comment>(Create the /mnt/cdrom/ mount point if needed)</comment>
60 # <i>mkdir -p /mnt/cdrom</i>
61 -# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
62 +# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.1.iso /mnt/cdrom/</i>
63 </pre>
64
65 <note>
66
67
68
69 --
70 gentoo-doc-cvs@g.o mailing list