| … | |
… | |
| 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.72 2005/08/15 09:00:27 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.73 2005/09/21 19:30:32 jkt Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.13</version> |
11 | <version>2.14</version> |
| 12 | <date>2005-08-15</date> |
12 | <date>2005-09-21</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> |
| … | |
… | |
| 496 | # <i>nano -w /etc/conf.d/clock</i> |
496 | # <i>nano -w /etc/conf.d/clock</i> |
| 497 | </pre> |
497 | </pre> |
| 498 | |
498 | |
| 499 | <p> |
499 | <p> |
| 500 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
500 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
| 501 | the file. Otherwise you will notice some clock skew. |
501 | the file. Otherwise you will notice some clock skew. Furthermore, Windows |
|
|
502 | assumes that your hardware clock uses local time, so if you want to dualboot, |
|
|
503 | you should set this variable appropriately, otherwise your clock will go crazy. |
| 502 | </p> |
504 | </p> |
| 503 | |
505 | |
| 504 | <p> |
506 | <p> |
| 505 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
507 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 506 | exit. |
508 | exit. |