| … | |
… | |
| 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-arm-kernel.xml,v 1.14 2008/04/01 08:53:46 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.15 2012/02/22 21:27:45 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>9.0</version> |
11 | <version>10</version> |
| 12 | <date>2008-04-01</date> |
12 | <date>2012-02-22</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 24 | GMT+8. |
24 | GMT+8. |
| 25 | </p> |
25 | </p> |
| 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 Europe/Brussels)</comment> |
| 30 | # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> |
30 | # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> |
|
|
31 | <comment>(Next set the timezone)</comment> |
|
|
32 | # <i>echo "Europe/Brussels" > /etc/timezone</i> |
| 31 | </pre> |
33 | </pre> |
| 32 | |
34 | |
| 33 | </body> |
35 | </body> |
| 34 | </section> |
36 | </section> |
| 35 | <section> |
37 | <section> |