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-alpha-kernel.xml hb-install-arm-kernel.xml
Date: Mon, 19 Mar 2007 07:13:26
Message-Id: E1HTC2n-0002aM-CA@stork.gentoo.org
1 nightmorph 07/03/19 07:12:37
2
3 Modified: hb-install-alpha-kernel.xml
4 hb-install-arm-kernel.xml
5 Log:
6 more timezone fixes and a kernel revert
7
8 Revision Changes Path
9 1.16 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.15&r2=1.16
14
15 Index: hb-install-alpha-kernel.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- hb-install-alpha-kernel.xml 19 Mar 2007 07:08:04 -0000 1.15
22 +++ hb-install-alpha-kernel.xml 19 Mar 2007 07:12:37 -0000 1.16
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.15 2007/03/19 07:08:04 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.16 2007/03/19 07:12:37 nightmorph Exp $ -->
29
30 <sections>
31
32 @@ -18,7 +18,7 @@
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>. You then
36 -set your timezone in <path>/etc/conf.d/rc</path>. Please avoid the
37 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
38 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
39 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
40 </p>
41
42
43
44 1.3 xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?r1=1.2&r2=1.3
49
50 Index: hb-install-arm-kernel.xml
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- hb-install-arm-kernel.xml 14 Mar 2007 07:14:17 -0000 1.2
57 +++ hb-install-arm-kernel.xml 19 Mar 2007 07:12:37 -0000 1.3
58 @@ -4,7 +4,7 @@
59 <!-- The content of this document is licensed under the CC-BY-SA license -->
60 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
61
62 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v 1.2 2007/03/14 07:14:17 nightmorph Exp $ -->
63 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v 1.3 2007/03/19 07:12:37 nightmorph Exp $ -->
64
65 <sections>
66
67 @@ -18,7 +18,7 @@
68 <p>
69 You first need to select your timezone so that your system knows where it is
70 located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
71 -set your timezone in <path>/etc/conf.d/rc</path>. Please avoid the
72 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
73 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
74 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
75 </p>
76 @@ -26,7 +26,7 @@
77 <pre caption="Setting the timezone information">
78 # <i>ls /usr/share/zoneinfo</i>
79 <comment>(Suppose you want to use GMT)</comment>
80 -# <i>nano -w /etc/conf.d/rc</i>
81 +# <i>nano -w /etc/conf.d/clock</i>
82 TIMEZONE="GMT"
83 </pre>
84
85 @@ -273,10 +273,10 @@
86 </p>
87
88 <pre caption="Compiling the kernel">
89 -# <i>make &amp;&amp; make modules_install &amp;&amp; make install</i>
90 +# <i>make &amp;&amp; make modules_install</i>
91 </pre>
92
93 -<!--
94 +
95 <p>
96 When the kernel has finished compiling, copy the kernel image to
97 <path>/boot</path>. Use whatever name you feel is appropriate for your kernel
98 @@ -288,7 +288,6 @@
99 <pre caption="Installing the kernel">
100 # <i>cp vmlinux.gz /boot/<keyval id="kernel-name"/></i>
101 </pre>
102 --->
103
104 <p>
105 Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
106
107
108
109 --
110 gentoo-doc-cvs@g.o mailing list