Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
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
Date: Sun, 29 Jul 2007 22:48:19
Message-Id: E1IFHYO-0006V8-FR@stork.gentoo.org
1 nightmorph 07/07/29 22:48:00
2
3 Modified: hb-install-hppa-kernel.xml
4 hb-install-ppc-kernel.xml
5 hb-install-ppc64-kernel.xml
6 hb-install-sparc-kernel.xml
7 Log:
8 use a simple modprobe -l command, bug 187000
9
10 Revision Changes Path
11 1.9 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml
12
13 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
14 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
15 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
16
17 Index: hb-install-hppa-kernel.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- hb-install-hppa-kernel.xml 20 May 2007 20:32:23 -0000 1.8
24 +++ hb-install-hppa-kernel.xml 29 Jul 2007 22:48:00 -0000 1.9
25 @@ -4,12 +4,12 @@
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v 1.8 2007/05/20 20:32:23 nightmorph Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v 1.9 2007/07/29 22:48:00 nightmorph Exp $ -->
31
32 <sections>
33
34 -<version>8.1</version>
35 -<date>2007-05-15</date>
36 +<version>8.2</version>
37 +<date>2007-07-29</date>
38
39 <section>
40 <title>Timezone</title>
41 @@ -354,13 +354,11 @@
42 </p>
43
44 <p>
45 -To view all available modules, run the following <c>find</c> command. Don't
46 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
47 -just compiled:
48 +To view all available modules, run the following command:
49 </p>
50
51 <pre caption="Viewing all available modules">
52 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
53 +# <i>modprobe -l</i>
54 </pre>
55
56 <p>
57
58
59
60 1.15 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml
61
62 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
63 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
64 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
65
66 Index: hb-install-ppc-kernel.xml
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
69 retrieving revision 1.14
70 retrieving revision 1.15
71 diff -u -r1.14 -r1.15
72 --- hb-install-ppc-kernel.xml 13 Jul 2007 08:40:58 -0000 1.14
73 +++ hb-install-ppc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.15
74 @@ -4,12 +4,12 @@
75 <!-- The content of this document is licensed under the CC-BY-SA license -->
76 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
77
78 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v 1.14 2007/07/13 08:40:58 nightmorph Exp $ -->
79 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v 1.15 2007/07/29 22:48:00 nightmorph Exp $ -->
80
81 <sections>
82
83 -<version>8.2</version>
84 -<date>2007-05-21</date>
85 +<version>8.3</version>
86 +<date>2007-07-29</date>
87
88 <section>
89 <title>Timezone</title>
90 @@ -357,13 +357,11 @@
91 </p>
92
93 <p>
94 -To view all available modules, run the following <c>find</c> command. Don't
95 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
96 -just compiled:
97 +To view all available modules, run the following command:
98 </p>
99
100 <pre caption="Viewing all available modules">
101 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
102 +# <i>modprobe -l</i>
103 </pre>
104
105 <p>
106
107
108
109 1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml
110
111 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
112 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
113 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
114
115 Index: hb-install-ppc64-kernel.xml
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v
118 retrieving revision 1.9
119 retrieving revision 1.10
120 diff -u -r1.9 -r1.10
121 --- hb-install-ppc64-kernel.xml 21 May 2007 17:03:44 -0000 1.9
122 +++ hb-install-ppc64-kernel.xml 29 Jul 2007 22:48:00 -0000 1.10
123 @@ -4,12 +4,12 @@
124 <!-- The content of this document is licensed under the CC-BY-SA license -->
125 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
126
127 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v 1.9 2007/05/21 17:03:44 josejx Exp $ -->
128 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v 1.10 2007/07/29 22:48:00 nightmorph Exp $ -->
129
130 <sections>
131
132 -<version>8.2</version>
133 -<date>2007-05-21</date>
134 +<version>8.3</version>
135 +<date>2007-07-29</date>
136
137 <section>
138 <title>Timezone</title>
139 @@ -244,13 +244,11 @@
140 </p>
141
142 <p>
143 -To view all available modules, run the following <c>find</c> command. Don't
144 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
145 -just compiled:
146 +To view all available modules, run the following command:
147 </p>
148
149 <pre caption="Viewing all available modules">
150 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
151 +# <i>modprobe -l</i>
152 </pre>
153
154 <p>
155
156
157
158 1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml
159
160 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
161 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
162 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
163
164 Index: hb-install-sparc-kernel.xml
165 ===================================================================
166 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
167 retrieving revision 1.9
168 retrieving revision 1.10
169 diff -u -r1.9 -r1.10
170 --- hb-install-sparc-kernel.xml 20 May 2007 20:32:23 -0000 1.9
171 +++ hb-install-sparc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.10
172 @@ -4,12 +4,12 @@
173 <!-- The content of this document is licensed under the CC-BY-SA license -->
174 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
175
176 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v 1.9 2007/05/20 20:32:23 nightmorph Exp $ -->
177 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v 1.10 2007/07/29 22:48:00 nightmorph Exp $ -->
178
179 <sections>
180
181 -<version>8.1</version>
182 -<date>2007-05-15</date>
183 +<version>8.2</version>
184 +<date>2007-07-29</date>
185
186 <section>
187 <title>Timezone</title>
188 @@ -297,13 +297,11 @@
189 </p>
190
191 <p>
192 -To view all available modules, run the following <c>find</c> command. Don't
193 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
194 -just compiled:
195 +To view all available modules, run the following command:
196 </p>
197
198 <pre caption="Viewing all available modules">
199 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
200 +# <i>modprobe -l</i>
201 </pre>
202
203 <p>
204
205
206
207 --
208 gentoo-doc-cvs@g.o mailing list