| … | |
… | |
| 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.81 2006/08/30 22:52:28 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.82 2006/09/04 09:11:39 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>7.0</version> |
11 | <version>7.1</version> |
| 12 | <date>2006-08-30</date> |
12 | <date>2006-09-04</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Filesystem Information</title> |
15 | <title>Filesystem Information</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>What is fstab?</title> |
17 | <title>What is fstab?</title> |
| … | |
… | |
| 509 | <pre caption="Opening /etc/conf.d/clock"> |
509 | <pre caption="Opening /etc/conf.d/clock"> |
| 510 | # <i>nano -w /etc/conf.d/clock</i> |
510 | # <i>nano -w /etc/conf.d/clock</i> |
| 511 | </pre> |
511 | </pre> |
| 512 | |
512 | |
| 513 | <p> |
513 | <p> |
| 514 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
514 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> |
| 515 | the file. Otherwise you will notice some clock skew. Furthermore, Windows |
515 | to the file. Otherwise you will notice some clock skew. |
| 516 | assumes that your hardware clock uses local time, so if you want to dualboot, |
|
|
| 517 | you should set this variable appropriately, otherwise your clock will go crazy. |
|
|
| 518 | </p> |
516 | </p> |
| 519 | |
517 | |
| 520 | <p> |
518 | <p> |
| 521 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
519 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 522 | exit. |
520 | exit. |