| … | |
… | |
| 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-mips-kernel.xml,v 1.32 2010/07/27 22:54:33 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.33 2012/02/22 21:27:45 swift Exp $ --> |
| 8 | <sections> |
8 | <sections> |
| 9 | |
9 | |
| 10 | <abstract> |
10 | <abstract> |
| 11 | The Linux kernel is the core of every distribution. This chapter |
11 | The Linux kernel is the core of every distribution. This chapter |
| 12 | explains how to configure your kernel. |
12 | explains how to configure your kernel. |
| 13 | </abstract> |
13 | </abstract> |
| 14 | |
14 | |
| 15 | <version>10.0</version> |
15 | <version>11</version> |
| 16 | <date>2010-07-27</date> |
16 | <date>2012-02-22</date> |
| 17 | |
17 | |
| 18 | <section> |
18 | <section> |
| 19 | <title>Timezone</title> |
19 | <title>Timezone</title> |
| 20 | <body> |
20 | <body> |
| 21 | |
21 | |
| … | |
… | |
| 28 | GMT+8. |
28 | GMT+8. |
| 29 | </p> |
29 | </p> |
| 30 | |
30 | |
| 31 | <pre caption="Setting the timezone information"> |
31 | <pre caption="Setting the timezone information"> |
| 32 | # <i>ls /usr/share/zoneinfo</i> |
32 | # <i>ls /usr/share/zoneinfo</i> |
| 33 | <comment>(Suppose you want to use GMT)</comment> |
33 | <comment>(Suppose you want to use Europe/Brussels)</comment> |
| 34 | # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> |
34 | # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> |
|
|
35 | <comment>(Next set the timezone)</comment> |
|
|
36 | # <i>echo "Europe/Brussels" > /etc/timezone</i> |
| 35 | </pre> |
37 | </pre> |
| 36 | |
38 | |
| 37 | </body> |
39 | </body> |
| 38 | </section> |
40 | </section> |
| 39 | |
41 | |