| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.77 2005/05/07 23:37:21 vapier Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.78 2005/05/17 16:42:30 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.4</version> |
11 | <version>2.5</version> |
| 12 | <date>2005-05-07</date> |
12 | <date>2005-05-17</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Chrooting</title> |
15 | <title>Chrooting</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Optional: Selecting Mirrors</title> |
17 | <title>Optional: Selecting Mirrors</title> |
| … | |
… | |
| 133 | --sync</c> does this for you. |
133 | --sync</c> does this for you. |
| 134 | </p> |
134 | </p> |
| 135 | |
135 | |
| 136 | <pre caption="Updating the Portage tree"> |
136 | <pre caption="Updating the Portage tree"> |
| 137 | # <i>emerge --sync</i> |
137 | # <i>emerge --sync</i> |
|
|
138 | <comment>(If you're using a slow terminal like some framebuffers or a serial |
|
|
139 | console, you can add the --quiet option to speed up this process:)</comment> |
|
|
140 | # <i>emerge --sync --quiet</i> |
| 138 | </pre> |
141 | </pre> |
| 139 | |
142 | |
| 140 | <p> |
143 | <p> |
| 141 | If you are behind a firewall that blocks rsync traffic, you can use |
144 | If you are behind a firewall that blocks rsync traffic, you can use |
| 142 | <c>emerge-webrsync</c> which will download and install a portage snapshot for |
145 | <c>emerge-webrsync</c> which will download and install a portage snapshot for |