… | |
… | |
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.120 2013/06/23 14:58:25 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.121 2013/07/22 13:59:36 swift 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>26</version> |
17 | <version>27</version> |
18 | <date>2013-06-23</date> |
18 | <date>2013-07-22</date> |
19 | |
19 | |
20 | <section> |
20 | <section> |
21 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
22 | <subsection> |
22 | <subsection> |
23 | <title>What is fstab?</title> |
23 | <title>What is fstab?</title> |
… | |
… | |
575 | <pre caption="Reload shell environment"> |
575 | <pre caption="Reload shell environment"> |
576 | # env-update && source /etc/profile |
576 | # env-update && source /etc/profile |
577 | </pre> |
577 | </pre> |
578 | |
578 | |
579 | <p> |
579 | <p> |
580 | We made a full <uri link="../guide-localization.xml#doc_chap3">Localization |
580 | We made a full <uri link="https://wiki.gentoo.org/wiki/Localization/HOWTO">Localization |
581 | Guide</uri> to help you through this process. You can also read our detailed |
581 | Guide</uri> to help you through this process. You can also read our detailed |
582 | <uri link="../utf-8.xml#doc_chap2">UTF-8 Guide</uri> for very specific |
582 | <uri link="../utf-8.xml#doc_chap2">UTF-8 Guide</uri> for very specific |
583 | informations to enable UTF-8 on your system. |
583 | informations to enable UTF-8 on your system. |
584 | </p> |
584 | </p> |
585 | |
585 | |