| … | |
… | |
| 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.83 2005/08/09 09:43:58 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.84 2005/08/16 22:14:44 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.10</version> |
11 | <version>2.11</version> |
| 12 | <date>2005-08-09</date> |
12 | <date>2005-08-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> |
| … | |
… | |
| 344 | if you know what locales to choose. This will not work for the bootstrapping, |
344 | if you know what locales to choose. This will not work for the bootstrapping, |
| 345 | but when you recompile glibc afterwards it will. |
345 | but when you recompile glibc afterwards it will. |
| 346 | </p> |
346 | </p> |
| 347 | |
347 | |
| 348 | <pre caption="Activate the userlocales USE flag especially for glibc"> |
348 | <pre caption="Activate the userlocales USE flag especially for glibc"> |
| 349 | # <i>mkdir /etc/portage</i> |
349 | # <i>mkdir -p /etc/portage</i> |
| 350 | # <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i> |
350 | # <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i> |
| 351 | </pre> |
351 | </pre> |
| 352 | |
352 | |
| 353 | <p> |
353 | <p> |
| 354 | Now specify the locales you want to be able to use: |
354 | Now specify the locales you want to be able to use: |