| … | |
… | |
| 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.106 2011/08/14 10:29:40 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.107 2011/09/11 08:53:34 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>13</version> |
17 | <version>14</version> |
| 18 | <date>2011-08-13</date> |
18 | <date>2011-09-11</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> |
| … | |
… | |
| 486 | <pre caption="Opening /etc/conf.d/hwclock"> |
486 | <pre caption="Opening /etc/conf.d/hwclock"> |
| 487 | # <i>nano -w /etc/conf.d/hwclock</i> |
487 | # <i>nano -w /etc/conf.d/hwclock</i> |
| 488 | </pre> |
488 | </pre> |
| 489 | |
489 | |
| 490 | <p> |
490 | <p> |
| 491 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> |
491 | If your hardware clock is not using UTC, you need to add <c>clock="local"</c> |
| 492 | to the file. Otherwise you will notice some clock skew. |
492 | to the file. Otherwise you will notice some clock skew. |
| 493 | </p> |
|
|
| 494 | |
|
|
| 495 | <p> |
|
|
| 496 | You should define the timezone that you previously copied to |
|
|
| 497 | <path>/etc/localtime</path> so that further upgrades of the |
|
|
| 498 | <c>sys-libs/timezone-data</c> package can update <path>/etc/localtime</path> |
|
|
| 499 | automatically. For instance, if you used the GMT timezone, you would add |
|
|
| 500 | <c>TIMEZONE="GMT"</c> |
|
|
| 501 | </p> |
493 | </p> |
| 502 | |
494 | |
| 503 | <p> |
495 | <p> |
| 504 | When you're finished configuring <path>/etc/conf.d/hwclock</path>, save and |
496 | When you're finished configuring <path>/etc/conf.d/hwclock</path>, save and |
| 505 | exit. |
497 | exit. |
|
|
498 | </p> |
|
|
499 | |
|
|
500 | <p> |
|
|
501 | You should define the timezone that you previously copied to |
|
|
502 | <path>/etc/localtime</path> in the <path>/etc/timezone</path> file so that |
|
|
503 | further upgrades of the <c>sys-libs/timezone-data</c> package can update |
|
|
504 | <path>/etc/localtime</path> automatically. For instance, if you used the GMT |
|
|
505 | timezone, you would write <c>GMT</c> in the <path>/etc/timezone</path> file. |
| 506 | </p> |
506 | </p> |
| 507 | |
507 | |
| 508 | <p test="not(func:keyval('arch')='PPC64')"> |
508 | <p test="not(func:keyval('arch')='PPC64')"> |
| 509 | Please continue with <uri link="?part=1&chap=9">Installing Necessary System |
509 | Please continue with <uri link="?part=1&chap=9">Installing Necessary System |
| 510 | Tools</uri>. |
510 | Tools</uri>. |