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: Sun, 08 Jan 2006 14:05:54
Message-Id: 200601081405.k08E5WxL025298@robin.gentoo.org
1 neysx 06/01/08 14:05:30
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 #118031 hb-install-*-kernel.xml files need TLC
13
14 Revision Changes Path
15 1.7 +14 -32 xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml
16
17 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
18 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
19 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
20
21 Index: hb-install-alpha-kernel.xml
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml,v
24 retrieving revision 1.6
25 retrieving revision 1.7
26 diff -u -r1.6 -r1.7
27 --- hb-install-alpha-kernel.xml 21 Nov 2005 15:37:13 -0000 1.6
28 +++ hb-install-alpha-kernel.xml 8 Jan 2006 14:05:30 -0000 1.7
29 @@ -4,12 +4,12 @@
30 <!-- The content of this document is licensed under the CC-BY-SA license -->
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32
33 -<!-- $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 $ -->
34 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-kernel.xml,v 1.7 2006/01/08 14:05:30 neysx Exp $ -->
35
36 <sections>
37
38 -<version>5.4</version>
39 -<date>2005-11-21</date>
40 +<version>5.5</version>
41 +<date>2006-01-06</date>
42
43 <section>
44 <title>Timezone</title>
45 @@ -50,9 +50,11 @@
46 </p>
47
48 <p>
49 -Choose your kernel source and install it using <c>emerge</c>.
50 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
51 -dependencies at this point:
52 +Choose your kernel source and install it using <c>emerge</c>. The
53 +<c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
54 +dependencies at this point. <c>USE="symlink"</c> is not necessary for a new
55 +install, but ensures proper creation of the <path>/usr/src/linux</path>
56 +symlink.
57 </p>
58
59 <p>
60 @@ -61,12 +63,14 @@
61 </p>
62
63 <pre caption="Installing a kernel source">
64 -# <i>USE="-doc" emerge vanilla-sources</i>
65 +# <i>USE="-doc symlink" emerge vanilla-sources</i>
66 </pre>
67
68 <p>
69 When you take a look in <path>/usr/src</path> you should see a symlink called
70 -<path>linux</path> pointing to your kernel source:
71 +<path>linux</path> pointing to your kernel source. In this case, the installed
72 +kernel source points to <c>vanilla-sources-2.6.11.2</c>. Your version may be
73 +different, so keep this in mind.
74 </p>
75
76 <pre caption="Viewing the kernel source symlink">
77 @@ -75,17 +79,6 @@
78 </pre>
79
80 <p>
81 -If this isn't the case (i.e. the symlink points to a different kernel source)
82 -change the symlink before you continue:
83 -</p>
84 -
85 -<pre caption="Changing the kernel source symlink">
86 -# <i>rm /usr/src/linux</i>
87 -# <i>cd /usr/src</i>
88 -# <i>ln -s linux-2.6.11.2 linux</i>
89 -</pre>
90 -
91 -<p>
92 Now it is time to configure and compile your kernel source. You
93 can use <c>genkernel</c> for this, which will build a generic kernel as used
94 by the Installation CD. We explain the "manual" configuration first though, as it is
95 @@ -175,7 +168,6 @@
96 File systems ---&gt;
97 Pseudo Filesystems ---&gt;
98 [*] /proc file system support
99 - [ ] /dev file system support (OBSOLETE)
100 [*] Virtual memory file system support (former shm fs)
101
102 <comment>(Select one or more of the following options as needed by your system)</comment>
103 @@ -304,9 +296,8 @@
104
105 <p>
106 When the kernel has finished compiling, copy the kernel image to
107 -<path>/boot</path>. In the next example we assume you have configured and
108 -compiled <c>vanilla-sources-2.6.11.2</c>; recent kernels might create
109 -<path>vmlinux</path> instead of <path>vmlinux.gz</path>.
110 +<path>/boot</path>. Recent kernels might create <path>vmlinux</path> instead of
111 +<path>vmlinux.gz</path>. Keep this in mind when you copy your kernel image.
112 </p>
113
114 <pre caption="Installing the kernel">
115 @@ -314,15 +305,6 @@
116 </pre>
117
118 <p>
119 -It is also wise to copy over your kernel configuration file to
120 -<path>/boot</path>, just in case :)
121 -</p>
122 -
123 -<pre caption="Backing up your kernel configuration">
124 -# <i>cp .config /boot/config-2.6.11.2</i>
125 -</pre>
126 -
127 -<p>
128 Now continue with <uri link="#kernel_modules">Installing Separate Kernel
129 Modules</uri>.
130 </p>
131
132
133
134 1.7 +18 -33 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml
135
136 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
137 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
138 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
139
140 Index: hb-install-amd64-kernel.xml
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v
143 retrieving revision 1.6
144 retrieving revision 1.7
145 diff -u -r1.6 -r1.7
146 --- hb-install-amd64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
147 +++ hb-install-amd64-kernel.xml 8 Jan 2006 14:05:30 -0000 1.7
148 @@ -4,12 +4,12 @@
149 <!-- The content of this document is licensed under the CC-BY-SA license -->
150 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
151
152 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
153 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.7 2006/01/08 14:05:30 neysx Exp $ -->
154
155 <sections>
156
157 -<version>5.4</version>
158 -<date>2005-11-24</date>
159 +<version>5.5</version>
160 +<date>2006-01-06</date>
161
162 <section>
163 <title>Timezone</title>
164 @@ -52,18 +52,22 @@
165 </p>
166
167 <p>
168 -Choose your kernel source and install it using <c>emerge</c>.
169 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
170 -dependencies at this point:
171 +Choose your kernel source and install it using <c>emerge</c>. The
172 +<c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
173 +dependencies at this point. <c>USE="symlink"</c> is not necessary for a new
174 +install, but ensures proper creation of the <path>/usr/src/linux</path>
175 +symlink.
176 </p>
177
178 <pre caption="Installing a kernel source">
179 -# <i>USE="-doc" emerge gentoo-sources</i>
180 +# <i>USE="-doc symlink" emerge gentoo-sources</i>
181 </pre>
182
183 <p>
184 When you take a look in <path>/usr/src</path> you should see a symlink called
185 -<path>linux</path> pointing to your kernel source:
186 +<path>linux</path> pointing to your kernel source. In this case, the installed
187 +kernel source points to <c>gentoo-sources-2.6.12-r10</c>. Your version may be
188 +different, so keep this in mind.
189 </p>
190
191 <pre caption="Viewing the kernel source symlink">
192 @@ -72,17 +76,6 @@
193 </pre>
194
195 <p>
196 -If this isn't the case (i.e. the symlink points to a different kernel source)
197 -change the symlink before you continue:
198 -</p>
199 -
200 -<pre caption="Changing the kernel source symlink">
201 -# <i>rm /usr/src/linux</i>
202 -# <i>cd /usr/src</i>
203 -# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
204 -</pre>
205 -
206 -<p>
207 Now it is time to configure and compile your kernel source.
208 You can use <c>genkernel</c> for this, which will build a generic kernel as used
209 by the Installation CD. We explain the "manual" configuration first though, as
210 @@ -173,15 +166,13 @@
211 Now go to <c>File Systems</c> and select support for the filesystems you use.
212 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
213 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
214 -file system</c>. Do <e>not</e> select <c>/dev file system</c> since 2005.1/AMD64
215 -uses <c>udev</c> by default.
216 +file system</c>.
217 </p>
218
219 <pre caption="Selecting necessary file systems">
220 File systems ---&gt;
221 Pseudo Filesystems ---&gt;
222 &lt;*&gt; /proc file system support
223 - &lt; &gt; /dev file system support (OBSOLETE)
224 &lt;*&gt; Virtual memory file system support (former shm fs)
225
226
227 @@ -261,20 +252,14 @@
228
229 <p>
230 When the kernel has finished compiling, copy the kernel image to
231 -<path>/boot</path>:
232 +<path>/boot</path>. Use whatever name you feel is appropriate for your kernel
233 +choice and remember it as you will need it later on when you configure your
234 +bootloader. Remember to replace <path>&lt;kernel-version&gt;</path> with the
235 +name and version of your kernel.
236 </p>
237
238 <pre caption="Installing the kernel">
239 -# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
240 -</pre>
241 -
242 -<p>
243 -It is also wise to copy over your kernel configuration file to
244 -<path>/boot</path>, just in case :)
245 -</p>
246 -
247 -<pre caption="Backing up your kernel configuration">
248 -# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
249 +# <i>cp arch/x86_64/boot/bzImage /boot/&lt;kernel-version&gt;</i>
250 </pre>
251
252 <p>
253
254
255
256 1.7 +22 -38 xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml
257
258 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
259 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
260 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
261
262 Index: hb-install-hppa-kernel.xml
263 ===================================================================
264 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml,v
265 retrieving revision 1.6
266 retrieving revision 1.7
267 diff -u -r1.6 -r1.7
268 --- hb-install-hppa-kernel.xml 21 Nov 2005 15:37:13 -0000 1.6
269 +++ hb-install-hppa-kernel.xml 8 Jan 2006 14:05:30 -0000 1.7
270 @@ -4,12 +4,12 @@
271 <!-- The content of this document is licensed under the CC-BY-SA license -->
272 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
273
274 -<!-- $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 $ -->
275 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-kernel.xml,v 1.7 2006/01/08 14:05:30 neysx Exp $ -->
276
277 <sections>
278
279 -<version>5.4</version>
280 -<date>2005-11-21</date>
281 +<version>5.5</version>
282 +<date>2006-01-06</date>
283
284 <section>
285 <title>Timezone</title>
286 @@ -46,21 +46,25 @@
287 </p>
288
289 <p>
290 -For HPPA we have <c>hppa-sources</c>. Default these sources are based on
291 -the 2.6 kernel sources. If you want to install a 2.4 kernel, you will need
292 -to install Gentoo from a working Internet connection as we do not supply those
293 -sources on our Installation CD. Continue by installing the kernel source.
294 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
295 -dependencies at this point:
296 +For HPPA we have <c>hppa-sources</c>. Default these sources are based on the
297 +2.6 kernel sources. If you want to install a 2.4 kernel, you will need to
298 +install Gentoo from a working Internet connection as we do not supply those
299 +sources on our Installation CD. Continue by installing the kernel source. The
300 +<c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
301 +dependencies at this point. <c>USE="symlink"</c> is not necessary for a new
302 +install, but ensures proper creation of the <path>/usr/src/linux</path>
303 +symlink.
304 </p>
305
306 <pre caption="Installing a kernel source">
307 -# <i>USE="-doc" emerge hppa-sources</i>
308 +# <i>USE="-doc symlink" emerge hppa-sources</i>
309 </pre>
310
311 <p>
312 When you take a look in <path>/usr/src</path> you should see a symlink called
313 -<path>linux</path> pointing to your kernel source:
314 +<path>linux</path> pointing to your kernel source. In this case, the installed
315 +kernel source points to <c>hppa-sources-2.6.12.2-pa2</c>. Your version may be
316 +different, so keep this in mind.
317 </p>
318
319 <pre caption="Viewing the kernel source symlink">
320 @@ -69,17 +73,6 @@
321 </pre>
322
323 <p>
324 -If this isn't the case (i.e. the symlink points to a different kernel source)
325 -change the symlink before you continue:
326 -</p>
327 -
328 -<pre caption="Changing the kernel source symlink">
329 -# <i>rm /usr/src/linux</i>
330 -# <i>cd /usr/src</i>
331 -# <i>ln -s linux-2.6.12.2-pa2 linux</i>
332 -</pre>
333 -
334 -<p>
335 Now it is time to configure and compile your kernel source. All architectures
336 can use <c>genkernel</c> for this, which will build a generic kernel as used
337 by the Installation CD. We explain the "manual" configuration first though, as
338 @@ -157,16 +150,14 @@
339 <p>
340 Now go to <c>File Systems</c> and select support for the filesystems you use.
341 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
342 -able to mount your partitions. Also select <c>Virtual memory</c>, <c>/proc
343 -file system</c>, <c>/dev file system</c> + <c>Automatically mount at boot</c>:
344 +able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
345 +file system</c>.
346 </p>
347
348 <pre caption="Selecting necessary file systems">
349 File systems ---&gt;
350 Pseudo Filesystems ---&gt;
351 [*] /proc file system support
352 - [*] /dev file system support (OBSOLETE)
353 - [*] Automatically mount at boot
354 [*] Virtual memory file system support (former shm fs)
355
356 <comment>(Select one or more of the following options as needed by your system)</comment>
357 @@ -268,21 +259,14 @@
358
359 <p>
360 When the kernel has finished compiling, copy the kernel image to
361 -<path>/boot</path>. In the next example we assume you have configured and
362 -compiled <c>hppa-sources-2.6.12.2-pa2</c>.
363 +<path>/boot</path>. Use whatever name you feel is appropriate for your kernel
364 +choice and remember it as you will need it later on when you configure your
365 +bootloader. Remember to replace <path>&lt;kernel-version&gt;</path> with the
366 +name and version of your kernel.
367 </p>
368
369 <pre caption="Installing the kernel">
370 -# <i>cp vmlinux /boot/kernel-2.6.12.2-pa2</i>
371 -</pre>
372 -
373 -<p>
374 -It is also wise to copy over your kernel configuration file to
375 -<path>/boot</path>, just in case :)
376 -</p>
377 -
378 -<pre caption="Backing up your kernel configuration">
379 -# <i>cp .config /boot/config-2.6.12.2-pa2</i>
380 +# <i>cp vmlinux /boot/&lt;kernel-version&gt;</i>
381 </pre>
382
383 <p>
384
385
386
387 1.8 +21 -38 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml
388
389 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
390 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
391 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
392
393 Index: hb-install-ppc-kernel.xml
394 ===================================================================
395 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml,v
396 retrieving revision 1.7
397 retrieving revision 1.8
398 diff -u -r1.7 -r1.8
399 --- hb-install-ppc-kernel.xml 21 Nov 2005 15:37:13 -0000 1.7
400 +++ hb-install-ppc-kernel.xml 8 Jan 2006 14:05:30 -0000 1.8
401 @@ -4,12 +4,12 @@
402 <!-- The content of this document is licensed under the CC-BY-SA license -->
403 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
404
405 -<!-- $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 $ -->
406 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-kernel.xml,v 1.8 2006/01/08 14:05:30 neysx Exp $ -->
407
408 <sections>
409
410 -<version>5.3</version>
411 -<date>2005-11-21</date>
412 +<version>5.4</version>
413 +<date>2006-01-06</date>
414
415 <section>
416 <title>Timezone</title>
417 @@ -46,27 +46,32 @@
418 </p>
419
420 <p>
421 -We suggest using either <c>vanilla-sources</c> or <c>gentoo-sources</c>
422 -on PPC, which are both 2.6 kernels. The latter is available when you
423 -perform a networkless installation. So let's continue with <c>emerge</c>'ing
424 -the kernel sources.
425 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
426 -dependencies at this point:
427 +We suggest using either <c>vanilla-sources</c> or <c>gentoo-sources</c> on PPC,
428 +which are both 2.6 kernels. The latter is available when you perform a
429 +networkless installation. So let's continue with <c>emerge</c>'ing the kernel
430 +sources. The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or
431 +other dependencies at this point. <c>USE="symlink"</c> is not necessary for a
432 +new install, but ensures proper creation of the <path>/usr/src/linux</path>
433 +symlink.
434 </p>
435
436 <pre caption="Installing a kernel source">
437 -# <i>USE="-doc" emerge gentoo-sources</i>
438 +# <i>USE="-doc symlink" emerge gentoo-sources</i>
439 </pre>
440
441 +<!-- Removed, as we're trying to avoid specific kernel versions to improve HB
442 +maintainability
443 <note>
444 The suggested sources at the time of the 2005.1 release are
445 <c>gentoo-sources-2.6.12-r6</c> and <c>vanilla-sources-2.6.12.2</c>.
446 </note>
447 +-->
448
449 <p>
450 If you take a look in <path>/usr/src</path> you should see a symlink named
451 -<path>linux</path> pointing to your current kernel source. Here, we will assume
452 -that the kernel source installed is <c>gentoo-sources-2.6.12-r6</c>:
453 +<path>linux</path> pointing to your current kernel source. In this case, the
454 +installed kernel source points to <c>gentoo-sources-2.6.12-r6</c>. Your version
455 +may be different, so keep this in mind.
456 </p>
457
458 <pre caption="Viewing the kernel source symlink">
459 @@ -75,18 +80,6 @@
460 </pre>
461
462 <p>
463 -If the symlink doesn't point to the kernel source of your choice (note that
464 -<c>linux-2.6.12-gentoo-r6</c> is merely an example) you should change it to the
465 -desired kernel sources:
466 -</p>
467 -
468 -<pre caption="Changing the kernel source symlink">
469 -# <i>rm /usr/src/linux</i>
470 -# <i>cd /usr/src</i>
471 -# <i>ln -s linux-2.6.12-gentoo-r6 linux</i>
472 -</pre>
473 -
474 -<p>
475 Now it is time to configure and compile your kernel source. You
476 can use <c>genkernel</c> for this, which will build a generic kernel as used
477 by the Installation CD. We explain the "manual" configuration first though, as
478 @@ -172,14 +165,13 @@
479 Now go to <c>File Systems</c> and select support for the filesystems you use.
480 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
481 able to mount your partitions. Also select <c>/proc file system</c> and
482 -<c>Virtual memory</c>. Do <e>not</e> select the <c>/dev file system</c>.
483 +<c>Virtual memory</c>.
484 </p>
485
486 <pre caption="Selecting necessary file systems">
487 File systems ---&gt;
488 Pseudo Filesystems ---&gt;
489 [*] /proc file system support
490 - [ ] /dev file system support (OBSOLETE)
491 [*] Virtual memory file system support (former shm fs)
492
493 <comment>(Select one or more of the following options as needed by your system)</comment>
494 @@ -315,18 +307,9 @@
495 </p>
496
497 <pre caption="Installing the kernel">
498 -<comment>replace 2.6.12 with your kernel-version</comment>
499 -(Apple/IBM) # <i>cp vmlinux /boot/kernel-2.6.12</i>
500 -(Pegasos) # <i>cp arch/ppc/boot/images/zImage.chrp /boot/kernel-2.6.12</i>
501 -</pre>
502 -
503 -<p>
504 -It is also wise to copy over your kernel configuration file to
505 -<path>/boot</path>, just in case :)
506 -</p>
507 -
508 -<pre caption="Backing up your kernel configuration">
509 -# <i>cp .config /boot/config-2.6.12-gentoo-r6</i>
510 +<comment>replace &lt;kernel-version&gt; with your kernel version</comment>
511 +(Apple/IBM) # <i>cp vmlinux /boot/&lt;kernel-version&gt;</i>
512 +(Pegasos) # <i>cp arch/ppc/boot/images/zImage.chrp /boot/&lt;kernel-version&gt;</i>
513 </pre>
514
515 <p>
516
517
518
519 1.6 +15 -31 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml
520
521 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
522 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
523 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
524
525 Index: hb-install-ppc64-kernel.xml
526 ===================================================================
527 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v
528 retrieving revision 1.5
529 retrieving revision 1.6
530 diff -u -r1.5 -r1.6
531 --- hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.5
532 +++ hb-install-ppc64-kernel.xml 8 Jan 2006 14:05:30 -0000 1.6
533 @@ -4,12 +4,12 @@
534 <!-- The content of this document is licensed under the CC-BY-SA license -->
535 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
536
537 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ -->
538 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.6 2006/01/08 14:05:30 neysx Exp $ -->
539
540 <sections>
541
542 -<version>5.4</version>
543 -<date>2005-11-24</date>
544 +<version>5.5</version>
545 +<date>2006-01-06</date>
546
547 <section>
548 <title>Timezone</title>
549 @@ -47,18 +47,21 @@
550
551 <p>
552 For PPC64 you should use <c>gentoo-sources</c>. So let's continue with
553 -<c>emerge</c>'ing the kernel sources.
554 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
555 -dependencies at this point:
556 +<c>emerge</c>'ing the kernel sources. The <c>USE="-doc"</c> is necessary to
557 +avoid installing xorg-x11 or other dependencies at this point.
558 +<c>USE="symlink"</c> is not necessary for a new install, but ensures proper
559 +creation of the <path>/usr/src/linux</path> symlink.
560 </p>
561
562 <pre caption="Installing a kernel source">
563 -# <i>USE="-doc" emerge gentoo-sources</i>
564 +# <i>USE="-doc symlink" emerge gentoo-sources</i>
565 </pre>
566
567 <p>
568 -When you take a look in <path>/usr/src</path> you should see a symlink
569 -called <path>linux</path> pointing to your kernel source:
570 +When you take a look in <path>/usr/src</path> you should see a symlink called
571 +<path>linux</path> pointing to your kernel source. In this case, the installed
572 +kernel source points to <c>gentoo-sources-2.6.12-r10</c>. Your version may be
573 +different, so keep this in mind.
574 </p>
575
576 <pre caption="Viewing the kernel source symlink">
577 @@ -67,17 +70,6 @@
578 </pre>
579
580 <p>
581 -If this isn't the case (i.e. the symlink points to a different kernel
582 -source) change the symlink before you continue:
583 -</p>
584 -
585 -<pre caption="Changing the kernel source symlink">
586 -# <i>rm /usr/src/linux</i>
587 -# <i>cd /usr/src</i>
588 -# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
589 -</pre>
590 -
591 -<p>
592 Now it is time to configure and compile your kernel source. There is the
593 ability to use "genkernel" which would create a generic kernel like the
594 ones used on the installation CDs, but it is not fully functional for PPC64 at
595 @@ -245,20 +237,12 @@
596
597 <p>
598 When the kernel has finished compiling, copy the kernel image to
599 -<path>/boot</path>.
600 +<path>/boot</path>. Remember to replace <path>&lt;kernel-version&lt;</path>
601 +with your actual kernel version:
602 </p>
603
604 <pre caption="Installing the kernel">
605 -# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i>
606 -</pre>
607 -
608 -<p>
609 -It is also wise to copy over your kernel configuration file to
610 -<path>/boot</path>, just in case :)
611 -</p>
612 -
613 -<pre caption="Backing up your kernel configuration">
614 -# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
615 +# <i>cp vmlinux /boot/&lt;kernel-version&lt;</i>
616 </pre>
617
618 <p>
619
620
621
622 1.7 +19 -40 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml
623
624 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
625 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
626 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
627
628 Index: hb-install-sparc-kernel.xml
629 ===================================================================
630 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v
631 retrieving revision 1.6
632 retrieving revision 1.7
633 diff -u -r1.6 -r1.7
634 --- hb-install-sparc-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
635 +++ hb-install-sparc-kernel.xml 8 Jan 2006 14:05:30 -0000 1.7
636 @@ -4,12 +4,12 @@
637 <!-- The content of this document is licensed under the CC-BY-SA license -->
638 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
639
640 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
641 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.7 2006/01/08 14:05:30 neysx Exp $ -->
642
643 <sections>
644
645 -<version>5.4</version>
646 -<date>2005-11-24</date>
647 +<version>5.5</version>
648 +<date>2006-01-06</date>
649
650 <section>
651 <title>Timezone</title>
652 @@ -52,23 +52,22 @@
653 </p>
654
655 <p>
656 -Choose your kernel source and install it using <c>emerge</c>.
657 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
658 -dependencies at this point:
659 -</p>
660 -
661 -<p>
662 -In the next example we install the <c>sparc-sources</c>.
663 -Of course substitute with your choice of sources, this is merely an example:
664 +In the next example we install the <c>sparc-sources</c>. Of course substitute
665 +with your choice of sources, this is merely an example. The <c>USE="-doc"</c>
666 +is necessary to avoid installing xorg-x11 or other dependencies at this point.
667 +<c>USE="symlink"</c> is not necessary for a new install, but ensures proper
668 +creation of the <path>/usr/src/linux</path> symlink.
669 </p>
670
671 <pre caption="Installing a kernel source">
672 -# <i>USE="-doc" emerge sparc-sources</i>
673 +# <i>USE="-doc symlink" emerge sparc-sources</i>
674 </pre>
675
676 <p>
677 When you take a look in <path>/usr/src</path> you should see a symlink called
678 -<path>linux</path> pointing to your kernel source:
679 +<path>linux</path> pointing to your kernel source. In this case, the installed
680 +kernel source points to <c>sparc-sources-2.4.31</c>. Your version may be
681 +different, so keep this in mind.
682 </p>
683
684 <pre caption="Viewing the kernel source symlink">
685 @@ -77,17 +76,6 @@
686 </pre>
687
688 <p>
689 -If this isn't the case (i.e. the symlink points to a different kernel source)
690 -change the symlink before you continue:
691 -</p>
692 -
693 -<pre caption="Changing the kernel source symlink">
694 -# <i>rm /usr/src/linux</i>
695 -# <i>cd /usr/src</i>
696 -# <i>ln -s linux-2.4.31-sparc linux</i>
697 -</pre>
698 -
699 -<p>
700 Now it is time to configure and compile your kernel source.
701 </p>
702
703 @@ -153,16 +141,15 @@
704 <p>
705 Now go to <c>File Systems</c> and select support for the filesystems you use.
706 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
707 -able to mount your partitions. Also select <c>Virtual memory</c>, <c>/proc
708 -file system</c>, <c>/dev file system</c> + <c>Automatically mount at boot</c>:
709 +able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
710 +file system</c>. If you are running a 2.4 kernel, you should also select
711 +<c>/dev file system</c> + <c>Automatically mount at boot</c>:
712 </p>
713
714 <pre caption="Selecting necessary file systems">
715 File systems ---&gt;
716 [*] Virtual memory file system support (former shm fs)
717 [*] /proc file system support
718 - [*] /dev file system support (EXPERIMENTAL)
719 - [*] Automatically mount at boot
720 [ ] /dev/pts file system for Unix98 PTYs
721
722 <comment>(Select one or more of the following options as needed by your system)</comment>
723 @@ -289,24 +276,16 @@
724
725 <p>
726 When the kernel has finished compiling, copy the kernel image to
727 -<path>/boot</path>.
728 +<path>/boot</path>. Remember to replace <path>&lt;kernel-version&gt;</path>
729 +with your actual kernel version.
730 </p>
731
732 <pre caption="Installing the kernel">
733 <comment>(sparc32)</comment>
734 -# <i>cp vmlinux /boot/kernel-2.4.31</i>
735 +# <i>cp vmlinux /boot/&lt;kernel-version&gt;</i>
736
737 <comment>(sparc64)</comment>
738 -# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.31</i>
739 -</pre>
740 -
741 -<p>
742 -It is also wise to copy over your kernel configuration file to
743 -<path>/boot</path>, just in case :)
744 -</p>
745 -
746 -<pre caption="Backing up your kernel configuration">
747 -# <i>cp .config /boot/config-2.4.31</i>
748 +# <i>cp arch/sparc64/boot/image /boot/&lt;kernel-version&gt;</i>
749 </pre>
750
751 <p>
752
753
754
755 1.7 +18 -37 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml
756
757 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
758 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
759 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
760
761 Index: hb-install-x86-kernel.xml
762 ===================================================================
763 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v
764 retrieving revision 1.6
765 retrieving revision 1.7
766 diff -u -r1.6 -r1.7
767 --- hb-install-x86-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
768 +++ hb-install-x86-kernel.xml 8 Jan 2006 14:05:30 -0000 1.7
769 @@ -4,12 +4,12 @@
770 <!-- The content of this document is licensed under the CC-BY-SA license -->
771 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
772
773 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
774 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.7 2006/01/08 14:05:30 neysx Exp $ -->
775
776 <sections>
777
778 -<version>5.4</version>
779 -<date>2005-11-24</date>
780 +<version>5.5</version>
781 +<date>2006-01-06</date>
782
783 <section>
784 <title>Timezone</title>
785 @@ -61,19 +61,22 @@
786 </p>
787
788 <p>
789 -Choose your kernel source and install it using <c>emerge</c>.
790 -The <c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
791 -dependencies at this point:
792 +Choose your kernel source and install it using <c>emerge</c>. The
793 +<c>USE="-doc"</c> is necessary to avoid installing xorg-x11 or other
794 +dependencies at this point. <c>USE="symlink"</c> is not necessary for a new
795 +install, but ensures proper creation of the <path>/usr/src/linux</path>
796 +symlink.
797 </p>
798
799 <pre caption="Installing a kernel source">
800 -# <i>USE="-doc" emerge gentoo-sources</i>
801 +# <i>USE="-doc symlink" emerge gentoo-sources</i>
802 </pre>
803
804 <p>
805 When you take a look in <path>/usr/src</path> you should see a symlink called
806 -<path>linux</path> pointing to your kernel source. We will assume the kernel
807 -source installed is <c>gentoo-sources-2.6.12-r10</c>:
808 +<path>linux</path> pointing to your kernel source. In this case, the installed
809 +kernel source points to <c>gentoo-sources-2.6.12-r10</c>. Your version may be
810 +different, so keep this in mind.
811 </p>
812
813 <pre caption="Viewing the kernel source symlink">
814 @@ -82,18 +85,6 @@
815 </pre>
816
817 <p>
818 -If the symlink doesn't point to the kernel source of your choice (note that
819 -<c>linux-2.6.12-gentoo-r10</c> is merely an example) you should change it to the
820 -right kernel:
821 -</p>
822 -
823 -<pre caption="Changing the kernel source symlink">
824 -# <i>rm /usr/src/linux</i>
825 -# <i>cd /usr/src</i>
826 -# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
827 -</pre>
828 -
829 -<p>
830 Now it is time to configure and compile your kernel source. You
831 can use <c>genkernel</c> for this, which will build a generic kernel as used
832 by the Installation CD. We explain the "manual" configuration first though, as
833 @@ -179,14 +170,13 @@
834 Now go to <c>File Systems</c> and select support for the filesystems you use.
835 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
836 able to mount your partitions. Also select <c>/proc file system</c> and
837 -<c>Virtual memory</c>. Do <e>not</e> select the <c>/dev file system</c>.
838 +<c>Virtual memory</c>.
839 </p>
840
841 <pre caption="Selecting necessary file systems">
842 File systems ---&gt;
843 Pseudo Filesystems ---&gt;
844 &lt;*&gt; /proc file system support
845 - &lt; &gt; /dev file system support (OBSOLETE)
846 &lt;*&gt; Virtual memory file system support (former shm fs)
847
848
849 @@ -295,23 +285,14 @@
850
851 <p>
852 When the kernel has finished compiling, copy the kernel image to
853 -<path>/boot</path>. From here onwards we assume that the kernel you are
854 -installing is the 2.6.12-r10 version of the <c>gentoo-sources</c>. Use whatever
855 -name you feel is appropriate for your choice and remember it as you will need
856 -it later on when you configure your bootloader.
857 +<path>/boot</path>. Use whatever name you feel is appropriate for your kernel
858 +choice and remember it as you will need it later on when you configure your
859 +bootloader. Remember to replace <path>&lt;kernel-version&gt;</path> with the
860 +name and version of your kernel.
861 </p>
862
863 <pre caption="Installing the kernel">
864 -# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
865 -</pre>
866 -
867 -<p>
868 -It is also wise to copy over your kernel configuration file to
869 -<path>/boot</path>, just in case :)
870 -</p>
871 -
872 -<pre caption="Backing up your kernel configuration">
873 -# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
874 +# <i>cp arch/i386/boot/bzImage /boot/&lt;kernel-version&gt;</i>
875 </pre>
876
877 <p>
878
879
880
881 --
882 gentoo-doc-cvs@g.o mailing list