| … | |
… | |
| 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.90 2007/05/07 18:11:40 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.91 2007/05/15 13:07:41 neysx 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.0</version> |
17 | <version>8.1</version> |
| 18 | <date>2007-05-07</date> |
18 | <date>2007-05-15</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> |
| … | |
… | |
| 543 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> |
543 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> |
| 544 | to the file. Otherwise you will notice some clock skew. |
544 | to the file. Otherwise you will notice some clock skew. |
| 545 | </p> |
545 | </p> |
| 546 | |
546 | |
| 547 | <p> |
547 | <p> |
|
|
548 | You should define the timezone that you previously copied to |
|
|
549 | <path>/etc/localtime</path> so that further upgrades of the |
|
|
550 | <c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path> |
|
|
551 | automatically. For instance, if you used the GMT timezone, you would add |
|
|
552 | <c>TIMEZONE="GMT"</c> |
|
|
553 | </p> |
|
|
554 | |
|
|
555 | <p> |
| 548 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
556 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 549 | exit. |
557 | exit. |
| 550 | </p> |
558 | </p> |
| 551 | |
559 | |
| 552 | <p test="not(func:keyval('arch')='PPC64')"> |
560 | <p test="not(func:keyval('arch')='PPC64')"> |