Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Mon, 17 Oct 2005 15:11:44
Message-Id: 200510171509.j9HF9gij031856@robin.gentoo.org
1 neysx 05/10/17 15:11:32
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-system.xml
4 Log:
5 #109575 run emerge --metadata after chrooting
6
7 Revision Changes Path
8 1.3 +22 -5 xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-system.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- hb-install-system.xml 8 Aug 2005 13:24:46 -0000 1.2
21 +++ hb-install-system.xml 17 Oct 2005 15:11:32 -0000 1.3
22 @@ -2,14 +2,14 @@
23 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
24
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 -<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
27 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $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 $ -->
30 +<!-- $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 $ -->
31
32 <sections>
33
34 -<version>5.0</version>
35 -<date>2005-08-08</date>
36 +<version>5.1</version>
37 +<date>2005-10-17</date>
38
39 <section>
40 <title>Chrooting</title>
41 @@ -67,7 +67,7 @@
42 Finally, we load those variables into memory using <c>source</c>.
43 </p>
44
45 -<pre caption = "Chrooting into the new environment">
46 +<pre caption="Chrooting into the new environment">
47 # <i>chroot /mnt/gentoo /bin/bash</i>
48 # <i>env-update</i>
49 * Caching service dependencies...
50 @@ -82,7 +82,24 @@
51
52 </body>
53 </subsection>
54 +<subsection>
55 +<title>Creating the Portage cache</title>
56 +<body>
57 +
58 +<p>
59 +You have already installed the Portage tree, but you should now build the
60 +Portage cache to speed up future emerges. <c>emerge --metadata</c> does this
61 +for you.
62 +</p>
63 +
64 +<pre caption="Creating the Portage cache">
65 +# <i>emerge --metadata</i>
66 +</pre>
67 +
68 +</body>
69 +</subsection>
70 </section>
71 +
72 <section id="configure_USE">
73 <title>Configuring the USE Variable</title>
74 <subsection>
75
76
77
78 --
79 gentoo-doc-cvs@g.o mailing list