| … | |
… | |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.112 2012/04/08 20:20:55 cam Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.113 2012/04/08 20:34:04 cam Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You need to edit some important configuration files. In this chapter |
12 | You need to edit some important configuration files. In this chapter |
| 13 | you receive an overview of these files and an explanation on how to |
13 | you receive an overview of these files and an explanation on how to |
| 14 | proceed. |
14 | proceed. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>19</version> |
17 | <version>20</version> |
| 18 | <date>2012-04-08</date> |
18 | <date>2012-04-08</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
| 22 | <subsection> |
22 | <subsection> |
| … | |
… | |
| 532 | |
532 | |
| 533 | <note> |
533 | <note> |
| 534 | You can select your desired locales in the list given by running <c>locale -a</c>. |
534 | You can select your desired locales in the list given by running <c>locale -a</c>. |
| 535 | </note> |
535 | </note> |
| 536 | |
536 | |
|
|
537 | <warn> |
|
|
538 | We strongly suggest that you should use at least one UTF-8 locale because some |
|
|
539 | applications would require it. |
|
|
540 | </warn> |
|
|
541 | |
| 537 | <p> |
542 | <p> |
| 538 | The next step is to run <c>locale-gen</c>. It will generates all the locales you |
543 | The next step is to run <c>locale-gen</c>. It will generates all the locales you |
| 539 | have specified in the <path>/etc/locale.gen</path> file. |
544 | have specified in the <path>/etc/locale.gen</path> file. |
| 540 | </p> |
545 | </p> |
| 541 | |
546 | |