Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-alpha-kernel.xml hb-install-arm-kernel.xml hb-install-hppa-kernel.xml hb-install-ia64-kernel.xml hb-install-mips-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml hb-install-system.xml hb-install-x86+amd64-kernel.xml
Date: Sat, 16 Mar 2013 18:58:21
Message-Id: 20130316185817.67ADB2171D@flycatcher.gentoo.org
1 swift 13/03/16 18:58:17
2
3 Modified: hb-install-alpha-kernel.xml
4 hb-install-arm-kernel.xml
5 hb-install-hppa-kernel.xml
6 hb-install-ia64-kernel.xml
7 hb-install-mips-kernel.xml
8 hb-install-ppc-kernel.xml
9 hb-install-ppc64-kernel.xml
10 hb-install-sparc-kernel.xml hb-install-system.xml
11 hb-install-x86+amd64-kernel.xml
12 Log:
13 Fix bug #460852 - Move timezone information to the "Installing the Gentoo Base System" chapter
14
15 Revision Changes Path
16 1.52 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.52&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.52&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.51&r2=1.52
21
22 Index: hb-install-alpha-kernel.xml
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
25 retrieving revision 1.51
26 retrieving revision 1.52
27 diff -u -r1.51 -r1.52
28 --- hb-install-alpha-kernel.xml 11 Sep 2012 22:49:20 -0000 1.51
29 +++ hb-install-alpha-kernel.xml 16 Mar 2013 18:58:17 -0000 1.52
30 @@ -4,37 +4,14 @@
31 <!-- The content of this document is licensed under the CC-BY-SA license -->
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33
34 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.51 2012/09/11 22:49:20 nightmorph Exp $ -->
35 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.52 2013/03/16 18:58:17 swift Exp $ -->
36
37 <sections>
38
39 -<version>14</version>
40 -<date>2012-09-11</date>
41 +<version>15</version>
42 +<date>2013-03-16</date>
43
44 <section>
45 -<title>Timezone</title>
46 -<body>
47 -
48 -<p>
49 -You first need to select your timezone so that your system knows where it is
50 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
51 -it to <path>/etc/localtime</path>. Please avoid the
52 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
53 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
54 -GMT+8.
55 -</p>
56 -
57 -<pre caption="Setting the timezone information">
58 -# <i>ls /usr/share/zoneinfo</i>
59 -<comment>(Suppose you want to use Europe/Brussels)</comment>
60 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
61 -<comment>(Next set the timezone)</comment>
62 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
63 -</pre>
64 -
65 -</body>
66 -</section>
67 -<section>
68 <title>Installing the Sources</title>
69 <subsection>
70 <title>Choosing a Kernel</title>
71
72
73
74 1.16 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.16&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.16&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.15&r2=1.16
79
80 Index: hb-install-arm-kernel.xml
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
83 retrieving revision 1.15
84 retrieving revision 1.16
85 diff -u -r1.15 -r1.16
86 --- hb-install-arm-kernel.xml 22 Feb 2012 21:27:45 -0000 1.15
87 +++ hb-install-arm-kernel.xml 16 Mar 2013 18:58:17 -0000 1.16
88 @@ -4,37 +4,14 @@
89 <!-- The content of this document is licensed under the CC-BY-SA license -->
90 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
91
92 -<!-- $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 $ -->
93 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.16 2013/03/16 18:58:17 swift Exp $ -->
94
95 <sections>
96
97 -<version>10</version>
98 -<date>2012-02-22</date>
99 +<version>11</version>
100 +<date>2013-03-16</date>
101
102 <section>
103 -<title>Timezone</title>
104 -<body>
105 -
106 -<p>
107 -You first need to select your timezone so that your system knows where it is
108 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
109 -it to <path>/etc/localtime</path>. Please avoid the
110 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
111 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
112 -GMT+8.
113 -</p>
114 -
115 -<pre caption="Setting the timezone information">
116 -# <i>ls /usr/share/zoneinfo</i>
117 -<comment>(Suppose you want to use Europe/Brussels)</comment>
118 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
119 -<comment>(Next set the timezone)</comment>
120 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
121 -</pre>
122 -
123 -</body>
124 -</section>
125 -<section>
126 <title>Installing the Sources</title>
127 <subsection>
128 <title>Choosing a Kernel</title>
129
130
131
132 1.52 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.52&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.52&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.51&r2=1.52
137
138 Index: hb-install-hppa-kernel.xml
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
141 retrieving revision 1.51
142 retrieving revision 1.52
143 diff -u -r1.51 -r1.52
144 --- hb-install-hppa-kernel.xml 27 Mar 2012 17:46:07 -0000 1.51
145 +++ hb-install-hppa-kernel.xml 16 Mar 2013 18:58:17 -0000 1.52
146 @@ -4,37 +4,14 @@
147 <!-- The content of this document is licensed under the CC-BY-SA license -->
148 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
149
150 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.51 2012/03/27 17:46:07 swift Exp $ -->
151 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.52 2013/03/16 18:58:17 swift Exp $ -->
152
153 <sections>
154
155 -<version>13</version>
156 -<date>2012-03-27</date>
157 +<version>14</version>
158 +<date>2013-03-16</date>
159
160 <section>
161 -<title>Timezone</title>
162 -<body>
163 -
164 -<p>
165 -You first need to select your timezone so that your system knows where it is
166 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
167 -it to <path>/etc/localtime</path>. Please avoid the
168 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
169 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
170 -GMT+8.
171 -</p>
172 -
173 -<pre caption="Setting the timezone information">
174 -# <i>ls /usr/share/zoneinfo</i>
175 -<comment>(Suppose you want to use Europe/Brussels)</comment>
176 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
177 -<comment>(Next set the timezone)</comment>
178 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
179 -</pre>
180 -
181 -</body>
182 -</section>
183 -<section>
184 <title>Installing the Sources</title>
185 <subsection>
186 <title>Choosing a Kernel</title>
187
188
189
190 1.29 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
191
192 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.29&view=markup
193 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.29&content-type=text/plain
194 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.28&r2=1.29
195
196 Index: hb-install-ia64-kernel.xml
197 ===================================================================
198 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
199 retrieving revision 1.28
200 retrieving revision 1.29
201 diff -u -r1.28 -r1.29
202 --- hb-install-ia64-kernel.xml 13 Nov 2012 06:06:43 -0000 1.28
203 +++ hb-install-ia64-kernel.xml 16 Mar 2013 18:58:17 -0000 1.29
204 @@ -4,37 +4,14 @@
205 <!-- The content of this document is licensed under the CC-BY-SA license -->
206 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
207
208 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.28 2012/11/13 06:06:43 nightmorph Exp $ -->
209 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.29 2013/03/16 18:58:17 swift Exp $ -->
210
211 <sections>
212
213 -<version>18</version>
214 -<date>2012-11-12</date>
215 +<version>19</version>
216 +<date>2013-03-16</date>
217
218 <section>
219 -<title>Timezone</title>
220 -<body>
221 -
222 -<p>
223 -You first need to select your timezone so that your system knows where it is
224 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
225 -it to <path>/etc/localtime</path>. Please avoid the
226 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
227 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
228 -GMT+8.
229 -</p>
230 -
231 -<pre caption="Setting the timezone information">
232 -# <i>ls /usr/share/zoneinfo</i>
233 -<comment>(Suppose you want to use Europe/Brussels)</comment>
234 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
235 -<comment>(Next set the timezone)</comment>
236 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
237 -</pre>
238 -
239 -</body>
240 -</section>
241 -<section>
242 <title>Installing the Sources</title>
243 <subsection>
244 <title>Choosing a Kernel</title>
245
246
247
248 1.34 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
249
250 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.34&view=markup
251 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.34&content-type=text/plain
252 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.33&r2=1.34
253
254 Index: hb-install-mips-kernel.xml
255 ===================================================================
256 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
257 retrieving revision 1.33
258 retrieving revision 1.34
259 diff -u -r1.33 -r1.34
260 --- hb-install-mips-kernel.xml 22 Feb 2012 21:27:45 -0000 1.33
261 +++ hb-install-mips-kernel.xml 16 Mar 2013 18:58:17 -0000 1.34
262 @@ -4,7 +4,7 @@
263 <!-- The content of this document is licensed under the CC-BY-SA license -->
264 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
265
266 -<!-- $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 $ -->
267 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.34 2013/03/16 18:58:17 swift Exp $ -->
268 <sections>
269
270 <abstract>
271 @@ -12,32 +12,8 @@
272 explains how to configure your kernel.
273 </abstract>
274
275 -<version>11</version>
276 -<date>2012-02-22</date>
277 -
278 -<section>
279 -<title>Timezone</title>
280 -<body>
281 -
282 -<p>
283 -You first need to select your timezone so that your system knows where it is
284 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
285 -it to <path>/etc/localtime</path>. Please avoid the
286 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
287 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
288 -GMT+8.
289 -</p>
290 -
291 -<pre caption="Setting the timezone information">
292 -# <i>ls /usr/share/zoneinfo</i>
293 -<comment>(Suppose you want to use Europe/Brussels)</comment>
294 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
295 -<comment>(Next set the timezone)</comment>
296 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
297 -</pre>
298 -
299 -</body>
300 -</section>
301 +<version>12</version>
302 +<date>2013-03-16</date>
303
304 <section>
305 <title>Installing the Sources</title>
306
307
308
309 1.71 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
310
311 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.71&view=markup
312 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.71&content-type=text/plain
313 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.70&r2=1.71
314
315 Index: hb-install-ppc-kernel.xml
316 ===================================================================
317 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
318 retrieving revision 1.70
319 retrieving revision 1.71
320 diff -u -r1.70 -r1.71
321 --- hb-install-ppc-kernel.xml 6 Oct 2012 20:16:10 -0000 1.70
322 +++ hb-install-ppc-kernel.xml 16 Mar 2013 18:58:17 -0000 1.71
323 @@ -4,7 +4,7 @@
324 <!-- The content of this document is licensed under the CC-BY-SA license -->
325 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
326
327 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.70 2012/10/06 20:16:10 swift Exp $ -->
328 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.71 2013/03/16 18:58:17 swift Exp $ -->
329
330 <sections>
331
332 @@ -13,33 +13,10 @@
333 explains how to configure your kernel.
334 </abstract>
335
336 -<version>15</version>
337 -<date>2012-10-06</date>
338 +<version>16</version>
339 +<date>2013-03-16</date>
340
341 <section>
342 -<title>Timezone</title>
343 -<body>
344 -
345 -<p>
346 -You first need to select your timezone so that your system knows where it is
347 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
348 -it to <path>/etc/localtime</path>. Please avoid the
349 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
350 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
351 -GMT+8.
352 -</p>
353 -
354 -<pre caption="Setting the timezone information">
355 -# <i>ls /usr/share/zoneinfo</i>
356 -<comment>(Suppose you want to use Europe/Brussels)</comment>
357 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
358 -<comment>(Next set the timezone)</comment>
359 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
360 -</pre>
361 -
362 -</body>
363 -</section>
364 -<section>
365 <title>Installing the Kernel Sources</title>
366 <subsection>
367 <title>Choosing a Kernel</title>
368
369
370
371 1.39 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
372
373 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.39&view=markup
374 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.39&content-type=text/plain
375 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.38&r2=1.39
376
377 Index: hb-install-ppc64-kernel.xml
378 ===================================================================
379 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
380 retrieving revision 1.38
381 retrieving revision 1.39
382 diff -u -r1.38 -r1.39
383 --- hb-install-ppc64-kernel.xml 22 Feb 2012 21:27:45 -0000 1.38
384 +++ hb-install-ppc64-kernel.xml 16 Mar 2013 18:58:17 -0000 1.39
385 @@ -4,7 +4,7 @@
386 <!-- The content of this document is licensed under the CC-BY-SA license -->
387 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
388
389 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.38 2012/02/22 21:27:45 swift Exp $ -->
390 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.39 2013/03/16 18:58:17 swift Exp $ -->
391
392 <sections>
393
394 @@ -13,33 +13,10 @@
395 explains how to configure your kernel.
396 </abstract>
397
398 -<version>11</version>
399 -<date>2012-02-22</date>
400 +<version>12</version>
401 +<date>2013-03-16</date>
402
403 <section>
404 -<title>Timezone</title>
405 -<body>
406 -
407 -<p>
408 -You first need to select your timezone so that your system knows where it is
409 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
410 -it to <path>/etc/localtime</path>. Please avoid the
411 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
412 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
413 -GMT+8.
414 -</p>
415 -
416 -<pre caption="Setting the timezone information">
417 -# <i>ls /usr/share/zoneinfo</i>
418 -<comment>(Suppose you want to use Europe/Brussels)</comment>
419 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
420 -<comment>(Next set the timezone)</comment>
421 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
422 -</pre>
423 -
424 -</body>
425 -</section>
426 -<section>
427 <title>Installing the Sources</title>
428 <subsection>
429 <title>Choosing a Kernel</title>
430
431
432
433 1.45 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
434
435 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.45&view=markup
436 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.45&content-type=text/plain
437 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.44&r2=1.45
438
439 Index: hb-install-sparc-kernel.xml
440 ===================================================================
441 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
442 retrieving revision 1.44
443 retrieving revision 1.45
444 diff -u -r1.44 -r1.45
445 --- hb-install-sparc-kernel.xml 11 Sep 2012 22:49:21 -0000 1.44
446 +++ hb-install-sparc-kernel.xml 16 Mar 2013 18:58:17 -0000 1.45
447 @@ -4,37 +4,14 @@
448 <!-- The content of this document is licensed under the CC-BY-SA license -->
449 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
450
451 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.44 2012/09/11 22:49:21 nightmorph Exp $ -->
452 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.45 2013/03/16 18:58:17 swift Exp $ -->
453
454 <sections>
455
456 -<version>14</version>
457 -<date>2012-09-11</date>
458 +<version>15</version>
459 +<date>2013-03-16</date>
460
461 <section>
462 -<title>Timezone</title>
463 -<body>
464 -
465 -<p>
466 -You first need to select your timezone so that your system knows where it is
467 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
468 -it to <path>/etc/localtime</path>. Please avoid the
469 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
470 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
471 -GMT+8.
472 -</p>
473 -
474 -<pre caption="Setting the timezone information">
475 -# <i>ls /usr/share/zoneinfo</i>
476 -<comment>(Suppose you want to use Europe/Brussels)</comment>
477 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
478 -<comment>(Next set the timezone)</comment>
479 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
480 -</pre>
481 -
482 -</body>
483 -</section>
484 -<section>
485 <title>Installing the Sources</title>
486 <subsection>
487 <title>Choosing a Kernel</title>
488
489
490
491 1.133 xml/htdocs/doc/en/handbook/hb-install-system.xml
492
493 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.133&view=markup
494 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.133&content-type=text/plain
495 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.132&r2=1.133
496
497 Index: hb-install-system.xml
498 ===================================================================
499 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
500 retrieving revision 1.132
501 retrieving revision 1.133
502 diff -u -r1.132 -r1.133
503 --- hb-install-system.xml 20 Jan 2013 18:11:00 -0000 1.132
504 +++ hb-install-system.xml 16 Mar 2013 18:58:17 -0000 1.133
505 @@ -4,7 +4,7 @@
506 <!-- The content of this document is licensed under the CC-BY-SA license -->
507 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
508
509 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.132 2013/01/20 18:11:00 swift Exp $ -->
510 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.133 2013/03/16 18:58:17 swift Exp $ -->
511
512 <sections>
513
514 @@ -14,8 +14,8 @@
515 to progress to that state.
516 </abstract>
517
518 -<version>24</version>
519 -<date>2013-01-20</date>
520 +<version>25</version>
521 +<date>2013-03-16</date>
522
523 <section>
524 <title>Chrooting</title>
525 @@ -392,4 +392,28 @@
526 </body>
527 </subsection>
528 </section>
529 +<section>
530 +<title>Timezone</title>
531 +<body>
532 +
533 +<p>
534 +Finally select your timezone so that your system knows where it is physically
535 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
536 +it to <path>/etc/localtime</path>. Please avoid the
537 +<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
538 +indicate the expected zones. For instance, <path>GMT-8</path> is in fact
539 +GMT+8.
540 +</p>
541 +
542 +<pre caption="Setting the timezone information">
543 +# <i>ls /usr/share/zoneinfo</i>
544 +<comment>(Suppose you want to use Europe/Brussels)</comment>
545 +# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
546 +<comment>(Next set the timezone)</comment>
547 +# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
548 +</pre>
549 +
550 +</body>
551 +</section>
552 +
553 </sections>
554
555
556
557 1.50 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
558
559 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.50&view=markup
560 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.50&content-type=text/plain
561 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.49&r2=1.50
562
563 Index: hb-install-x86+amd64-kernel.xml
564 ===================================================================
565 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
566 retrieving revision 1.49
567 retrieving revision 1.50
568 diff -u -r1.49 -r1.50
569 --- hb-install-x86+amd64-kernel.xml 13 Nov 2012 06:06:43 -0000 1.49
570 +++ hb-install-x86+amd64-kernel.xml 16 Mar 2013 18:58:17 -0000 1.50
571 @@ -4,7 +4,7 @@
572 <!-- The content of this document is licensed under the CC-BY-SA license -->
573 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
574
575 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.49 2012/11/13 06:06:43 nightmorph Exp $ -->
576 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.50 2013/03/16 18:58:17 swift Exp $ -->
577
578 <sections>
579
580 @@ -13,33 +13,10 @@
581 explains how to configure your kernel.
582 </abstract>
583
584 -<version>19</version>
585 -<date>2012-11-12</date>
586 +<version>20</version>
587 +<date>2013-03-16</date>
588
589 <section>
590 -<title>Timezone</title>
591 -<body>
592 -
593 -<p>
594 -You first need to select your timezone so that your system knows where it is
595 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
596 -it to <path>/etc/localtime</path>. Please avoid the
597 -<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
598 -indicate the expected zones. For instance, <path>GMT-8</path> is in fact
599 -GMT+8.
600 -</p>
601 -
602 -<pre caption="Setting the timezone information">
603 -# <i>ls /usr/share/zoneinfo</i>
604 -<comment>(Suppose you want to use Europe/Brussels)</comment>
605 -# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
606 -<comment>(Next set the timezone)</comment>
607 -# <i>echo "Europe/Brussels" &gt; /etc/timezone</i>
608 -</pre>
609 -
610 -</body>
611 -</section>
612 -<section>
613 <title>Installing the Sources</title>
614 <subsection>
615 <title>Choosing a Kernel</title>