From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IFHYg-0005wp-Mi for garchives@archives.gentoo.org; Sun, 29 Jul 2007 22:48:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6TMm3gx020732; Sun, 29 Jul 2007 22:48:03 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6TMm2Mx020726 for ; Sun, 29 Jul 2007 22:48:02 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C052D64F73 for ; Sun, 29 Jul 2007 22:48:01 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IFHYO-0006V8-FR for gentoo-doc-cvs@lists.gentoo.org; Sun, 29 Jul 2007 22:48:00 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml Message-Id: From: Josh Saddler Date: Sun, 29 Jul 2007 22:48:00 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 5599f2c2-892d-4694-b039-140eb38b93a7 X-Archives-Hash: 4002ed6b4656f73900fa21d0699bb12f nightmorph 07/07/29 22:48:00 Modified: hb-install-hppa-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml Log: use a simple modprobe -l command, bug 187000 Revision Changes Path 1.9 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?r1=1.8&r2=1.9 Index: hb-install-hppa-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hb-install-hppa-kernel.xml 20 May 2007 20:32:23 -0000 1.8 +++ hb-install-hppa-kernel.xml 29 Jul 2007 22:48:00 -0000 1.9 @@ -4,12 +4,12 @@ - + -8.1 -2007-05-15 +8.2 +2007-07-29
Timezone @@ -354,13 +354,11 @@

-To view all available modules, run the following find command. Don't -forget to substitute "<kernel version>" with the version of the kernel you -just compiled: +To view all available modules, run the following command:

-# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
+# modprobe -l
 

1.15 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?r1=1.14&r2=1.15 Index: hb-install-ppc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- hb-install-ppc-kernel.xml 13 Jul 2007 08:40:58 -0000 1.14 +++ hb-install-ppc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.15 @@ -4,12 +4,12 @@ - + -8.2 -2007-05-21 +8.3 +2007-07-29

Timezone @@ -357,13 +357,11 @@

-To view all available modules, run the following find command. Don't -forget to substitute "<kernel version>" with the version of the kernel you -just compiled: +To view all available modules, run the following command:

-# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
+# modprobe -l
 

1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?r1=1.9&r2=1.10 Index: hb-install-ppc64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hb-install-ppc64-kernel.xml 21 May 2007 17:03:44 -0000 1.9 +++ hb-install-ppc64-kernel.xml 29 Jul 2007 22:48:00 -0000 1.10 @@ -4,12 +4,12 @@ - + -8.2 -2007-05-21 +8.3 +2007-07-29

Timezone @@ -244,13 +244,11 @@

-To view all available modules, run the following find command. Don't -forget to substitute "<kernel version>" with the version of the kernel you -just compiled: +To view all available modules, run the following command:

-# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
+# modprobe -l
 

1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?r1=1.9&r2=1.10 Index: hb-install-sparc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hb-install-sparc-kernel.xml 20 May 2007 20:32:23 -0000 1.9 +++ hb-install-sparc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.10 @@ -4,12 +4,12 @@ - + -8.1 -2007-05-15 +8.2 +2007-07-29

Timezone @@ -297,13 +297,11 @@

-To view all available modules, run the following find command. Don't -forget to substitute "<kernel version>" with the version of the kernel you -just compiled: +To view all available modules, run the following command:

-# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
+# modprobe -l
 

-- gentoo-doc-cvs@gentoo.org mailing list