Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-mips-kernel.xml
Date: Sun, 08 Apr 2007 15:54:18
Message-Id: E1HaZiP-00006R-It@stork.gentoo.org
1 nightmorph 07/04/08 15:54:05
2
3 Modified: hb-install-mips-kernel.xml
4 Log:
5 updated timezone for bug 158637
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?r1=1.13&r2=1.14
13
14 Index: hb-install-mips-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-install-mips-kernel.xml 19 Mar 2007 09:09:40 -0000 1.13
21 +++ hb-install-mips-kernel.xml 8 Apr 2007 15:54:05 -0000 1.14
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.13 2007/03/19 09:09:40 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.14 2007/04/08 15:54:05 nightmorph Exp $ -->
28 <!-- :vim:ts=2:sts=2:et:tw=80: -->
29 <sections>
30
31 @@ -17,14 +17,17 @@
32
33 <p>
34 You first need to select your timezone so that your system knows where it is
35 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
36 -it to <path>/etc/localtime</path>. Please avoid the
37 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
38 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
39 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
40 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
41 </p>
42
43 -<pre caption="Setting the timezone information to GMT">
44 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
45 +<pre caption="Setting the timezone information">
46 +# <i>ls /usr/share/zoneinfo</i>
47 +<comment>(Suppose you want to use GMT)</comment>
48 +# <i>nano -w /etc/conf.d/clock</i>
49 +TIMEZONE="GMT"
50 </pre>
51
52 </body>
53 @@ -82,8 +85,9 @@
54 <comment>(Substitute cobalt with the appropriate USE flag for your system if required)</comment>
55 # <i>mkdir /etc/portage</i>
56 # <i>echo "sys-kernel/mips-sources cobalt" &gt;&gt; /etc/portage/package.use</i>
57 --->
58 +
59 <comment>(Unpack &amp; install the kernel sources)</comment>
60 +-->
61 # <i>emerge mips-sources</i>
62 </pre>
63
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list