|
|
1 | <?xml version='1.0' encoding='UTF-8'?> |
|
|
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
|
|
3 | |
| 1 | <!-- 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 --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
6 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.17 2004/01/06 10:08:38 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.18 2004/01/08 14:23:17 swift Exp $ --> |
| 5 | |
8 | |
| 6 | <sections> |
9 | <sections> |
| 7 | <section> |
10 | <section> |
| 8 | <title>Timezone</title> |
11 | <title>Timezone</title> |
| 9 | <body> |
12 | <body> |
| 10 | |
13 | |
| 11 | <p> |
14 | <p> |
| 12 | You now need to select your timezone so that your system knows where it is |
15 | You now need to select your timezone so that your system knows where it is |
| 13 | located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make a |
16 | located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make a |
| 14 | symlink to <path>/etc/localtime</path> using <c>ln</c>: |
17 | symlink to <path>/etc/localtime</path> using <c>ln</c>: |
| 15 | </p> |
18 | </p> |
| 16 | |
19 | |
| 17 | <pre caption="Setting the timezone information"> |
20 | <pre caption="Setting the timezone information"> |
| 18 | # <i>ls /usr/share/zoneinfo</i> |
21 | # <i>ls /usr/share/zoneinfo</i> |
| 19 | <comment>(Suppose you want to use GMT:)</comment> |
22 | <comment>(Suppose you want to use GMT:)</comment> |