| … | |
… | |
| 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.37 2004/05/30 15:07:32 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.38 2004/07/02 14:58:43 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Chrooting</title> |
11 | <title>Chrooting</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 95 | link="#configure_USE">Configuring the USE variable</uri>. |
95 | link="#configure_USE">Configuring the USE variable</uri>. |
| 96 | </p> |
96 | </p> |
| 97 | |
97 | |
| 98 | <pre caption="Updating Portage"> |
98 | <pre caption="Updating Portage"> |
| 99 | # <i>emerge sync</i> |
99 | # <i>emerge sync</i> |
| 100 | <comment>(In case you are unable to use rsync, use "emerge-webrsync" which |
100 | </pre> |
|
|
101 | |
|
|
102 | <p> |
|
|
103 | Portage uses the RSYNC protocol for updating the Portage tree. If the above |
|
|
104 | command fails due to your firewall, use <c>emerge-webrsync</c> which |
| 101 | downloads and installs a portage snapshot for you)</comment> |
105 | downloads and installs a portage snapshot for you using the regular HTTP |
|
|
106 | protocol. |
|
|
107 | </p> |
|
|
108 | |
|
|
109 | <pre caption="Updating Portage with emerge-webrsync"> |
| 102 | # <i>emerge-webrsync</i> |
110 | # <i>emerge-webrsync</i> |
| 103 | </pre> |
111 | </pre> |
| 104 | |
112 | |
| 105 | <p> |
113 | <p> |
| 106 | If you are warned that a new Portage version is available and that you should |
114 | If you are warned that a new Portage version is available and that you should |