… | |
… | |
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-ia64-kernel.xml,v 1.6 2007/05/15 13:07:41 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.7 2007/05/20 04:16:25 nightmorph Exp $ --> |
8 | |
8 | |
9 | <sections> |
9 | <sections> |
10 | |
10 | |
11 | <version>8.1</version> |
11 | <version>8.2</version> |
12 | <date>2007-05-15</date> |
12 | <date>2007-05-19</date> |
13 | |
13 | |
14 | <section> |
14 | <section> |
15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
16 | <body> |
16 | <body> |
17 | |
17 | |
… | |
… | |
26 | |
26 | |
27 | <pre caption="Setting the timezone information"> |
27 | <pre caption="Setting the timezone information"> |
28 | # <i>ls /usr/share/zoneinfo</i> |
28 | # <i>ls /usr/share/zoneinfo</i> |
29 | <comment>(Suppose you want to use GMT)</comment> |
29 | <comment>(Suppose you want to use GMT)</comment> |
30 | # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> |
30 | # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> |
|
|
31 | </pre> |
|
|
32 | |
|
|
33 | <p> |
|
|
34 | Next, define the timezone you just used in <path>/etc/conf.d/clock</path> so |
|
|
35 | that further upgrades of the <c>sys-libs/timezone-data</c> package can update |
|
|
36 | <path>/etc/localtime</path> automatically. |
|
|
37 | </p> |
|
|
38 | |
|
|
39 | <pre caption="Setting the TIMEZONE variable in /etc/conf.d/clock"> |
|
|
40 | # <i>nano -w /etc/conf.d/clock</i> |
|
|
41 | TIMEZONE="GMT" |
31 | </pre> |
42 | </pre> |
32 | |
43 | |
33 | </body> |
44 | </body> |
34 | </section> |
45 | </section> |
35 | <section> |
46 | <section> |