swift 13/08/01 19:32:16 Modified: hb-install-mips-stage.xml Log: Fix bug #476200 - Correct location to mips stage downloads
Revision Changes Path 1.14 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.13&r2=1.14 Index: hb-install-mips-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-install-mips-stage.xml 9 Dec 2012 15:33:17 -0000 1.13 +++ hb-install-mips-stage.xml 1 Aug 2013 19:32:16 -0000 1.14 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.13 2012/12/09 15:33:17 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.14 2013/08/01 19:32:16 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>11</version> -<date>2012-12-09</date> +<version>12</version> +<date>2013-08-01</date> <section> <title>Installing a Stage Tarball</title> @@ -79,14 +79,14 @@ The table below specifies exactly which stages you need for your system. Stages may be downloaded off the <uri link="/main/en/mirrors.xml">official Gentoo mirrors</uri> under the -<c>releases/mips/current</c> directory. +<c>experimental/mips/stages</c> directory. </p> <table> <tr> <th>Endianness</th> <th>CPU</th> - <th>Location</th> + <th>Notation</th> </tr> <tr> <ti> @@ -98,7 +98,7 @@ R4400<br /> R4600 </ti> - <ti><c>mips3/stage#-mips3-RELEASE.tar.bz2</c></ti> + <ti>mips3</ti> </tr> <tr> <ti> @@ -113,7 +113,7 @@ R12000<br /> R14000 </ti> - <ti><c>mips4/stage#-mips4-RELEASE.tar.bz2</c></ti> + <ti>mips4</ti> </tr> <tr> <ti> @@ -124,7 +124,7 @@ RM5230<br /> RM5231 </ti> - <ti><c>cobalt/stage#-mipsel4-RELEASE.tar.bz2</c></ti> + <ti>mipsel4</ti> </tr> <tr> <ti> @@ -134,7 +134,7 @@ <ti> All Standard CPU Types </ti> - <ti><c>cobalt/stage#-mipsel1-RELEASE.tar.bz2</c></ti> + <ti>mipsel1</ti> </tr> </table>
