| … | |
… | |
| 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-ppc-kernel.xml,v 1.48 2007/05/07 18:11:41 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.49 2007/05/15 13:07:41 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.0</version> |
11 | <version>8.1</version> |
| 12 | <date>2007-05-07</date> |
12 | <date>2007-05-15</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| 18 | <p> |
18 | <p> |
| 19 | You first need to select your timezone so that your system knows where it is |
19 | You first need to select your timezone so that your system knows where it is |
| 20 | located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then |
20 | located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy |
| 21 | set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the |
21 | it to <path>/etc/localtime</path>. Please avoid the |
| 22 | <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not |
22 | <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not |
| 23 | indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8. |
23 | indicate the expected zones. For instance, <path>GMT-8</path> is in fact |
|
|
24 | GMT+8. |
| 24 | </p> |
25 | </p> |
| 25 | |
26 | |
| 26 | <pre caption="Setting the timezone information"> |
27 | <pre caption="Setting the timezone information"> |
| 27 | # <i>ls /usr/share/zoneinfo</i> |
28 | # <i>ls /usr/share/zoneinfo</i> |
| 28 | <comment>(Suppose you want to use GMT)</comment> |
29 | <comment>(Suppose you want to use GMT)</comment> |
| 29 | # <i>nano -w /etc/conf.d/clock</i> |
30 | # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> |
| 30 | TIMEZONE="GMT" |
|
|
| 31 | </pre> |
31 | </pre> |
| 32 | |
32 | |
| 33 | </body> |
33 | </body> |
| 34 | </section> |
34 | </section> |
| 35 | <section> |
35 | <section> |