swift 12/12/09 13:29:00 Modified: hb-install-stage.xml hb-install-system.xml Log: Move emerge-webrsync into chroot section
Revision Changes Path 1.130 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.130&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.130&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.129&r2=1.130 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- hb-install-stage.xml 9 Dec 2012 09:21:13 -0000 1.129 +++ hb-install-stage.xml 9 Dec 2012 13:29:00 -0000 1.130 @@ -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-stage.xml,v 1.129 2012/12/09 09:21:13 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.130 2012/12/09 13:29:00 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>16</version> -<date>2012-12-08</date> +<version>17</version> +<date>2012-12-09</date> <section> <title>Installing a Stage Tarball</title> @@ -258,31 +258,6 @@ </subsection> </section> --> -<section id="installing_portage"> -<title>Installing Portage</title> -<subsection> -<title>Unpacking a Portage Snapshot</title> -<body> - -<p> -You now have to install a Portage snapshot, a collection of files that inform -Portage what software titles you can install, which profiles are available, etc. -The contents of this snapshot will be extracted to <path>/usr/portage</path>. -</p> - -<p> -We recommend the use of <c>emerge-webrsync</c>. This will fetch the latest -portage snapshot (which Gentoo releases on a daily basis) from one of our mirrors -and install it onto your system. -</p> - -<pre caption="Running emerge-webrsync to install a Portage snapshot"> -# <i>emerge-webrync</i> -</pre> - -</body> -</subsection> -</section> <section id="compile_options"> <title>Configuring the Compile Options</title> 1.127 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.126&r2=1.127 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- hb-install-system.xml 8 Dec 2012 20:37:21 -0000 1.126 +++ hb-install-system.xml 9 Dec 2012 13:29:00 -0000 1.127 @@ -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-system.xml,v 1.126 2012/12/08 20:37:21 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.127 2012/12/09 13:29:00 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>18</version> -<date>2012-12-08</date> +<version>19</version> +<date>2012-12-09</date> <section> <title>Chrooting</title> @@ -173,9 +173,32 @@ </subsection> </section> -<section> +<section id="installing_portage"> <title>Configuring Portage</title> <subsection> +<title>Unpacking a Portage Snapshot</title> +<body> + +<p> +You now have to install a Portage snapshot, a collection of files that inform +Portage what software titles you can install, which profiles are available, etc. +The contents of this snapshot will be extracted to <path>/usr/portage</path>. +</p> + +<p> +We recommend the use of <c>emerge-webrsync</c>. This will fetch the latest +portage snapshot (which Gentoo releases on a daily basis) from one of our mirrors +and install it onto your system. +</p> + +<pre caption="Running emerge-webrsync to install a Portage snapshot"> +# <i>mkdir /usr/portage</i> +# <i>emerge-webrync</i> +</pre> + +</body> +</subsection> +<subsection> <title>Optional: Updating the Portage tree</title> <body>
