neysx 05/10/17 15:11:32 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-system.xml Log: #109575 run emerge --metadata after chrooting
Revision Changes Path 1.3 +22 -5 xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-system.xml 8 Aug 2005 13:24:46 -0000 1.2 +++ hb-install-system.xml 17 Oct 2005 15:11:32 -0000 1.3 @@ -2,14 +2,14 @@ <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml,v 1.3 2005/10/17 15:11:32 neysx Exp $ --> <sections> -<version>5.0</version> -<date>2005-08-08</date> +<version>5.1</version> +<date>2005-10-17</date> <section> <title>Chrooting</title> @@ -67,7 +67,7 @@ Finally, we load those variables into memory using <c>source</c>. </p> -<pre caption = "Chrooting into the new environment"> +<pre caption="Chrooting into the new environment"> # <i>chroot /mnt/gentoo /bin/bash</i> # <i>env-update</i> * Caching service dependencies... @@ -82,7 +82,24 @@ </body> </subsection> +<subsection> +<title>Creating the Portage cache</title> +<body> + +<p> +You have already installed the Portage tree, but you should now build the +Portage cache to speed up future emerges. <c>emerge --metadata</c> does this +for you. +</p> + +<pre caption="Creating the Portage cache"> +# <i>emerge --metadata</i> +</pre> + +</body> +</subsection> </section> + <section id="configure_USE"> <title>Configuring the USE Variable</title> <subsection> -- [email protected] mailing list
