Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: uml.xml
Date: Mon, 03 Oct 2005 22:54:01
Message-Id: 200510032245.j93MjgtH017390@robin.gentoo.org
1 rane 05/10/03 22:53:50
2
3 Modified: xml/htdocs/doc/en uml.xml
4 Log:
5 LiveCD -> Installation CD, added license comment, no other content change
6
7 Revision Changes Path
8 1.23 +8 -5 xml/htdocs/doc/en/uml.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/uml.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/uml.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/uml.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo
13
14 Index: uml.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- uml.xml 5 Feb 2005 16:52:57 -0000 1.22
21 +++ uml.xml 3 Oct 2005 22:53:50 -0000 1.23
22 @@ -1,10 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.22 2005/02/05 16:52:57 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.23 2005/10/03 22:53:50 rane Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide link="/doc/en/uml.xml">
30 <title>Gentoo Linux Developer's guide to system testing with User-Mode Linux</title>
31 +
32 <author title="Editor">
33 <mail link="g2boojum@g.o">Grant Goodyear</mail>
34 </author>
35 @@ -23,9 +24,11 @@
36 user-mode linux for testing potentially system-breaking changes.
37 </abstract>
38
39 +<!-- The content of this document is licensed under the CC-BY-SA license -->
40 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>0.10</version>
44 +<version>0.11</version>
45 <date>2005-02-05</date>
46
47 <chapter>
48 @@ -133,11 +136,11 @@
49 Generating the <path>root_fs</path> file itself will be
50 our last step. First we will generate a Gentoo filesystem in
51 an ordinary chroot. We need the stage tarball available, which
52 -could be downloaded separately, extracted from a liveCD, or
53 -extracted from a liveCD .iso.
54 +could be downloaded separately, extracted from an Installation CD, or
55 +extracted from an Installation CD .iso.
56 </p>
57
58 -<pre caption="Mounting a liveCD .iso">
59 +<pre caption="Mounting an Installation CD .iso">
60 # <i>mkdir /mnt/loop</i>
61 # <i>mount -o loop /path/to/install-&lt;TAB&gt;.iso /mnt/loop</i>
62 </pre>
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list