nightmorph    07/07/29 22:48:00

  Modified:             hb-install-alpha-kernel.xml
                        hb-install-arm-kernel.xml
                        hb-install-hppa-kernel.xml
                        hb-install-ia64-kernel.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
  Log:
  use a simple modprobe -l command, bug 187000

Revision  Changes    Path
1.42                 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.41&r2=1.42

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-alpha-kernel.xml 20 May 2007 20:32:23 -0000      1.41
+++ hb-install-alpha-kernel.xml 29 Jul 2007 22:48:00 -0000      1.42
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 
1.41 2007/05/20 20:32:23 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 
1.42 2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -359,13 +359,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel 
you
-just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.9                  xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.8&r2=1.9

Index: hb-install-arm-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-arm-kernel.xml   27 Jul 2007 18:38:09 -0000      1.8
+++ hb-install-arm-kernel.xml   29 Jul 2007 22:48:00 -0000      1.9
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.8 
2007/07/27 18:38:09 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.9 
2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-07-27</date>
+<version>8.3</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -307,13 +307,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute <c><keyval id="kernel-version"/></c> with the version of
-the kernel you just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or 
-iname '*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.42                 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.41&r2=1.42

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-hppa-kernel.xml  20 May 2007 20:32:23 -0000      1.41
+++ hb-install-hppa-kernel.xml  29 Jul 2007 22:48:00 -0000      1.42
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 
1.41 2007/05/20 20:32:23 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 
1.42 2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -354,13 +354,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel 
you
-just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.10                 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.9&r2=1.10

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-ia64-kernel.xml  27 Jul 2007 18:38:09 -0000      1.9
+++ hb-install-ia64-kernel.xml  29 Jul 2007 22:48:00 -0000      1.10
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.9 
2007/07/27 18:38:09 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 
1.10 2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-07-27</date>
+<version>8.3</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -359,13 +359,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute <c><keyval id="kernel-version"/></c> with the version of
-the kernel you just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or 
-iname '*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.28                 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.27&r2=1.28

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-mips-kernel.xml  20 May 2007 20:32:23 -0000      1.27
+++ hb-install-mips-kernel.xml  29 Jul 2007 22:48:00 -0000      1.28
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 
1.27 2007/05/20 20:32:23 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 
1.28 2007/07/29 22:48:00 nightmorph Exp $ -->
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -302,13 +302,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel
-you just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.55                 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.54&r2=1.55

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hb-install-ppc-kernel.xml   13 Jul 2007 08:40:58 -0000      1.54
+++ hb-install-ppc-kernel.xml   29 Jul 2007 22:48:00 -0000      1.55
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.54 
2007/07/13 08:40:58 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.55 
2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.2</version>
-<date>2007-05-21</date>
+<version>8.3</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -357,13 +357,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel 
you
-just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.31                 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.30&r2=1.31

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-ppc64-kernel.xml 20 May 2007 20:32:23 -0000      1.30
+++ hb-install-ppc64-kernel.xml 29 Jul 2007 22:48:00 -0000      1.31
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 
1.30 2007/05/20 20:32:23 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 
1.31 2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -244,13 +244,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel 
you
-just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.30                 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.29&r2=1.30

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-sparc-kernel.xml 20 May 2007 20:32:23 -0000      1.29
+++ hb-install-sparc-kernel.xml 29 Jul 2007 22:48:00 -0000      1.30
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 
1.29 2007/05/20 20:32:23 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 
1.30 2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-15</date>
+<version>8.2</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -297,13 +297,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel 
you
-just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



1.15                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.14&r2=1.15

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-x86+amd64-kernel.xml     27 Jul 2007 18:38:09 -0000      1.14
+++ hb-install-x86+amd64-kernel.xml     29 Jul 2007 22:48:00 -0000      1.15
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
 1.14 2007/07/27 18:38:09 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
 1.15 2007/07/29 22:48:00 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>5.2</version>
-<date>2007-07-27</date>
+<version>5.3</version>
+<date>2007-07-29</date>
 
 <section>
 <title>Timezone</title>
@@ -466,13 +466,11 @@
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute <c><keyval id="kernel-version"/></c> with the version of
-the kernel you just compiled:
+To view all available modules, run the following command:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or 
-iname '*.ko'</i>
+# <i>modprobe -l</i>
 </pre>
 
 <p>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to