jkt         11/08/03 08:25:58

  Modified:             hb-install-kernelmodules.xml
  Log:
  #369841: openrc has changed the way how kernel modules are managed (by swift)

Revision  Changes    Path
1.3                  xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?r1=1.2&r2=1.3

Index: hb-install-kernelmodules.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-kernelmodules.xml        28 Mar 2009 09:15:34 -0000      1.2
+++ hb-install-kernelmodules.xml        3 Aug 2011 08:25:58 -0000       1.3
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml,v 
1.2 2009/03/28 09:15:34 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml,v 
1.3 2011/08/03 08:25:58 jkt Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>2</version>
-<date>2009-03-28</date>
+<version>3</version>
+<date>2011-08-03</date>
 
 <section id="kernelmodules">
 <title>Configuring the Modules</title>
@@ -13,7 +13,7 @@
 
 <p>
 You should list the modules you want automatically loaded in
-<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
+<path>/etc/conf.d/modules</path>. You can add extra options to
 the modules too if you want.
 </p>
 
@@ -28,16 +28,14 @@
 </pre>
 
 <p>
-For instance, to automatically load the <c>3c59x.ko</c> module, edit the
-<path>kernel-2.6</path> file and enter the module name in it.
+For instance, to automatically load the <c>3c59x.ko</c> module (which is the
+driver for a specific 3Com network card family), edit the
+<path>/etc/conf.d/modules</path> file and enter the module name in it.
 </p>
 
-<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
-# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
-</pre>
-
-<pre caption="/etc/modules.autoload.d/kernel-2.6">
-3c59x
+<pre caption="Editing /etc/conf.d/modules">
+# <i>nano -w /etc/conf.d/modules</i>
+modules_2_6="<i>3c59x</i>"
 </pre>
 
 <p>




Reply via email to