| … | |
… | |
| 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.73 2005/03/28 13:30:02 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.74 2005/03/29 15:23:30 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.1</version> |
11 | <version>2.2</version> |
| 12 | <date>2005-03-28</date> |
12 | <date>2005-03-29</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> |
| … | |
… | |
| 277 | <p> |
277 | <p> |
| 278 | You will probably only use one or maybe two locales on your system. Up until now |
278 | You will probably only use one or maybe two locales on your system. Up until now |
| 279 | after compiling <c>glibc</c> a full set of all available locales will be |
279 | after compiling <c>glibc</c> a full set of all available locales will be |
| 280 | created. As of now you can activate the <c>userlocales</c> USE flag and specify |
280 | created. As of now you can activate the <c>userlocales</c> USE flag and specify |
| 281 | only the locales you will need in <path>/etc/locales.build</path>. Only do this |
281 | only the locales you will need in <path>/etc/locales.build</path>. Only do this |
| 282 | if you know what locales to choose. |
282 | if you know what locales to choose. This will not work for the bootstrapping, |
|
|
283 | but when you recompile glibc afterwards it will. |
| 283 | </p> |
284 | </p> |
| 284 | |
285 | |
| 285 | <pre caption="Activate the userlocales USE flag especially for glibc"> |
286 | <pre caption="Activate the userlocales USE flag especially for glibc"> |
| 286 | # <i>mkdir /etc/portage</i> |
287 | # <i>mkdir /etc/portage</i> |
| 287 | # <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i> |
288 | # <i>echo "sys-libs/glibc userlocales" >> /etc/portage/package.use</i> |