nightmorph 06/09/09 10:00:13 Modified: liveusb.xml Log: 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
Revision Changes Path 1.9 xml/htdocs/doc/en/liveusb.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.8&r2=1.9 Index: liveusb.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- liveusb.xml 4 Sep 2006 20:35:41 -0000 1.8 +++ liveusb.xml 9 Sep 2006 10:00:13 -0000 1.9 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.8 2006/09/04 20:35:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.9 2006/09/09 10:00:13 nightmorph Exp $ --> <guide link="/doc/en/liveusb.xml"> <title>Gentoo Linux LiveUSB HOWTO</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.4</version> -<date>2006-09-04</date> +<version>1.5</version> +<date>2006-09-09</date> <chapter> <title>Introduction</title> @@ -150,7 +150,7 @@ <body> <p> -Download the <path>install-x86-minimal-2006.1.iso</path> file from your +Download the <path>install-x86-minimal-2006.0.iso</path> file from your local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount the ISO image on <path>/mnt/cdrom/</path> as shown below: </p> @@ -158,7 +158,7 @@ <pre caption="Mounting the Gentoo Linux Installation CD ISO image"> <comment>(Create the /mnt/cdrom/ mount point if needed)</comment> # <i>mkdir -p /mnt/cdrom</i> -# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.1.iso /mnt/cdrom/</i> +# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i> </pre> <note> -- [email protected] mailing list
