swift 05/06/04 13:31:28
Modified: xml/htdocs/doc/en/handbook hb-install-x86-kernel.xml
Log:
#77441 - Remove entire section on adding kernel modules; the e100{0,} modules
are integrated in 2.4, ati-drivers shouldnt be installed as it depends on X,
etc.
Revision Changes Path
1.47 +4 -62 xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.47&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.47&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.46&r2=1.47&cvsroot=gentoo
Index: hb-install-x86-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- hb-install-x86-kernel.xml 4 Jun 2005 12:48:22 -0000 1.46
+++ hb-install-x86-kernel.xml 4 Jun 2005 13:31:28 -0000 1.47
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.46
2005/06/04 12:48:22 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.47
2005/06/04 13:31:28 swift Exp $ -->
<sections>
-<version>2.8</version>
+<version>2.9</version>
<date>2005-06-04</date>
<section>
@@ -356,8 +356,7 @@
</pre>
<p>
-Now continue with <uri link="#kernel_modules">Installing Separate Kernel
-Modules</uri>.
+Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
</p>
</body>
@@ -464,64 +463,7 @@
</body>
</section>
<section id="kernel_modules">
-<title>Installing Separate Kernel Modules</title>
-<subsection>
-<title>Installing Extra Modules</title>
-<body>
-
-<p>
-If appropriate, you should emerge ebuilds for any additional hardware that is
-on your system. Here is a list of kernel-related ebuilds that you could emerge:
-</p>
-
-<table>
-<tcolumn width="1in"/>
-<tcolumn width="4in"/>
-<tcolumn width="2in"/>
-<tr>
- <th>Ebuild</th>
- <th>Purpose</th>
- <th>Command</th>
-</tr>
-<tr>
- <ti>nvidia-kernel</ti>
- <ti>Accelerated NVIDIA graphics for xorg-x11</ti>
- <ti><c>emerge nvidia-kernel</c></ti>
-</tr>
-<tr>
- <ti>nforce-audio</ti>
- <ti>On-board audio on NVIDIA NForce(2) motherboards</ti>
- <ti><c>emerge nforce-audio</c></ti>
-</tr>
-<tr>
- <ti>e100</ti>
- <ti>Intel e100 Fast Ethernet Adapters (for 2.4 kernels only)</ti>
- <ti><c>emerge e100</c></ti>
-</tr>
-<tr>
- <ti>e1000</ti>
- <ti>Intel e1000 Gigabit Ethernet Adapters (for 2.4 kernels only)</ti>
- <ti><c>emerge e1000</c></ti>
-</tr>
-<tr>
- <ti>ati-drivers</ti>
- <ti>Accelerated ATI Radeon 8500+/FireGL graphics for xorg-x11</ti>
- <ti><c>emerge ati-drivers</c></ti>
-</tr>
-</table>
-
-<p>
-Beware though, some of these ebuilds might deal with big dependencies. To
verify
-what packages will be installed by emerging an ebuild, use <c>emerge
---pretend</c>. For instance, for the <c>ati-drivers</c> package:
-</p>
-
-<pre caption="View full installation package listing">
-# <i>emerge --pretend ati-drivers</i>
-</pre>
-
-</body>
-</subsection>
+<title>Kernel Modules</title>
<subsection>
<title>Configuring the Modules</title>
<body>
--
[email protected] mailing list