Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-kernel.xml hb-install-arm-kernel.xml hb-install-hppa-kernel.xml hb-install-ia64-kernel.xml hb-install-kernelmodules.xml hb-install-mips-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Mon, 03 Mar 2008 08:11:19
Message-Id: E1JW5lR-0001rw-IF@stork.gentoo.org
1 nightmorph 08/03/03 08:11:13
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
11 hb-install-x86+amd64-kernel.xml
12 Added: hb-install-kernelmodules.xml
13 Log:
14 added kernel module configuration include. also fixed the PPC handbook to be just like the other handbooks in terms of steps, to make the include possible. the include is for the bit about editing kernel-2.6 with required modules and so on.
15
16 Revision Changes Path
17 1.25 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml
18
19 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.25&view=markup
20 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.25&content-type=text/plain
21 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.24&r2=1.25
22
23 Index: hb-install-alpha-kernel.xml
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
26 retrieving revision 1.24
27 retrieving revision 1.25
28 diff -u -r1.24 -r1.25
29 --- hb-install-alpha-kernel.xml 1 Mar 2008 07:03:30 -0000 1.24
30 +++ hb-install-alpha-kernel.xml 3 Mar 2008 08:11:13 -0000 1.25
31 @@ -4,7 +4,7 @@
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/draft/hb-install-alpha-kernel.xml,v 1.24 2008/03/01 07:03:30 nightmorph Exp $ -->
36 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.25 2008/03/03 08:11:13 nightmorph Exp $ -->
37
38 <sections>
39
40 @@ -265,8 +265,7 @@
41 </pre>
42
43 <p>
44 -Now continue with <uri link="#kernel_modules">Installing Separate Kernel
45 -Modules</uri>.
46 +Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
47 </p>
48
49 </body>
50 @@ -335,46 +334,11 @@
51 </body>
52 </section>
53 <section id="kernel_modules">
54 -<title>Installing Separate Kernel Modules</title>
55 -<subsection>
56 -<title>Configuring the Modules</title>
57 -<body>
58 -
59 -<p>
60 -You should list the modules you want automatically loaded in
61 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
62 -the modules too if you want.
63 -</p>
64 -
65 -<p>
66 -To view all available modules, run the following <c>find</c> command. Don't
67 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
68 -just compiled:
69 -</p>
70 -
71 -<pre caption="Viewing all available modules">
72 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
73 -</pre>
74 +<title>Kernel Modules</title>
75
76 -<p>
77 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
78 -<path>kernel-2.6</path> file and enter the module name in it.
79 -</p>
80 -
81 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
82 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
83 -</pre>
84 -
85 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
86 -3c59x
87 -</pre>
88 -
89 -<p>
90 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
91 -your System</uri>.
92 -</p>
93 -
94 -</body>
95 +<subsection>
96 +<include href="hb-install-kernelmodules.xml"/>
97 </subsection>
98 +
99 </section>
100 </sections>
101
102
103
104 1.9 xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.9&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.9&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?r1=1.8&r2=1.9
109
110 Index: hb-install-arm-kernel.xml
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
113 retrieving revision 1.8
114 retrieving revision 1.9
115 diff -u -r1.8 -r1.9
116 --- hb-install-arm-kernel.xml 1 Mar 2008 07:03:30 -0000 1.8
117 +++ hb-install-arm-kernel.xml 3 Mar 2008 08:11:13 -0000 1.9
118 @@ -4,7 +4,7 @@
119 <!-- The content of this document is licensed under the CC-BY-SA license -->
120 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
121
122 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v 1.8 2008/03/01 07:03:30 nightmorph Exp $ -->
123 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v 1.9 2008/03/03 08:11:13 nightmorph Exp $ -->
124
125 <sections>
126
127 @@ -285,45 +285,10 @@
128 </section>
129 <section id="kernel_modules">
130 <title>Kernel Modules</title>
131 -<subsection>
132 -<title>Configuring the Modules</title>
133 -<body>
134 -
135 -<p>
136 -You should list the modules you want automatically loaded in
137 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
138 -the modules too if you want.
139 -</p>
140 -
141 -<p>
142 -To view all available modules, run the following <c>find</c> command. Don't
143 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
144 -just compiled:
145 -</p>
146 -
147 -<pre caption="Viewing all available modules">
148 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
149 -</pre>
150
151 -<p>
152 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
153 -<path>kernel-2.6</path> file and enter the module name in it.
154 -</p>
155 -
156 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
157 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
158 -</pre>
159 -
160 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
161 -3c59x
162 -</pre>
163 -
164 -<p>
165 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
166 -your System</uri>.
167 -</p>
168 -
169 -</body>
170 +<subsection>
171 +<include href="hb-install-kernelmodules.xml"/>
172 </subsection>
173 +
174 </section>
175 </sections>
176
177
178
179 1.27 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml
180
181 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.27&view=markup
182 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.27&content-type=text/plain
183 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?r1=1.26&r2=1.27
184
185 Index: hb-install-hppa-kernel.xml
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v
188 retrieving revision 1.26
189 retrieving revision 1.27
190 diff -u -r1.26 -r1.27
191 --- hb-install-hppa-kernel.xml 1 Mar 2008 07:03:30 -0000 1.26
192 +++ hb-install-hppa-kernel.xml 3 Mar 2008 08:11:13 -0000 1.27
193 @@ -4,7 +4,7 @@
194 <!-- The content of this document is licensed under the CC-BY-SA license -->
195 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
196
197 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.26 2008/03/01 07:03:30 nightmorph Exp $ -->
198 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.27 2008/03/03 08:11:13 nightmorph Exp $ -->
199
200 <sections>
201
202 @@ -259,8 +259,7 @@
203 </pre>
204
205 <p>
206 -Now continue with <uri link="#kernel_modules">Configuring Kernel
207 -Modules</uri>.
208 +Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
209 </p>
210
211 </body>
212 @@ -329,47 +328,11 @@
213 </body>
214 </section>
215 <section id="kernel_modules">
216 -<title>Configuring Kernel Modules</title>
217 -<subsection>
218 -<title>Configuring the Modules</title>
219 -<body>
220 -
221 -<p>
222 -You should list the modules you want automatically loaded in
223 -<path>/etc/modules.autoload.d/kernel-2.6</path>.
224 -You can add extra options to the modules too if you want.
225 -</p>
226 -
227 -<p>
228 -To view all available modules, run the following <c>find</c> command. Don't
229 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
230 -just compiled:
231 -</p>
232 -
233 -<pre caption="Viewing all available modules">
234 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
235 -</pre>
236 +<title>Kernel Modules</title>
237
238 -<p>
239 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
240 -<path>kernel-2.6</path> file and enter the module
241 -name in it.
242 -</p>
243 -
244 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
245 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
246 -</pre>
247 -
248 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
249 -3c59x
250 -</pre>
251 -
252 -<p>
253 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
254 -your System</uri>.
255 -</p>
256 -
257 -</body>
258 +<subsection>
259 +<include href="hb-install-kernelmodules.xml"/>
260 </subsection>
261 +
262 </section>
263 </sections>
264
265
266
267 1.9 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml
268
269 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.9&view=markup
270 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.9&content-type=text/plain
271 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?r1=1.8&r2=1.9
272
273 Index: hb-install-ia64-kernel.xml
274 ===================================================================
275 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v
276 retrieving revision 1.8
277 retrieving revision 1.9
278 diff -u -r1.8 -r1.9
279 --- hb-install-ia64-kernel.xml 1 Mar 2008 07:03:30 -0000 1.8
280 +++ hb-install-ia64-kernel.xml 3 Mar 2008 08:11:13 -0000 1.9
281 @@ -4,7 +4,7 @@
282 <!-- The content of this document is licensed under the CC-BY-SA license -->
283 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
284
285 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v 1.8 2008/03/01 07:03:30 nightmorph Exp $ -->
286 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v 1.9 2008/03/03 08:11:13 nightmorph Exp $ -->
287
288 <sections>
289
290 @@ -336,45 +336,10 @@
291 </section>
292 <section id="kernel_modules">
293 <title>Kernel Modules</title>
294 -<subsection>
295 -<title>Configuring the Modules</title>
296 -<body>
297 -
298 -<p>
299 -You should list the modules you want automatically loaded in
300 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
301 -the modules too if you want.
302 -</p>
303 -
304 -<p>
305 -To view all available modules, run the following <c>find</c> command. Don't
306 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
307 -just compiled:
308 -</p>
309 -
310 -<pre caption="Viewing all available modules">
311 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
312 -</pre>
313
314 -<p>
315 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
316 -<path>kernel-2.6</path> file and enter the module name in it.
317 -</p>
318 -
319 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
320 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
321 -</pre>
322 -
323 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
324 -3c59x
325 -</pre>
326 -
327 -<p>
328 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
329 -your System</uri>.
330 -</p>
331 -
332 -</body>
333 +<subsection>
334 +<include href="hb-install-kernelmodules.xml"/>
335 </subsection>
336 +
337 </section>
338 </sections>
339
340
341
342 1.20 xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml
343
344 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.20&view=markup
345 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.20&content-type=text/plain
346 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?r1=1.19&r2=1.20
347
348 Index: hb-install-mips-kernel.xml
349 ===================================================================
350 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v
351 retrieving revision 1.19
352 retrieving revision 1.20
353 diff -u -r1.19 -r1.20
354 --- hb-install-mips-kernel.xml 1 Mar 2008 07:03:30 -0000 1.19
355 +++ hb-install-mips-kernel.xml 3 Mar 2008 08:11:13 -0000 1.20
356 @@ -4,7 +4,7 @@
357 <!-- The content of this document is licensed under the CC-BY-SA license -->
358 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
359
360 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.19 2008/03/01 07:03:30 nightmorph Exp $ -->
361 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.20 2008/03/03 08:11:13 nightmorph Exp $ -->
362 <sections>
363
364 <version>9.0</version>
365 @@ -290,46 +290,11 @@
366 </subsection>
367 </section>
368 <section id="kernel_modules">
369 -<title>Installing Separate Kernel Modules</title>
370 -<subsection>
371 -<title>Configuring the Modules</title>
372 -<body>
373 -
374 -<p>
375 -You should list the modules you want automatically loaded in
376 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
377 -the modules too if you want.
378 -</p>
379 -
380 -<p>
381 -To view all available modules, run the following <c>find</c> command. Don't
382 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
383 -just compiled:
384 -</p>
385 -
386 -<pre caption="Viewing all available modules">
387 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
388 -</pre>
389 +<title>Kernel Modules</title>
390
391 -<p>
392 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
393 -<path>kernel-2.6</path> file and enter the module name in it.
394 -</p>
395 -
396 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
397 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
398 -</pre>
399 -
400 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
401 -3c59x
402 -</pre>
403 -
404 -<p>
405 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring your
406 -System</uri>.
407 -</p>
408 -
409 -</body>
410 +<subsection>
411 +<include href="hb-install-kernelmodules.xml"/>
412 </subsection>
413 +
414 </section>
415 </sections>
416
417
418
419 1.44 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml
420
421 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.44&view=markup
422 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.44&content-type=text/plain
423 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?r1=1.43&r2=1.44
424
425 Index: hb-install-ppc-kernel.xml
426 ===================================================================
427 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v
428 retrieving revision 1.43
429 retrieving revision 1.44
430 diff -u -r1.43 -r1.44
431 --- hb-install-ppc-kernel.xml 1 Mar 2008 07:03:30 -0000 1.43
432 +++ hb-install-ppc-kernel.xml 3 Mar 2008 08:11:13 -0000 1.44
433 @@ -4,7 +4,7 @@
434 <!-- The content of this document is licensed under the CC-BY-SA license -->
435 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
436
437 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v 1.43 2008/03/01 07:03:30 nightmorph Exp $ -->
438 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v 1.44 2008/03/03 08:11:13 nightmorph Exp $ -->
439
440 <sections>
441
442 @@ -327,51 +327,7 @@
443 </pre>
444
445 <p>
446 -Now continue with <uri link="#kernel_modules">Installing Separate Kernel
447 -Modules</uri>.
448 -</p>
449 -
450 -</body>
451 -</subsection>
452 -</section>
453 -<section id="kernel_modules">
454 -<title>Installing Separate Kernel Modules</title>
455 -<subsection>
456 -<title>Configuring the Modules</title>
457 -<body>
458 -
459 -<p>
460 -You should list the modules you want automatically loaded in
461 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
462 -the modules if required.
463 -</p>
464 -
465 -<p>
466 -To view all available modules, run the following <c>find</c> command. Don't
467 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
468 -just compiled:
469 -</p>
470 -
471 -<pre caption="Viewing all available modules">
472 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
473 -</pre>
474 -
475 -<p>
476 -For instance, to automatically load the <c>3c59x</c> module, edit the
477 -<path>kernel-2.6</path> file and add the module to it, one module on a line.
478 -</p>
479 -
480 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
481 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
482 -</pre>
483 -
484 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
485 -3c59x
486 -</pre>
487 -
488 -<p>
489 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
490 -your System</uri>.
491 +Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
492 </p>
493
494 </body>
495 @@ -473,10 +429,18 @@
496 </pre>
497
498 <p>
499 -Now continue with <uri link="?part=1&amp;chap=8">Configuring your System</uri>.
500 +Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
501 </p>
502
503 </body>
504 </section>
505 +<section id="kernel_modules">
506 +<title>Kernel Modules</title>
507 +
508 +<subsection>
509 +<include href="hb-install-kernelmodules.xml"/>
510 +</subsection>
511 +
512 +</section>
513 </sections>
514
515
516
517
518 1.22 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml
519
520 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.22&view=markup
521 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.22&content-type=text/plain
522 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?r1=1.21&r2=1.22
523
524 Index: hb-install-ppc64-kernel.xml
525 ===================================================================
526 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v
527 retrieving revision 1.21
528 retrieving revision 1.22
529 diff -u -r1.21 -r1.22
530 --- hb-install-ppc64-kernel.xml 1 Mar 2008 07:03:30 -0000 1.21
531 +++ hb-install-ppc64-kernel.xml 3 Mar 2008 08:11:13 -0000 1.22
532 @@ -4,7 +4,7 @@
533 <!-- The content of this document is licensed under the CC-BY-SA license -->
534 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
535
536 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v 1.21 2008/03/01 07:03:30 nightmorph Exp $ -->
537 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v 1.22 2008/03/03 08:11:13 nightmorph Exp $ -->
538
539 <sections>
540
541 @@ -216,50 +216,18 @@
542 </pre>
543
544 <p>
545 -Now continue with <uri link="#kernel_modules">Configuring the Modules</uri>.
546 +Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
547 </p>
548
549 </body>
550 </subsection>
551 </section>
552 <section id="kernel_modules">
553 -<title>Configuring the Modules</title>
554 -<body>
555 -
556 -<p>
557 -You should list the modules you want automatically loaded in
558 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra
559 -options to the modules too if you want.
560 -</p>
561 +<title>Kernel Modules</title>
562
563 -<p>
564 -To view all available modules, run the following <c>find</c> command. Don't
565 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
566 -just compiled:
567 -</p>
568 -
569 -<pre caption="Viewing all available modules">
570 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
571 -</pre>
572 -
573 -<p>
574 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
575 -<path>kernel-2.6</path> file and enter the module name in it.
576 -</p>
577 -
578 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
579 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
580 -</pre>
581 -
582 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
583 -3c59x
584 -</pre>
585 -
586 -<p>
587 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
588 -your System</uri>.
589 -</p>
590 +<subsection>
591 +<include href="hb-install-kernelmodules.xml"/>
592 +</subsection>
593
594 -</body>
595 </section>
596 </sections>
597
598
599
600 1.29 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml
601
602 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.29&view=markup
603 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.29&content-type=text/plain
604 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?r1=1.28&r2=1.29
605
606 Index: hb-install-sparc-kernel.xml
607 ===================================================================
608 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
609 retrieving revision 1.28
610 retrieving revision 1.29
611 diff -u -r1.28 -r1.29
612 --- hb-install-sparc-kernel.xml 1 Mar 2008 07:03:30 -0000 1.28
613 +++ hb-install-sparc-kernel.xml 3 Mar 2008 08:11:13 -0000 1.29
614 @@ -4,7 +4,7 @@
615 <!-- The content of this document is licensed under the CC-BY-SA license -->
616 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
617
618 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v 1.28 2008/03/01 07:03:30 nightmorph Exp $ -->
619 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v 1.29 2008/03/03 08:11:13 nightmorph Exp $ -->
620
621 <sections>
622
623 @@ -267,54 +267,18 @@
624 </pre>
625
626 <p>
627 -Now continue with <uri link="#kernel_modules">Installing Separate Kernel
628 -Modules</uri>.
629 +Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
630 </p>
631
632 </body>
633 </subsection>
634 </section>
635 <section id="kernel_modules">
636 -<title>Installing Separate Kernel Modules</title>
637 -<subsection>
638 -<title>Configuring the Modules</title>
639 -<body>
640 -
641 -<p>
642 -You should list the modules you want automatically loaded in
643 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
644 -the modules too if you want.
645 -</p>
646 -
647 -<p>
648 -To view all available modules, run the following <c>find</c> command. Don't
649 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
650 -just compiled:
651 -</p>
652 -
653 -<pre caption="Viewing all available modules">
654 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
655 -</pre>
656 +<title>Kernel Modules</title>
657
658 -<p>
659 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
660 -<path>kernel-2.6</path> file and enter the module name in it.
661 -</p>
662 -
663 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
664 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
665 -</pre>
666 -
667 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
668 -3c59x
669 -</pre>
670 -
671 -<p>
672 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
673 -your System</uri>.
674 -</p>
675 -
676 -</body>
677 +<subsection>
678 +<include href="hb-install-kernelmodules.xml"/>
679 </subsection>
680 +
681 </section>
682 </sections>
683
684
685
686 1.11 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml
687
688 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.11&view=markup
689 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.11&content-type=text/plain
690 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?r1=1.10&r2=1.11
691
692 Index: hb-install-x86+amd64-kernel.xml
693 ===================================================================
694 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v
695 retrieving revision 1.10
696 retrieving revision 1.11
697 diff -u -r1.10 -r1.11
698 --- hb-install-x86+amd64-kernel.xml 1 Mar 2008 07:03:30 -0000 1.10
699 +++ hb-install-x86+amd64-kernel.xml 3 Mar 2008 08:11:13 -0000 1.11
700 @@ -4,7 +4,7 @@
701 <!-- The content of this document is licensed under the CC-BY-SA license -->
702 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
703
704 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v 1.10 2008/03/01 07:03:30 nightmorph Exp $ -->
705 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v 1.11 2008/03/03 08:11:13 nightmorph Exp $ -->
706
707 <sections>
708
709 @@ -445,45 +445,10 @@
710 </section>
711 <section id="kernel_modules">
712 <title>Kernel Modules</title>
713 -<subsection>
714 -<title>Configuring the Modules</title>
715 -<body>
716 -
717 -<p>
718 -You should list the modules you want automatically loaded in
719 -<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
720 -the modules too if you want.
721 -</p>
722 -
723 -<p>
724 -To view all available modules, run the following <c>find</c> command. Don't
725 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
726 -just compiled:
727 -</p>
728 -
729 -<pre caption="Viewing all available modules">
730 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
731 -</pre>
732
733 -<p>
734 -For instance, to automatically load the <c>3c59x.ko</c> module, edit the
735 -<path>kernel-2.6</path> file and enter the module name in it.
736 -</p>
737 -
738 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
739 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
740 -</pre>
741 -
742 -<pre caption="/etc/modules.autoload.d/kernel-2.6">
743 -3c59x
744 -</pre>
745 -
746 -<p>
747 -Continue the installation with <uri link="?part=1&amp;chap=8">Configuring
748 -your System</uri>.
749 -</p>
750 -
751 -</body>
752 +<subsection>
753 +<include href="hb-install-kernelmodules.xml"/>
754 </subsection>
755 +
756 </section>
757 </sections>
758
759
760
761 1.1 xml/htdocs/doc/en/handbook/draft/hb-install-kernelmodules.xml
762
763 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-kernelmodules.xml?rev=1.1&view=markup
764 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-kernelmodules.xml?rev=1.1&content-type=text/plain
765
766 Index: hb-install-kernelmodules.xml
767 ===================================================================
768 <?xml version='1.0' encoding="UTF-8"?>
769 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-kernelmodules.xml,v 1.1 2008/03/03 08:11:13 nightmorph Exp $ -->
770 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
771
772 <included>
773
774 <version>1</version>
775 <date>2008-03-02</date>
776
777 <section id="kernelmodules">
778 <title>Configuring the Modules</title>
779 <body>
780
781 <p>
782 You should list the modules you want automatically loaded in
783 <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
784 the modules too if you want.
785 </p>
786
787 <p>
788 To view all available modules, run the following <c>find</c> command. Don't
789 forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
790 just compiled:
791 </p>
792
793 <pre caption="Viewing all available modules">
794 # <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
795 </pre>
796
797 <p>
798 For instance, to automatically load the <c>3c59x.ko</c> module, edit the
799 <path>kernel-2.6</path> file and enter the module name in it.
800 </p>
801
802 <pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
803 # <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
804 </pre>
805
806 <pre caption="/etc/modules.autoload.d/kernel-2.6">
807 3c59x
808 </pre>
809
810 <p>
811 Continue the installation with <uri link="?part=1&amp;chap=8">Configuring your
812 System</uri>.
813 </p>
814
815 </body>
816 </section>
817 </included>
818
819
820
821 --
822 gentoo-doc-cvs@l.g.o mailing list