Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-kernel.xml
Date: Mon, 21 Nov 2005 15:37:42
Message-Id: 200511211537.jALFbSXp003761@robin.gentoo.org
1 neysx 05/11/21 15:37:12
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-alpha-kernel.xml
4 hb-install-amd64-kernel.xml
5 hb-install-hppa-kernel.xml
6 hb-install-mips-kernel.xml
7 hb-install-ppc-kernel.xml
8 hb-install-ppc64-kernel.xml
9 hb-install-sparc-kernel.xml
10 hb-install-x86-kernel.xml
11 Log:
12 #112802 USE="-doc" when emerging kernel sources to avoid dependencies (until the USE flags are described later in the handbook)
13 #110596 (PPC only) Add make defconfig before make menuconfig
14 #110038 cp time zone file instead of symlinking to it
15
16 Revision Changes Path
17 1.32 +10 -8 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml
18
19 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
20 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
21 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo
22
23 Index: hb-install-alpha-kernel.xml
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
26 retrieving revision 1.31
27 retrieving revision 1.32
28 diff -u -r1.31 -r1.32
29 --- hb-install-alpha-kernel.xml 6 Oct 2005 19:50:33 -0000 1.31
30 +++ hb-install-alpha-kernel.xml 21 Nov 2005 15:37:12 -0000 1.32
31 @@ -4,12 +4,12 @@
32 <!-- The content of this document is licensed under the CC-BY-SA license -->
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34
35 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.31 2005/10/06 19:50:33 jkt Exp $ -->
36 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.32 2005/11/21 15:37:12 neysx Exp $ -->
37
38 <sections>
39
40 -<version>2.9</version>
41 -<date>2005-10-06</date>
42 +<version>2.10</version>
43 +<date>2005-11-21</date>
44
45 <section>
46 <title>Timezone</title>
47 @@ -17,8 +17,8 @@
48
49 <p>
50 You first need to select your timezone so that your system knows where it is
51 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
52 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
53 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
54 +it to <path>/etc/localtime</path>. Please avoid the
55 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
56 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
57 </p>
58 @@ -26,7 +26,7 @@
59 <pre caption="Setting the timezone information">
60 # <i>ls /usr/share/zoneinfo</i>
61 <comment>(Suppose you want to use GMT)</comment>
62 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
63 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
64 </pre>
65
66 </body>
67 @@ -55,11 +55,13 @@
68
69 <p>
70 In the next example we install the <c>vanilla-sources</c>.
71 -Of course substitute with your choice of sources, this is merely an example:
72 +Of course substitute with your choice of sources, this is merely an example.
73 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
74 +dependencies at this point:
75 </p>
76
77 <pre caption="Installing a kernel source">
78 -# <i>emerge vanilla-sources</i>
79 +# <i>USE="-doc" emerge vanilla-sources</i>
80 </pre>
81
82 <p>
83
84
85
86 1.32 +9 -7 xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml
87
88 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
89 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
90 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo
91
92 Index: hb-install-amd64-kernel.xml
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v
95 retrieving revision 1.31
96 retrieving revision 1.32
97 diff -u -r1.31 -r1.32
98 --- hb-install-amd64-kernel.xml 21 Aug 2005 17:47:46 -0000 1.31
99 +++ hb-install-amd64-kernel.xml 21 Nov 2005 15:37:12 -0000 1.32
100 @@ -4,12 +4,12 @@
101 <!-- The content of this document is licensed under the CC-BY-SA license -->
102 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
103
104 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.31 2005/08/21 17:47:46 neysx Exp $ -->
105 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.32 2005/11/21 15:37:12 neysx Exp $ -->
106
107 <sections>
108
109 -<version>2.8</version>
110 -<date>2005-08-21</date>
111 +<version>2.9</version>
112 +<date>2005-11-21</date>
113
114 <section>
115 <title>Timezone</title>
116 @@ -17,8 +17,8 @@
117
118 <p>
119 You first need to select your timezone so that your system knows where it is
120 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
121 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
122 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
123 +it to <path>/etc/localtime</path>. Please avoid the
124 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
125 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
126 </p>
127 @@ -26,7 +26,7 @@
128 <pre caption="Setting the timezone information">
129 # <i>ls /usr/share/zoneinfo</i>
130 <comment>(Suppose you want to use GMT)</comment>
131 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
132 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
133 </pre>
134
135 </body>
136 @@ -53,10 +53,12 @@
137
138 <p>
139 Choose your kernel source and install it using <c>emerge</c>.
140 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
141 +dependencies at this point:
142 </p>
143
144 <pre caption="Installing a kernel source">
145 -# <i>emerge gentoo-sources</i>
146 +# <i>USE="-doc" emerge gentoo-sources</i>
147 </pre>
148
149 <p>
150
151
152
153 1.29 +10 -8 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
154
155 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
156 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
157 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo
158
159 Index: hb-install-hppa-kernel.xml
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
162 retrieving revision 1.28
163 retrieving revision 1.29
164 diff -u -r1.28 -r1.29
165 --- hb-install-hppa-kernel.xml 6 Oct 2005 19:50:33 -0000 1.28
166 +++ hb-install-hppa-kernel.xml 21 Nov 2005 15:37:12 -0000 1.29
167 @@ -4,12 +4,12 @@
168 <!-- The content of this document is licensed under the CC-BY-SA license -->
169 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
170
171 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.28 2005/10/06 19:50:33 jkt Exp $ -->
172 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.29 2005/11/21 15:37:12 neysx Exp $ -->
173
174 <sections>
175
176 -<version>1.21</version>
177 -<date>2005-10-06</date>
178 +<version>1.22</version>
179 +<date>2005-11-21</date>
180
181 <section>
182 <title>Timezone</title>
183 @@ -17,8 +17,8 @@
184
185 <p>
186 You first need to select your timezone so that your system knows where it is
187 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
188 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
189 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
190 +it to <path>/etc/localtime</path>. Please avoid the
191 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
192 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
193 </p>
194 @@ -26,7 +26,7 @@
195 <pre caption="Setting the timezone information">
196 # <i>ls /usr/share/zoneinfo</i>
197 <comment>(Suppose you want to use GMT)</comment>
198 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
199 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
200 </pre>
201
202 </body>
203 @@ -49,11 +49,13 @@
204 For HPPA we have <c>hppa-sources</c>. Default these sources are based on
205 the 2.6 kernel sources. If you want to install a 2.4 kernel, you will need
206 to install Gentoo from a working Internet connection as we do not supply those
207 -sources on our Installation CD. Continue by installing the kernel source:
208 +sources on our Installation CD. Continue by installing the kernel source.
209 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
210 +dependencies at this point:
211 </p>
212
213 <pre caption="Installing a kernel source">
214 -# <i>emerge hppa-sources</i>
215 +# <i>USE="-doc" emerge hppa-sources</i>
216 </pre>
217
218 <p>
219
220
221
222 1.18 +11 -9 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
223
224 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
225 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
226 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo
227
228 Index: hb-install-mips-kernel.xml
229 ===================================================================
230 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
231 retrieving revision 1.17
232 retrieving revision 1.18
233 diff -u -r1.17 -r1.18
234 --- hb-install-mips-kernel.xml 6 Oct 2005 19:50:33 -0000 1.17
235 +++ hb-install-mips-kernel.xml 21 Nov 2005 15:37:12 -0000 1.18
236 @@ -4,12 +4,12 @@
237 <!-- The content of this document is licensed under the CC-BY-SA license -->
238 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
239
240 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.17 2005/10/06 19:50:33 jkt Exp $ -->
241 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.18 2005/11/21 15:37:12 neysx Exp $ -->
242
243 <sections>
244
245 -<version>1.13</version>
246 -<date>2005-10-06</date>
247 +<version>1.14</version>
248 +<date>2005-11-21</date>
249
250 <section>
251 <title>Timezone</title>
252 @@ -17,14 +17,14 @@
253
254 <p>
255 You first need to select your timezone so that your system knows where it is
256 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
257 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
258 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
259 +it to <path>/etc/localtime</path>. Please avoid the
260 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
261 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
262 </p>
263
264 <pre caption="Setting the timezone information to GMT">
265 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
266 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
267 </pre>
268
269 </body>
270 @@ -51,7 +51,9 @@
271
272 <p>
273 Choose your kernel source and install it using <c>emerge</c>.
274 -Of course substitute with your choice of sources, this is merely an example:
275 +Of course substitute with your choice of sources, this is merely an example.
276 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
277 +dependencies at this point:
278 </p>
279
280 <note>
281 @@ -62,12 +64,12 @@
282
283 <pre caption="Installing a kernel source">
284 <comment>(For SGI machines)</comment>
285 -# <i>emerge mips-sources</i>
286 +# <i>USE="-doc" emerge mips-sources</i>
287
288 <comment>(For Cobalt machines)</comment>
289 # <i>mkdir -p /etc/portage</i>
290 # <i>echo "sys-kernel/mips-sources cobalt" &gt;&gt; /etc/portage/package.use</i>
291 -# <i>emerge mips-sources</i>
292 +# <i>USE="-doc" emerge mips-sources</i>
293 </pre>
294
295 <p>
296
297
298
299 1.37 +19 -14 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
300
301 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
302 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
303 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo
304
305 Index: hb-install-ppc-kernel.xml
306 ===================================================================
307 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
308 retrieving revision 1.36
309 retrieving revision 1.37
310 diff -u -r1.36 -r1.37
311 --- hb-install-ppc-kernel.xml 21 Aug 2005 17:47:46 -0000 1.36
312 +++ hb-install-ppc-kernel.xml 21 Nov 2005 15:37:12 -0000 1.37
313 @@ -4,12 +4,12 @@
314 <!-- The content of this document is licensed under the CC-BY-SA license -->
315 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
316
317 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.36 2005/08/21 17:47:46 neysx Exp $ -->
318 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.37 2005/11/21 15:37:12 neysx Exp $ -->
319
320 <sections>
321
322 -<version>2.13</version>
323 -<date>2005-08-21</date>
324 +<version>2.14</version>
325 +<date>2005-11-21</date>
326
327 <section>
328 <title>Timezone</title>
329 @@ -17,8 +17,8 @@
330
331 <p>
332 You first need to select your timezone so that your system knows where it is
333 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
334 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
335 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
336 +it to <path>/etc/localtime</path>. Please avoid the
337 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
338 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
339 </p>
340 @@ -26,7 +26,7 @@
341 <pre caption="Setting the timezone information">
342 # <i>ls /usr/share/zoneinfo</i>
343 <comment>(Suppose you want to use GMT)</comment>
344 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
345 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
346 </pre>
347
348 </body>
349 @@ -49,11 +49,13 @@
350 We suggest using either <c>vanilla-sources</c> or <c>gentoo-sources</c>
351 on PPC, which are both 2.6 kernels. The latter is available when you
352 perform a networkless installation. So let's continue with <c>emerge</c>'ing
353 -the kernel sources:
354 +the kernel sources.
355 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
356 +dependencies at this point:
357 </p>
358
359 <pre caption="Installing the kernel source">
360 -# <i>emerge gentoo-sources</i>
361 +# <i>USE="-doc" emerge gentoo-sources</i>
362 </pre>
363
364 <note>
365 @@ -114,10 +116,9 @@
366 </p>
367
368 <p>
369 -Building a successful you must know what is in your system when
370 -you start configuring a kernel manually. Most information can be gathered by
371 -emerging pciutils <c>emerge pciutils</c> which contains <c>lspci</c>. You
372 -can
373 +However, one thing <e>is</e> true: you must know your system when you start
374 +configuring a kernel manually. Most information can be gathered by emerging
375 +pciutils (<c>emerge pciutils</c>) which contains <c>lspci</c>. You will now
376 be able to use <c>lspci</c> within the chrooted environment. You may safely
377 ignore any <e>pcilib</e> warnings (like pcilib: cannot open
378 /sys/bus/pci/devices) that <c>lspci</c> throws out. Alternatively, you can run
379 @@ -130,12 +131,16 @@
380 </p>
381
382 <p>
383 -Now go to your kernel source directory and execute <c>make menuconfig</c>. This
384 -will fire up an ncurses-based configuration menu.
385 +Now go to your kernel source directory, it's time to configure your kernel. It
386 +is recommended that you add the default settings to your configuration by first
387 +running <c>make defconfig</c>. After the default configuration has been
388 +generated, run <c>make menuconfig</c> which will fire up an ncurses-based
389 +configuration menu.
390 </p>
391
392 <pre caption="Invoking menuconfig">
393 # <i>cd /usr/src/linux</i>
394 +# <i>make defconfig</i>
395 # <i>make menuconfig</i>
396 </pre>
397
398
399
400
401 1.20 +10 -8 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
402
403 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
404 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
405 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
406
407 Index: hb-install-ppc64-kernel.xml
408 ===================================================================
409 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
410 retrieving revision 1.19
411 retrieving revision 1.20
412 diff -u -r1.19 -r1.20
413 --- hb-install-ppc64-kernel.xml 6 Oct 2005 20:43:41 -0000 1.19
414 +++ hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:12 -0000 1.20
415 @@ -4,12 +4,12 @@
416 <!-- The content of this document is licensed under the CC-BY-SA license -->
417 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
418
419 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.19 2005/10/06 20:43:41 so Exp $ -->
420 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.20 2005/11/21 15:37:12 neysx Exp $ -->
421
422 <sections>
423
424 -<version>2.7</version>
425 -<date>2005-10-06</date>
426 +<version>2.8</version>
427 +<date>2005-11-21</date>
428
429 <section>
430 <title>Timezone</title>
431 @@ -17,8 +17,8 @@
432
433 <p>
434 You first need to select your timezone so that your system knows where it is
435 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
436 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
437 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
438 +it to <path>/etc/localtime</path>. Please avoid the
439 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
440 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
441 </p>
442 @@ -26,7 +26,7 @@
443 <pre caption="Setting the timezone information">
444 # <i>ls /usr/share/zoneinfo</i>
445 <comment>(Suppose you want to use GMT)</comment>
446 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
447 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
448 </pre>
449
450 </body>
451 @@ -47,11 +47,13 @@
452
453 <p>
454 For PPC64 you should use <c>gentoo-sources</c>. So let's continue with
455 -<c>emerge</c>'ing the kernel sources:
456 +<c>emerge</c>'ing the kernel sources.
457 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
458 +dependencies at this point:
459 </p>
460
461 <pre caption="Installing a kernel source">
462 -# <i>emerge gentoo-sources</i>
463 +# <i>USE="-doc" emerge gentoo-sources</i>
464 </pre>
465
466 <p>
467
468
469
470 1.20 +10 -8 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
471
472 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
473 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
474 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
475
476 Index: hb-install-sparc-kernel.xml
477 ===================================================================
478 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
479 retrieving revision 1.19
480 retrieving revision 1.20
481 diff -u -r1.19 -r1.20
482 --- hb-install-sparc-kernel.xml 6 Oct 2005 19:50:33 -0000 1.19
483 +++ hb-install-sparc-kernel.xml 21 Nov 2005 15:37:12 -0000 1.20
484 @@ -4,12 +4,12 @@
485 <!-- The content of this document is licensed under the CC-BY-SA license -->
486 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
487
488 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.19 2005/10/06 19:50:33 jkt Exp $ -->
489 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.20 2005/11/21 15:37:12 neysx Exp $ -->
490
491 <sections>
492
493 -<version>2.4</version>
494 -<date>2005-10-06</date>
495 +<version>2.5</version>
496 +<date>2005-11-21</date>
497
498 <section>
499 <title>Timezone</title>
500 @@ -17,8 +17,8 @@
501
502 <p>
503 You first need to select your timezone so that your system knows where it is
504 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
505 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
506 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
507 +it to <path>/etc/localtime</path>. Please avoid the
508 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
509 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
510 </p>
511 @@ -26,7 +26,7 @@
512 <pre caption="Setting the timezone information">
513 # <i>ls /usr/share/zoneinfo</i>
514 <comment>(Suppose you want to use GMT)</comment>
515 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
516 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
517 </pre>
518
519 </body>
520 @@ -57,11 +57,13 @@
521
522 <p>
523 In the next example we install the <c>sparc-sources</c>.
524 -Of course substitute with your choice of sources, this is merely an example:
525 +Of course substitute with your choice of sources, this is merely an example.
526 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
527 +dependencies at this point:
528 </p>
529
530 <pre caption="Installing a kernel source">
531 -# <i>emerge sparc-sources</i>
532 +# <i>USE="-doc" emerge sparc-sources</i>
533 </pre>
534
535 <p>
536
537
538
539 1.56 +9 -7 xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml
540
541 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.56&content-type=text/x-cvsweb-markup&cvsroot=gentoo
542 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.56&content-type=text/plain&cvsroot=gentoo
543 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.55&r2=1.56&cvsroot=gentoo
544
545 Index: hb-install-x86-kernel.xml
546 ===================================================================
547 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v
548 retrieving revision 1.55
549 retrieving revision 1.56
550 diff -u -r1.55 -r1.56
551 --- hb-install-x86-kernel.xml 6 Oct 2005 19:50:33 -0000 1.55
552 +++ hb-install-x86-kernel.xml 21 Nov 2005 15:37:12 -0000 1.56
553 @@ -4,12 +4,12 @@
554 <!-- The content of this document is licensed under the CC-BY-SA license -->
555 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
556
557 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.55 2005/10/06 19:50:33 jkt Exp $ -->
558 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.56 2005/11/21 15:37:12 neysx Exp $ -->
559
560 <sections>
561
562 -<version>3.6</version>
563 -<date>2005-10-06</date>
564 +<version>3.7</version>
565 +<date>2005-11-21</date>
566
567 <section>
568 <title>Timezone</title>
569 @@ -17,8 +17,8 @@
570
571 <p>
572 You first need to select your timezone so that your system knows where it is
573 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
574 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
575 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
576 +it to <path>/etc/localtime</path>. Please avoid the
577 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
578 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
579 </p>
580 @@ -26,7 +26,7 @@
581 <pre caption="Setting the timezone information">
582 # <i>ls /usr/share/zoneinfo</i>
583 <comment>(Suppose you want to use GMT)</comment>
584 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
585 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
586 </pre>
587
588 </body>
589 @@ -54,10 +54,12 @@
590
591 <p>
592 Choose your kernel source and install it using <c>emerge</c>.
593 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
594 +dependencies at this point:
595 </p>
596
597 <pre caption="Installing a kernel source">
598 -# <i>emerge gentoo-sources</i>
599 +# <i>USE="-doc" emerge gentoo-sources</i>
600 </pre>
601
602 <p>
603
604
605
606 --
607 gentoo-doc-cvs@g.o mailing list