* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-kernelmodules.xml
@ 2009-03-28 9:15 Xavier Neys (neysx)
0 siblings, 0 replies; 2+ messages in thread
From: Xavier Neys (neysx) @ 2009-03-28 9:15 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 09/03/28 09:15:34
Modified: hb-install-kernelmodules.xml
Log:
#264038 pipe module list to less
Revision Changes Path
1.2 xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?r1=1.1&r2=1.2
Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-kernelmodules.xml 1 Apr 2008 08:58:18 -0000 1.1
+++ hb-install-kernelmodules.xml 28 Mar 2009 09:15:34 -0000 1.2
@@ -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.1 2008/04/01 08:58:18 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml,v 1.2 2009/03/28 09:15:34 neysx Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>1</version>
-<date>2008-03-02</date>
+<version>2</version>
+<date>2009-03-28</date>
<section id="kernelmodules">
<title>Configuring the Modules</title>
@@ -24,7 +24,7 @@
</p>
<pre caption="Viewing all available modules">
-# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-kernelmodules.xml
@ 2011-08-03 8:25 Jan Kundrat (jkt)
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kundrat (jkt) @ 2011-08-03 8:25 UTC (permalink / raw
To: gentoo-doc-cvs
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-03 8:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-28 9:15 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-kernelmodules.xml Xavier Neys (neysx)
-- strict thread matches above, loose matches on Subject: below --
2011-08-03 8:25 Jan Kundrat (jkt)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox