| … | |
… | |
| 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.96 2008/02/29 15:54:59 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.97 2008/04/01 08:53:46 nightmorph 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>8.3</version> |
17 | <version>9.0</version> |
| 18 | <date>2007-08-01</date> |
18 | <date>2008-04-01</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> |
| … | |
… | |
| 521 | <p> |
521 | <p> |
| 522 | You should define the timezone that you previously copied to |
522 | You should define the timezone that you previously copied to |
| 523 | <path>/etc/localtime</path> so that further upgrades of the |
523 | <path>/etc/localtime</path> so that further upgrades of the |
| 524 | <c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path> |
524 | <c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path> |
| 525 | automatically. For instance, if you used the GMT timezone, you would add |
525 | automatically. For instance, if you used the GMT timezone, you would add |
| 526 | <c>TIMEZONE="GMT"</c>. |
526 | <c>TIMEZONE="GMT"</c> |
| 527 | </p> |
527 | </p> |
| 528 | |
528 | |
| 529 | <p> |
529 | <p> |
| 530 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
530 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 531 | exit. |
531 | exit. |