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.jALFbTb3018119@robin.gentoo.org
1 neysx 05/11/21 15:37:13
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1
4 hb-install-alpha-kernel.xml
5 hb-install-amd64-kernel.xml
6 hb-install-hppa-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.6 +9 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml
18
19 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
20 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
21 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
22
23 Index: hb-install-alpha-kernel.xml
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml,v
26 retrieving revision 1.5
27 retrieving revision 1.6
28 diff -u -r1.5 -r1.6
29 --- hb-install-alpha-kernel.xml 6 Oct 2005 19:56:01 -0000 1.5
30 +++ hb-install-alpha-kernel.xml 21 Nov 2005 15:37:13 -0000 1.6
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/2005.1/hb-install-alpha-kernel.xml,v 1.5 2005/10/06 19:56:01 jkt Exp $ -->
36 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml,v 1.6 2005/11/21 15:37:13 neysx Exp $ -->
37
38 <sections>
39
40 -<version>5.3</version>
41 -<date>2005-10-06</date>
42 +<version>5.4</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 @@ -51,6 +51,8 @@
68
69 <p>
70 Choose your kernel source and install it using <c>emerge</c>.
71 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
72 +dependencies at this point:
73 </p>
74
75 <p>
76 @@ -59,7 +61,7 @@
77 </p>
78
79 <pre caption="Installing a kernel source">
80 -# <i>emerge vanilla-sources</i>
81 +# <i>USE="-doc" emerge vanilla-sources</i>
82 </pre>
83
84 <p>
85
86
87
88 1.5 +9 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml
89
90 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
91 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
92 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
93
94 Index: hb-install-amd64-kernel.xml
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v
97 retrieving revision 1.4
98 retrieving revision 1.5
99 diff -u -r1.4 -r1.5
100 --- hb-install-amd64-kernel.xml 21 Aug 2005 17:47:46 -0000 1.4
101 +++ hb-install-amd64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
102 @@ -4,12 +4,12 @@
103 <!-- The content of this document is licensed under the CC-BY-SA license -->
104 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
105
106 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.4 2005/08/21 17:47:46 neysx Exp $ -->
107 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
108
109 <sections>
110
111 -<version>5.2</version>
112 -<date>2005-08-21</date>
113 +<version>5.3</version>
114 +<date>2005-11-21</date>
115
116 <section>
117 <title>Timezone</title>
118 @@ -17,8 +17,8 @@
119
120 <p>
121 You first need to select your timezone so that your system knows where it is
122 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
123 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
124 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
125 +it to <path>/etc/localtime</path>. Please avoid the
126 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
127 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
128 </p>
129 @@ -26,7 +26,7 @@
130 <pre caption="Setting the timezone information">
131 # <i>ls /usr/share/zoneinfo</i>
132 <comment>(Suppose you want to use GMT)</comment>
133 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
134 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
135 </pre>
136
137 </body>
138 @@ -53,10 +53,12 @@
139
140 <p>
141 Choose your kernel source and install it using <c>emerge</c>.
142 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
143 +dependencies at this point:
144 </p>
145
146 <pre caption="Installing a kernel source">
147 -# <i>emerge gentoo-sources</i>
148 +# <i>USE="-doc" emerge gentoo-sources</i>
149 </pre>
150
151 <p>
152
153
154
155 1.6 +10 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml
156
157 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
158 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
159 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
160
161 Index: hb-install-hppa-kernel.xml
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml,v
164 retrieving revision 1.5
165 retrieving revision 1.6
166 diff -u -r1.5 -r1.6
167 --- hb-install-hppa-kernel.xml 6 Oct 2005 19:56:01 -0000 1.5
168 +++ hb-install-hppa-kernel.xml 21 Nov 2005 15:37:13 -0000 1.6
169 @@ -4,12 +4,12 @@
170 <!-- The content of this document is licensed under the CC-BY-SA license -->
171 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
172
173 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml,v 1.5 2005/10/06 19:56:01 jkt Exp $ -->
174 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml,v 1.6 2005/11/21 15:37:13 neysx Exp $ -->
175
176 <sections>
177
178 -<version>5.3</version>
179 -<date>2005-10-06</date>
180 +<version>5.4</version>
181 +<date>2005-11-21</date>
182
183 <section>
184 <title>Timezone</title>
185 @@ -17,8 +17,8 @@
186
187 <p>
188 You first need to select your timezone so that your system knows where it is
189 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
190 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
191 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
192 +it to <path>/etc/localtime</path>. Please avoid the
193 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
194 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
195 </p>
196 @@ -26,7 +26,7 @@
197 <pre caption="Setting the timezone information">
198 # <i>ls /usr/share/zoneinfo</i>
199 <comment>(Suppose you want to use GMT)</comment>
200 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
201 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
202 </pre>
203
204 </body>
205 @@ -49,11 +49,13 @@
206 For HPPA we have <c>hppa-sources</c>. Default these sources are based on
207 the 2.6 kernel sources. If you want to install a 2.4 kernel, you will need
208 to install Gentoo from a working Internet connection as we do not supply those
209 -sources on our Installation CD. Continue by installing the kernel source:
210 +sources on our Installation CD. Continue by installing the kernel source.
211 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
212 +dependencies at this point:
213 </p>
214
215 <pre caption="Installing a kernel source">
216 -# <i>emerge hppa-sources</i>
217 +# <i>USE="-doc" emerge hppa-sources</i>
218 </pre>
219
220 <p>
221
222
223
224 1.7 +16 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml
225
226 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
227 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
228 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
229
230 Index: hb-install-ppc-kernel.xml
231 ===================================================================
232 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml,v
233 retrieving revision 1.6
234 retrieving revision 1.7
235 diff -u -r1.6 -r1.7
236 --- hb-install-ppc-kernel.xml 21 Aug 2005 17:47:46 -0000 1.6
237 +++ hb-install-ppc-kernel.xml 21 Nov 2005 15:37:13 -0000 1.7
238 @@ -4,12 +4,12 @@
239 <!-- The content of this document is licensed under the CC-BY-SA license -->
240 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
241
242 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml,v 1.6 2005/08/21 17:47:46 neysx Exp $ -->
243 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml,v 1.7 2005/11/21 15:37:13 neysx Exp $ -->
244
245 <sections>
246
247 -<version>5.2</version>
248 -<date>2005-08-21</date>
249 +<version>5.3</version>
250 +<date>2005-11-21</date>
251
252 <section>
253 <title>Timezone</title>
254 @@ -17,8 +17,8 @@
255
256 <p>
257 You first need to select your timezone so that your system knows where it is
258 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
259 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
260 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
261 +it to <path>/etc/localtime</path>. Please avoid the
262 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
263 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
264 </p>
265 @@ -26,7 +26,7 @@
266 <pre caption="Setting the timezone information">
267 # <i>ls /usr/share/zoneinfo</i>
268 <comment>(Suppose you want to use GMT)</comment>
269 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
270 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
271 </pre>
272
273 </body>
274 @@ -49,11 +49,13 @@
275 We suggest using either <c>vanilla-sources</c> or <c>gentoo-sources</c>
276 on PPC, which are both 2.6 kernels. The latter is available when you
277 perform a networkless installation. So let's continue with <c>emerge</c>'ing
278 -the kernel sources:
279 +the kernel sources.
280 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
281 +dependencies at this point:
282 </p>
283
284 <pre caption="Installing a kernel source">
285 -# <i>emerge gentoo-sources</i>
286 +# <i>USE="-doc" emerge gentoo-sources</i>
287 </pre>
288
289 <note>
290 @@ -129,12 +131,16 @@
291 </p>
292
293 <p>
294 -Now go to your kernel source directory and execute <c>make menuconfig</c>. This
295 -will fire up an ncurses-based configuration menu.
296 +Now, go to your kernel source directory, it's time to configure your kernel.
297 +It is recommended that you add the default settings to your configuration by
298 +first running <c>make defconfig</c>. After the default configuration has been
299 +generated, run <c>make menuconfig</c> which will fire up an ncurses-based
300 +configuration menu.
301 </p>
302
303 <pre caption="Invoking menuconfig">
304 # <i>cd /usr/src/linux</i>
305 +# <i>make defconfig</i>
306 # <i>make menuconfig</i>
307 </pre>
308
309
310
311
312 1.4 +10 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml
313
314 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
315 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
316 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
317
318 Index: hb-install-ppc64-kernel.xml
319 ===================================================================
320 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v
321 retrieving revision 1.3
322 retrieving revision 1.4
323 diff -u -r1.3 -r1.4
324 --- hb-install-ppc64-kernel.xml 3 Oct 2005 19:08:56 -0000 1.3
325 +++ hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.4
326 @@ -4,12 +4,12 @@
327 <!-- The content of this document is licensed under the CC-BY-SA license -->
328 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
329
330 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.3 2005/10/03 19:08:56 rane Exp $ -->
331 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.4 2005/11/21 15:37:13 neysx Exp $ -->
332
333 <sections>
334
335 -<version>5.2</version>
336 -<date>2005-08-21</date>
337 +<version>5.3</version>
338 +<date>2005-11-21</date>
339
340 <section>
341 <title>Timezone</title>
342 @@ -17,8 +17,8 @@
343
344 <p>
345 You first need to select your timezone so that your system knows where it is
346 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
347 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
348 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
349 +it to <path>/etc/localtime</path>. Please avoid the
350 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
351 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
352 </p>
353 @@ -26,7 +26,7 @@
354 <pre caption="Setting the timezone information">
355 # <i>ls /usr/share/zoneinfo</i>
356 <comment>(Suppose you want to use GMT)</comment>
357 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
358 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
359 </pre>
360
361 </body>
362 @@ -47,11 +47,13 @@
363
364 <p>
365 For PPC64 you should use <c>gentoo-sources</c>. So let's continue with
366 -<c>emerge</c>'ing the kernel sources:
367 +<c>emerge</c>'ing the kernel sources.
368 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
369 +dependencies at this point:
370 </p>
371
372 <pre caption="Installing a kernel source">
373 -# <i>emerge gentoo-sources</i>
374 +# <i>USE="-doc" emerge gentoo-sources</i>
375 </pre>
376
377 <p>
378
379
380
381 1.5 +9 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml
382
383 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
384 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
385 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
386
387 Index: hb-install-sparc-kernel.xml
388 ===================================================================
389 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v
390 retrieving revision 1.4
391 retrieving revision 1.5
392 diff -u -r1.4 -r1.5
393 --- hb-install-sparc-kernel.xml 6 Oct 2005 19:56:01 -0000 1.4
394 +++ hb-install-sparc-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
395 @@ -4,12 +4,12 @@
396 <!-- The content of this document is licensed under the CC-BY-SA license -->
397 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
398
399 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.4 2005/10/06 19:56:01 jkt Exp $ -->
400 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
401
402 <sections>
403
404 -<version>5.2</version>
405 -<date>2005-10-06</date>
406 +<version>5.3</version>
407 +<date>2005-11-21</date>
408
409 <section>
410 <title>Timezone</title>
411 @@ -17,8 +17,8 @@
412
413 <p>
414 You first need to select your timezone so that your system knows where it is
415 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
416 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
417 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
418 +it to <path>/etc/localtime</path>. Please avoid the
419 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
420 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
421 </p>
422 @@ -26,7 +26,7 @@
423 <pre caption="Setting the timezone information">
424 # <i>ls /usr/share/zoneinfo</i>
425 <comment>(Suppose you want to use GMT)</comment>
426 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
427 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
428 </pre>
429
430 </body>
431 @@ -53,6 +53,8 @@
432
433 <p>
434 Choose your kernel source and install it using <c>emerge</c>.
435 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
436 +dependencies at this point:
437 </p>
438
439 <p>
440 @@ -61,7 +63,7 @@
441 </p>
442
443 <pre caption="Installing a kernel source">
444 -# <i>emerge sparc-sources</i>
445 +# <i>USE="-doc" emerge sparc-sources</i>
446 </pre>
447
448 <p>
449
450
451
452 1.5 +9 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml
453
454 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
455 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
456 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
457
458 Index: hb-install-x86-kernel.xml
459 ===================================================================
460 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v
461 retrieving revision 1.4
462 retrieving revision 1.5
463 diff -u -r1.4 -r1.5
464 --- hb-install-x86-kernel.xml 21 Aug 2005 17:47:46 -0000 1.4
465 +++ hb-install-x86-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
466 @@ -4,12 +4,12 @@
467 <!-- The content of this document is licensed under the CC-BY-SA license -->
468 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
469
470 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.4 2005/08/21 17:47:46 neysx Exp $ -->
471 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
472
473 <sections>
474
475 -<version>5.2</version>
476 -<date>2005-08-21</date>
477 +<version>5.3</version>
478 +<date>2005-11-21</date>
479
480 <section>
481 <title>Timezone</title>
482 @@ -17,8 +17,8 @@
483
484 <p>
485 You first need to select your timezone so that your system knows where it is
486 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then make
487 -a symlink to <path>/etc/localtime</path> using <c>ln</c>. Please avoid the
488 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
489 +it to <path>/etc/localtime</path>. Please avoid the
490 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
491 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
492 </p>
493 @@ -26,7 +26,7 @@
494 <pre caption="Setting the timezone information">
495 # <i>ls /usr/share/zoneinfo</i>
496 <comment>(Suppose you want to use GMT)</comment>
497 -# <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i>
498 +# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
499 </pre>
500
501 </body>
502 @@ -62,10 +62,12 @@
503
504 <p>
505 Choose your kernel source and install it using <c>emerge</c>.
506 +The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
507 +dependencies at this point:
508 </p>
509
510 <pre caption="Installing a kernel source">
511 -# <i>emerge gentoo-sources</i>
512 +# <i>USE="-doc" emerge gentoo-sources</i>
513 </pre>
514
515 <p>
516
517
518
519 --
520 gentoo-doc-cvs@g.o mailing list