| … | |
… | |
| 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.91 2006/02/28 00:04:15 josejx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.92 2006/03/06 11:32:21 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.18</version> |
11 | <version>2.19</version> |
| 12 | <date>2006-02-27</date> |
12 | <date>2006-03-06</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> |
| … | |
… | |
| 111 | </p> |
111 | </p> |
| 112 | |
112 | |
| 113 | <pre caption = "Chrooting into the new environment"> |
113 | <pre caption = "Chrooting into the new environment"> |
| 114 | # <i>chroot /mnt/gentoo /bin/bash</i> |
114 | # <i>chroot /mnt/gentoo /bin/bash</i> |
| 115 | # <i>env-update</i> |
115 | # <i>env-update</i> |
| 116 | * Caching service dependencies... |
116 | >> Regenerating /etc/ld.so.cache... |
| 117 | # <i>source /etc/profile</i> |
117 | # <i>source /etc/profile</i> |
| 118 | # <i>export PS1="(chroot) $PS1"</i> |
118 | # <i>export PS1="(chroot) $PS1"</i> |
| 119 | </pre> |
119 | </pre> |
| 120 | |
120 | |
| 121 | <p> |
121 | <p> |