rane 05/10/03 22:53:50 Modified: xml/htdocs/doc/en uml.xml Log: LiveCD -> Installation CD, added license comment, no other content change
Revision Changes Path 1.23 +8 -5 xml/htdocs/doc/en/uml.xml 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 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/uml.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/uml.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo Index: uml.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- uml.xml 5 Feb 2005 16:52:57 -0000 1.22 +++ uml.xml 3 Oct 2005 22:53:50 -0000 1.23 @@ -1,10 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.22 2005/02/05 16:52:57 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.23 2005/10/03 22:53:50 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/uml.xml"> <title>Gentoo Linux Developer's guide to system testing with User-Mode Linux</title> + <author title="Editor"> <mail link="[EMAIL PROTECTED]">Grant Goodyear</mail> </author> @@ -23,9 +24,11 @@ user-mode linux for testing potentially system-breaking changes. </abstract> +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.10</version> +<version>0.11</version> <date>2005-02-05</date> <chapter> @@ -133,11 +136,11 @@ Generating the <path>root_fs</path> file itself will be our last step. First we will generate a Gentoo filesystem in an ordinary chroot. We need the stage tarball available, which -could be downloaded separately, extracted from a liveCD, or -extracted from a liveCD .iso. +could be downloaded separately, extracted from an Installation CD, or +extracted from an Installation CD .iso. </p> -<pre caption="Mounting a liveCD .iso"> +<pre caption="Mounting an Installation CD .iso"> # <i>mkdir /mnt/loop</i> # <i>mount -o loop /path/to/install-<TAB>.iso /mnt/loop</i> </pre> -- [email protected] mailing list
