| … | |
… | |
| 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.59 2004/11/21 17:55:48 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.60 2004/11/22 23:50:27 bennyc Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.56</version> |
11 | <version>1.57</version> |
| 12 | <date>2004-11-21</date> |
12 | <date>2004-11-22</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> |
| … | |
… | |
| 224 | |
224 | |
| 225 | <p> |
225 | <p> |
| 226 | Now specify the locales you want to be able to use: |
226 | Now specify the locales you want to be able to use: |
| 227 | </p> |
227 | </p> |
| 228 | |
228 | |
| 229 | <pre caption="nano -w /etc/locales.build"> |
229 | <pre caption="Opening /etc/locales.build"> |
|
|
230 | nano -w /etc/locales.build |
|
|
231 | </pre> |
|
|
232 | |
|
|
233 | <pre caption="Specify your locales"> |
| 230 | en_US/ISO-8859-1 |
234 | en_US/ISO-8859-1 |
| 231 | en_US.UTF-8/UTF-8 |
235 | en_US.UTF-8/UTF-8 |
| 232 | de_DE/ISO-8859-1 |
236 | de_DE/ISO-8859-1 |
| 233 | de_DE@euro/ISO-8859-15 |
237 | de_DE@euro/ISO-8859-15 |
| 234 | </pre> |
238 | </pre> |