Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 40933 | Differences between
and this patch

Collapse All | Expand All

(-)2.6-koutput.xml (-5 / +10 lines)
Lines 1-5 Link Here
1
<?xml version='1.0' encoding="UTF-8"?>
1
<?xml version='1.0' encoding="UTF-8"?>
2
<!-- $Header: $ -->
2
<!-- $Header: /home/cvsroot/gentoo/xml/htdocs/doc/en/2.6-koutput.xml,v 1.1 2004/03/26 00:41:39 bennyc Exp $ -->
3
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
3
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
4
4
5
<guide link="/doc/en/2.6-koutput.xml">
5
<guide link="/doc/en/2.6-koutput.xml">
Lines 8-21 Link Here
8
<author title="Developer">
9
<author title="Developer">
9
  <mail link="latexer@gentoo.org">Peter Johanson</mail>
10
  <mail link="latexer@gentoo.org">Peter Johanson</mail>
10
</author>
11
</author>
11
12
<author title="Editor">
12
<license/>
13
  <mail link="bennyc@gentoo.org">Benny Chuang</mail>
14
</author>
13
15
14
<abstract>
16
<abstract>
15
This guide is aimed at developers and covers the details of the new kernel 
17
This guide is aimed at developers and covers the details of the new kernel 
16
output changes in Gentoo. 
18
output changes in Gentoo. 
17
</abstract>
19
</abstract>
18
20
21
<license/>
22
19
<version>1.1</version>
23
<version>1.1</version>
20
<date>February 9, 2004</date>
24
<date>February 9, 2004</date>
21
25
Lines 104-110 Link Here
104
can run kernel-config once to accept this, and will then simple be warned each
108
can run kernel-config once to accept this, and will then simple be warned each
105
time portage is doing this during a kernel module compilation.</p>
109
time portage is doing this during a kernel module compilation.</p>
106
110
107
<pre>
111
<pre caption="Running kernel-config">
108
# <i>kernel-config accept-writable yes</i>
112
# <i>kernel-config accept-writable yes</i>
109
</pre>
113
</pre>
110
114
Lines 465-471 Link Here
465
</table>
467
</table>
466
468
467
<p>
469
<p>
468
As well as these special functions, kmod.eclass also exports src_unpack, src_compile, etc, which may be referenced by kmod_src_unpack, kmod_src_compile, etc.
470
As well as these special functions, kmod.eclass also exports src_unpack, 
471
src_compile, etc, which may be referenced by kmod_src_unpack, kmod_src_compile, 
472
etc.
469
</p>
473
</p>
470
474
471
</body>
475
</body>

Return to bug 40933