Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-alpha-kernel.xml hb-install-arm-disk.xml hb-install-arm-kernel.xml hb-install-hppa-disk.xml hb-install-hppa-kernel.xml hb-install-ia64-disk.xml hb-install-ia64-kernel.xml hb-install-mips-disk.xml hb-install-mips-kernel.xml hb-install-ppc-disk.xml hb-install-ppc-kernel.xml hb-install-ppc64-disk.xml hb-install-ppc64-kernel.xml hb-install-sparc-disk.xml hb-install-sparc-kernel.xml hb-install-x86+amd64-disk.xml hb-install-x86+amd64-kernel.xml
Date: Sat, 01 Mar 2008 07:03:36
Message-Id: E1JVLko-00068Y-Lp@stork.gentoo.org
1 nightmorph 08/03/01 07:03:30
2
3 Modified: hb-install-alpha-disk.xml
4 hb-install-alpha-kernel.xml hb-install-arm-disk.xml
5 hb-install-arm-kernel.xml hb-install-hppa-disk.xml
6 hb-install-hppa-kernel.xml hb-install-ia64-disk.xml
7 hb-install-ia64-kernel.xml hb-install-mips-disk.xml
8 hb-install-mips-kernel.xml hb-install-ppc-disk.xml
9 hb-install-ppc-kernel.xml hb-install-ppc64-disk.xml
10 hb-install-ppc64-kernel.xml
11 hb-install-sparc-disk.xml
12 hb-install-sparc-kernel.xml
13 hb-install-x86+amd64-disk.xml
14 hb-install-x86+amd64-kernel.xml
15 Log:
16 added libata references for bug 208738. removed now-default kernel option as planned. other small changes where necessary.
17
18 Revision Changes Path
19 1.19 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml
20
21 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.19&view=markup
22 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.19&content-type=text/plain
23 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?r1=1.18&r2=1.19
24
25 Index: hb-install-alpha-disk.xml
26 ===================================================================
27 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
28 retrieving revision 1.18
29 retrieving revision 1.19
30 diff -u -r1.18 -r1.19
31 --- hb-install-alpha-disk.xml 4 Jan 2008 17:36:53 -0000 1.18
32 +++ hb-install-alpha-disk.xml 1 Mar 2008 07:03:30 -0000 1.19
33 @@ -4,12 +4,12 @@
34 <!-- The content of this document is licensed under the CC-BY-SA license -->
35 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
36
37 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v 1.18 2008/01/04 17:36:53 neysx Exp $ -->
38 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v 1.19 2008/03/01 07:03:30 nightmorph Exp $ -->
39
40 <sections>
41
42 <version>9.0</version>
43 -<date>2008-01-04</date>
44 +<date>2008-02-29</date>
45
46 <section>
47 <title>Introduction to Block Devices</title>
48 @@ -27,8 +27,12 @@
49
50 <p>
51 To begin, we'll introduce <e>block devices</e>. The most famous block device is
52 -probably the one that represents the first SCSI HD in a Linux system, namely
53 -<path>/dev/sda</path>.
54 +probably the one that represents the first IDE drive in a Linux system, namely
55 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
56 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
57 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
58 +libata framework in the kernel, all hard drives will be labeled
59 +<path>/dev/sd*</path>.
60 </p>
61
62 <p>
63
64
65
66 1.24 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.24&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.24&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.23&r2=1.24
71
72 Index: hb-install-alpha-kernel.xml
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
75 retrieving revision 1.23
76 retrieving revision 1.24
77 diff -u -r1.23 -r1.24
78 --- hb-install-alpha-kernel.xml 12 Jan 2008 22:51:33 -0000 1.23
79 +++ hb-install-alpha-kernel.xml 1 Mar 2008 07:03:30 -0000 1.24
80 @@ -4,12 +4,12 @@
81 <!-- The content of this document is licensed under the CC-BY-SA license -->
82 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
83
84 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.23 2008/01/12 22:51:33 neysx Exp $ -->
85 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.24 2008/03/01 07:03:30 nightmorph Exp $ -->
86
87 <sections>
88
89 <version>9.0</version>
90 -<date>2007-08-12</date>
91 +<date>2008-02-29</date>
92
93 <section>
94 <title>Timezone</title>
95 @@ -131,17 +131,7 @@
96 <body>
97
98 <p>
99 -First of all, activate the use of development and experimental code/drivers.
100 -You need this, otherwise some very important code/drivers won't show up:
101 -</p>
102 -
103 -<pre caption="Selecting experimental code/drivers">
104 -General setup ---&gt;
105 - [*] Prompt for development and/or incomplete code/drivers
106 -</pre>
107 -
108 -<p>
109 -Now go to <c>File Systems</c> and select support for the filesystems you use.
110 +First go to <c>File Systems</c> and select support for the filesystems you use.
111 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
112 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
113 file system</c>.
114
115
116
117 1.6 xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.6&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.6&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?r1=1.5&r2=1.6
122
123 Index: hb-install-arm-disk.xml
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v
126 retrieving revision 1.5
127 retrieving revision 1.6
128 diff -u -r1.5 -r1.6
129 --- hb-install-arm-disk.xml 3 Nov 2007 23:40:06 -0000 1.5
130 +++ hb-install-arm-disk.xml 1 Mar 2008 07:03:30 -0000 1.6
131 @@ -4,12 +4,12 @@
132 <!-- The content of this document is licensed under the CC-BY-SA license -->
133 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
134
135 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v 1.5 2007/11/03 23:40:06 nightmorph Exp $ -->
136 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v 1.6 2008/03/01 07:03:30 nightmorph Exp $ -->
137
138 <sections>
139
140 <version>6.0</version>
141 -<date>2007-06-26</date>
142 +<date>2008-02-29</date>
143
144 <!-- TODO: Add section about MTD and such -->
145
146 @@ -30,8 +30,11 @@
147 <p>
148 To begin, we'll introduce <e>block devices</e>. The most famous block device is
149 probably the one that represents the first IDE drive in a Linux system, namely
150 -<path>/dev/hda</path>. If your system uses SCSI or SATA drives, then your
151 -first hard drive would be <path>/dev/sda</path>.
152 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
153 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
154 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
155 +libata framework in the kernel, all hard drives will be labeled
156 +<path>/dev/sd*</path>.
157 </p>
158
159 <p>
160
161
162
163 1.8 xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml
164
165 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.8&view=markup
166 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.8&content-type=text/plain
167 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?r1=1.7&r2=1.8
168
169 Index: hb-install-arm-kernel.xml
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
172 retrieving revision 1.7
173 retrieving revision 1.8
174 diff -u -r1.7 -r1.8
175 --- hb-install-arm-kernel.xml 12 Jan 2008 22:51:33 -0000 1.7
176 +++ hb-install-arm-kernel.xml 1 Mar 2008 07:03:30 -0000 1.8
177 @@ -4,12 +4,12 @@
178 <!-- The content of this document is licensed under the CC-BY-SA license -->
179 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
180
181 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v 1.7 2008/01/12 22:51:33 neysx Exp $ -->
182 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v 1.8 2008/03/01 07:03:30 nightmorph Exp $ -->
183
184 <sections>
185
186 <version>9.0</version>
187 -<date>2007-10-05</date>
188 +<date>2008-02-29</date>
189
190 <section>
191 <title>Timezone</title>
192 @@ -128,17 +128,6 @@
193 </p>
194
195 <p>
196 -Regardless of your machine, you should make sure to activate the use of
197 -development and experimental code/drivers. You need this, otherwise some very
198 -important code/drivers won't show up:
199 -</p>
200 -
201 -<pre caption="Selecting experimental code/drivers">
202 -General setup ---&gt;
203 - [*] Prompt for development and/or incomplete code/drivers
204 -</pre>
205 -
206 -<p>
207 Please select your machine from the list below to jump to the configuration
208 section.
209 </p>
210
211
212
213 1.16 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml
214
215 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.16&view=markup
216 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.16&content-type=text/plain
217 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?r1=1.15&r2=1.16
218
219 Index: hb-install-hppa-disk.xml
220 ===================================================================
221 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v
222 retrieving revision 1.15
223 retrieving revision 1.16
224 diff -u -r1.15 -r1.16
225 --- hb-install-hppa-disk.xml 3 Nov 2007 23:40:06 -0000 1.15
226 +++ hb-install-hppa-disk.xml 1 Mar 2008 07:03:30 -0000 1.16
227 @@ -4,12 +4,12 @@
228 <!-- The content of this document is licensed under the CC-BY-SA license -->
229 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
230
231 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v 1.15 2007/11/03 23:40:06 nightmorph Exp $ -->
232 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v 1.16 2008/03/01 07:03:30 nightmorph Exp $ -->
233
234 <sections>
235
236 <version>9.0</version>
237 -<date>2007-06-26</date>
238 +<date>2008-02-29</date>
239
240 <section>
241 <title>Introduction to Block Devices</title>
242 @@ -27,8 +27,12 @@
243
244 <p>
245 To begin, we'll introduce <e>block devices</e>. The most famous block device is
246 -probably the one that represents the first SCSI HD in a Linux system, namely
247 -<path>/dev/sda</path>.
248 +probably the one that represents the first IDE drive in a Linux system, namely
249 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
250 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
251 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
252 +libata framework in the kernel, all hard drives will be labeled
253 +<path>/dev/sd*</path>.
254 </p>
255
256 <p>
257
258
259
260 1.26 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml
261
262 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.26&view=markup
263 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.26&content-type=text/plain
264 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?r1=1.25&r2=1.26
265
266 Index: hb-install-hppa-kernel.xml
267 ===================================================================
268 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v
269 retrieving revision 1.25
270 retrieving revision 1.26
271 diff -u -r1.25 -r1.26
272 --- hb-install-hppa-kernel.xml 12 Jan 2008 22:51:33 -0000 1.25
273 +++ hb-install-hppa-kernel.xml 1 Mar 2008 07:03:30 -0000 1.26
274 @@ -4,12 +4,12 @@
275 <!-- The content of this document is licensed under the CC-BY-SA license -->
276 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
277
278 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.25 2008/01/12 22:51:33 neysx Exp $ -->
279 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.26 2008/03/01 07:03:30 nightmorph Exp $ -->
280
281 <sections>
282
283 <version>9.0</version>
284 -<date>2007-08-12</date>
285 +<date>2008-02-29</date>
286
287 <section>
288 <title>Timezone</title>
289 @@ -47,12 +47,11 @@
290 </p>
291
292 <p>
293 -For HPPA we have <c>hppa-sources</c>. By default, these sources are based on the
294 -2.6 kernel sources.
295 +For HPPA we have <c>gentoo-sources</c>.
296 </p>
297
298 <pre caption="Installing a kernel source">
299 -# <i>emerge hppa-sources</i>
300 +# <i>emerge gentoo-sources</i>
301 </pre>
302
303 <p>
304 @@ -131,17 +130,7 @@
305 <body>
306
307 <p>
308 -First of all, activate the use of development and experimental code/drivers.
309 -You need this, otherwise some very important code/drivers won't show up:
310 -</p>
311 -
312 -<pre caption="Selecting experimental code/drivers">
313 -General setup ---&gt;
314 - [*] Prompt for development and/or incomplete code/drivers
315 -</pre>
316 -
317 -<p>
318 -Now go to <c>File Systems</c> and select support for the filesystems you use.
319 +First go to <c>File Systems</c> and select support for the filesystems you use.
320 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
321 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
322 file system</c>:
323
324
325
326 1.7 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml
327
328 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.7&view=markup
329 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.7&content-type=text/plain
330 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?r1=1.6&r2=1.7
331
332 Index: hb-install-ia64-disk.xml
333 ===================================================================
334 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v
335 retrieving revision 1.6
336 retrieving revision 1.7
337 diff -u -r1.6 -r1.7
338 --- hb-install-ia64-disk.xml 9 Dec 2007 03:33:13 -0000 1.6
339 +++ hb-install-ia64-disk.xml 1 Mar 2008 07:03:30 -0000 1.7
340 @@ -4,12 +4,12 @@
341 <!-- The content of this document is licensed under the CC-BY-SA license -->
342 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
343
344 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v 1.6 2007/12/09 03:33:13 nightmorph Exp $ -->
345 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v 1.7 2008/03/01 07:03:30 nightmorph Exp $ -->
346
347 <sections>
348
349 <version>4.0</version>
350 -<date>2007-06-26</date>
351 +<date>2008-02-29</date>
352
353 <section>
354 <title>Introduction to Block Devices</title>
355 @@ -28,8 +28,11 @@
356 <p>
357 To begin, we'll introduce <e>block devices</e>. The most famous block device is
358 probably the one that represents the first IDE drive in a Linux system, namely
359 -<path>/dev/hda</path>. If your system uses SCSI or SATA drives, then your
360 -first hard drive would be <path>/dev/sda</path>.
361 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
362 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
363 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
364 +libata framework in the kernel, all hard drives will be labeled
365 +<path>/dev/sd*</path>.
366 </p>
367
368 <p>
369
370
371
372 1.8 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml
373
374 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.8&view=markup
375 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.8&content-type=text/plain
376 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?r1=1.7&r2=1.8
377
378 Index: hb-install-ia64-kernel.xml
379 ===================================================================
380 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v
381 retrieving revision 1.7
382 retrieving revision 1.8
383 diff -u -r1.7 -r1.8
384 --- hb-install-ia64-kernel.xml 12 Jan 2008 22:51:33 -0000 1.7
385 +++ hb-install-ia64-kernel.xml 1 Mar 2008 07:03:30 -0000 1.8
386 @@ -4,12 +4,12 @@
387 <!-- The content of this document is licensed under the CC-BY-SA license -->
388 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
389
390 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v 1.7 2008/01/12 22:51:33 neysx Exp $ -->
391 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v 1.8 2008/03/01 07:03:30 nightmorph Exp $ -->
392
393 <sections>
394
395 <version>9.0</version>
396 -<date>2007-10-05</date>
397 +<date>2008-02-29</date>
398
399 <section>
400 <title>Timezone</title>
401 @@ -135,16 +135,6 @@
402 <body>
403
404 <p>
405 -First of all, activate the use of development and experimental code/drivers.
406 -You need this, otherwise some very important code/drivers won't show up:
407 -</p>
408 -
409 -<pre caption="Selecting experimental code/drivers">
410 -General setup ---&gt;
411 - [*] Prompt for development and/or incomplete code/drivers
412 -</pre>
413 -
414 -<p>
415 Make sure that every driver that is vital to the booting of your system (such as
416 SCSI controller, ...) is compiled <e>in</e> the kernel and not as a module,
417 otherwise your system will not be able to boot completely.
418
419
420
421 1.18 xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml
422
423 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.18&view=markup
424 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.18&content-type=text/plain
425 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?r1=1.17&r2=1.18
426
427 Index: hb-install-mips-disk.xml
428 ===================================================================
429 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v
430 retrieving revision 1.17
431 retrieving revision 1.18
432 diff -u -r1.17 -r1.18
433 --- hb-install-mips-disk.xml 3 Nov 2007 23:40:06 -0000 1.17
434 +++ hb-install-mips-disk.xml 1 Mar 2008 07:03:30 -0000 1.18
435 @@ -4,12 +4,12 @@
436 <!-- The content of this document is licensed under the CC-BY-SA license -->
437 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
438
439 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v 1.17 2007/11/03 23:40:06 nightmorph Exp $ -->
440 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v 1.18 2008/03/01 07:03:30 nightmorph Exp $ -->
441
442 <sections>
443
444 <version>3.0</version>
445 -<date>2007-06-26</date>
446 +<date>2008-02-29</date>
447
448 <section>
449 <title>Introduction to Block Devices</title>
450 @@ -27,8 +27,12 @@
451
452 <p>
453 To begin, we'll introduce <e>block devices</e>. The most famous block device is
454 -probably the one that represents the first SCSI HD in a Linux system, namely
455 -<path>/dev/sda</path>.
456 +probably the one that represents the first IDE drive in a Linux system, namely
457 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
458 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
459 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
460 +libata framework in the kernel, all hard drives will be labeled
461 +<path>/dev/sd*</path>.
462 </p>
463
464 <p>
465
466
467
468 1.19 xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml
469
470 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.19&view=markup
471 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.19&content-type=text/plain
472 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?r1=1.18&r2=1.19
473
474 Index: hb-install-mips-kernel.xml
475 ===================================================================
476 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v
477 retrieving revision 1.18
478 retrieving revision 1.19
479 diff -u -r1.18 -r1.19
480 --- hb-install-mips-kernel.xml 3 Nov 2007 23:40:06 -0000 1.18
481 +++ hb-install-mips-kernel.xml 1 Mar 2008 07:03:30 -0000 1.19
482 @@ -4,11 +4,11 @@
483 <!-- The content of this document is licensed under the CC-BY-SA license -->
484 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
485
486 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.18 2007/11/03 23:40:06 nightmorph Exp $ -->
487 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v 1.19 2008/03/01 07:03:30 nightmorph Exp $ -->
488 <sections>
489
490 <version>9.0</version>
491 -<date>2007-08-12</date>
492 +<date>2008-02-29</date>
493
494 <section>
495 <title>Timezone</title>
496
497
498
499 1.29 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml
500
501 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.29&view=markup
502 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.29&content-type=text/plain
503 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?r1=1.28&r2=1.29
504
505 Index: hb-install-ppc-disk.xml
506 ===================================================================
507 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v
508 retrieving revision 1.28
509 retrieving revision 1.29
510 diff -u -r1.28 -r1.29
511 --- hb-install-ppc-disk.xml 3 Nov 2007 23:40:06 -0000 1.28
512 +++ hb-install-ppc-disk.xml 1 Mar 2008 07:03:30 -0000 1.29
513 @@ -4,12 +4,12 @@
514 <!-- The content of this document is licensed under the CC-BY-SA license -->
515 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
516
517 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v 1.28 2007/11/03 23:40:06 nightmorph Exp $ -->
518 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v 1.29 2008/03/01 07:03:30 nightmorph Exp $ -->
519
520 <sections>
521
522 <version>9.0</version>
523 -<date>2007-06-26</date>
524 +<date>2008-02-29</date>
525
526 <section>
527 <title>Introduction to Block Devices</title>
528 @@ -26,12 +26,13 @@
529 </p>
530
531 <p>
532 -To begin, we'll introduce <e>block devices</e>. The most common block device is
533 -the one that represents the first IDE drive in a Linux system, namely
534 -<path>/dev/hda</path>. If you are installing onto SCSI, FireWire, USB or SATA
535 -drives, then your first hard drive would be <path>/dev/sda</path>. Additional
536 -drives are enumerated by the next letter in the alphabet. As an example, the
537 -third IDE disk could be found at <path>/dev/hdc</path>.
538 +To begin, we'll introduce <e>block devices</e>. The most famous block device is
539 +probably the one that represents the first IDE drive in a Linux system, namely
540 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
541 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
542 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
543 +libata framework in the kernel, all hard drives will be labeled
544 +<path>/dev/sd*</path>.
545 </p>
546
547 <p>
548
549
550
551 1.43 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml
552
553 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.43&view=markup
554 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.43&content-type=text/plain
555 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?r1=1.42&r2=1.43
556
557 Index: hb-install-ppc-kernel.xml
558 ===================================================================
559 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v
560 retrieving revision 1.42
561 retrieving revision 1.43
562 diff -u -r1.42 -r1.43
563 --- hb-install-ppc-kernel.xml 12 Jan 2008 22:51:33 -0000 1.42
564 +++ hb-install-ppc-kernel.xml 1 Mar 2008 07:03:30 -0000 1.43
565 @@ -4,12 +4,12 @@
566 <!-- The content of this document is licensed under the CC-BY-SA license -->
567 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
568
569 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v 1.42 2008/01/12 22:51:33 neysx Exp $ -->
570 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v 1.43 2008/03/01 07:03:30 nightmorph Exp $ -->
571
572 <sections>
573
574 <version>9.0</version>
575 -<date>2007-08-12</date>
576 +<date>2008-02-29</date>
577
578 <section>
579 <title>Timezone</title>
580 @@ -137,17 +137,7 @@
581 <body>
582
583 <p>
584 -First of all, activate the use of development and experimental code/drivers.
585 -You need this, otherwise some very important code/drivers won't show up:
586 -</p>
587 -
588 -<pre caption="Selecting experimental code/drivers">
589 -General setup ---&gt;
590 - [*] Prompt for development and/or incomplete code/drivers
591 -</pre>
592 -
593 -<p>
594 -Now go to <c>File Systems</c> and select support for the filesystems you use.
595 +First go to <c>File Systems</c> and select support for the filesystems you use.
596 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
597 able to mount your partitions. Also select the <c>/proc file system</c> and
598 <c>Virtual memory</c>. Make sure that you also enable support for Amiga
599
600
601
602 1.22 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml
603
604 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.22&view=markup
605 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.22&content-type=text/plain
606 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?r1=1.21&r2=1.22
607
608 Index: hb-install-ppc64-disk.xml
609 ===================================================================
610 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
611 retrieving revision 1.21
612 retrieving revision 1.22
613 diff -u -r1.21 -r1.22
614 --- hb-install-ppc64-disk.xml 3 Nov 2007 23:40:06 -0000 1.21
615 +++ hb-install-ppc64-disk.xml 1 Mar 2008 07:03:30 -0000 1.22
616 @@ -4,12 +4,12 @@
617 <!-- The content of this document is licensed under the CC-BY-SA license -->
618 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
619
620 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v 1.21 2007/11/03 23:40:06 nightmorph Exp $ -->
621 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v 1.22 2008/03/01 07:03:30 nightmorph Exp $ -->
622
623 <sections>
624
625 <version>9.0</version>
626 -<date>2007-06-26</date>
627 +<date>2008-02-29</date>
628
629 <section>
630 <title>Introduction to Block Devices</title>
631 @@ -30,7 +30,9 @@
632 probably the one that represents the first IDE drive in a Linux system, namely
633 <path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
634 drive would be <path>/dev/sda</path>. Serial ATA drives are also
635 -<path>/dev/sda</path> even if they are IDE drives.
636 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
637 +libata framework in the kernel, all hard drives will be labeled
638 +<path>/dev/sd*</path>.
639 </p>
640
641 <p>
642
643
644
645 1.21 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml
646
647 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.21&view=markup
648 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/plain
649 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?r1=1.20&r2=1.21
650
651 Index: hb-install-ppc64-kernel.xml
652 ===================================================================
653 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v
654 retrieving revision 1.20
655 retrieving revision 1.21
656 diff -u -r1.20 -r1.21
657 --- hb-install-ppc64-kernel.xml 12 Jan 2008 22:51:33 -0000 1.20
658 +++ hb-install-ppc64-kernel.xml 1 Mar 2008 07:03:30 -0000 1.21
659 @@ -4,12 +4,12 @@
660 <!-- The content of this document is licensed under the CC-BY-SA license -->
661 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
662
663 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v 1.20 2008/01/12 22:51:33 neysx Exp $ -->
664 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v 1.21 2008/03/01 07:03:30 nightmorph Exp $ -->
665
666 <sections>
667
668 <version>9.0</version>
669 -<date>2007-08-12</date>
670 +<date>2008-02-29</date>
671
672 <section>
673 <title>Timezone</title>
674 @@ -126,18 +126,7 @@
675 <body>
676
677 <p>
678 -First of all, activate the use of development and experimental
679 -code/drivers. You need this, otherwise some very important code/drivers
680 -won't show up:
681 -</p>
682 -
683 -<pre caption="Selecting experimental code/drivers">
684 -General setup ---&gt;
685 - [*] Prompt for development and/or incomplete code/drivers
686 -</pre>
687 -
688 -<p>
689 -Now go to <c>File Systems</c> and select support for the filesystems you use.
690 +First go to <c>File Systems</c> and select support for the filesystems you use.
691 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
692 able to mount your partitions. Also select <c>Virtual memory</c>, <c>/proc file
693 system</c>, and <c>/dev/pts file system for Unix98 PTYs</c>:
694
695
696
697 1.21 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml
698
699 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.21&view=markup
700 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.21&content-type=text/plain
701 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?r1=1.20&r2=1.21
702
703 Index: hb-install-sparc-disk.xml
704 ===================================================================
705 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
706 retrieving revision 1.20
707 retrieving revision 1.21
708 diff -u -r1.20 -r1.21
709 --- hb-install-sparc-disk.xml 3 Nov 2007 22:19:18 -0000 1.20
710 +++ hb-install-sparc-disk.xml 1 Mar 2008 07:03:30 -0000 1.21
711 @@ -4,12 +4,12 @@
712 <!-- The content of this document is licensed under the CC-BY-SA license -->
713 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
714
715 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v 1.20 2007/11/03 22:19:18 nightmorph Exp $ -->
716 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v 1.21 2008/03/01 07:03:30 nightmorph Exp $ -->
717
718 <sections>
719
720 -<version>4.1</version>
721 -<date>2007-06-26</date>
722 +<version>5.0</version>
723 +<date>2008-02-29</date>
724
725 <section>
726 <title>Introduction to Block Devices</title>
727 @@ -26,9 +26,13 @@
728 </p>
729
730 <p>
731 -To begin, we introduce <e>block devices</e>. The most typical block device is
732 -probably the one that represents the first SCSI hard disk in a Linux system,
733 -namely <path>/dev/sda</path>.
734 +To begin, we'll introduce <e>block devices</e>. The most famous block device is
735 +probably the one that represents the first IDE drive in a Linux system, namely
736 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
737 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
738 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
739 +libata framework in the kernel, all hard drives will be labeled
740 +<path>/dev/sd*</path>.
741 </p>
742
743 <p>
744 @@ -39,14 +43,6 @@
745 512-byte blocks.
746 </p>
747
748 -<p>
749 -Block devices show up as entries in <path>/dev/</path>. Typically, the first
750 -SCSI drive is named <path>/dev/sda</path>, the second <path>/dev/sdb</path>,
751 -and so on. IDE drives are named similarly, however, they are prefixed by hd-
752 -instead of sd-. If you are using IDE drives, the first one will be named
753 -<path>/dev/hda</path>, the second <path>/dev/hdb</path>, and so on.
754 -</p>
755 -
756 </body>
757 </subsection>
758 <subsection>
759
760
761
762 1.28 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml
763
764 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.28&view=markup
765 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.28&content-type=text/plain
766 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?r1=1.27&r2=1.28
767
768 Index: hb-install-sparc-kernel.xml
769 ===================================================================
770 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
771 retrieving revision 1.27
772 retrieving revision 1.28
773 diff -u -r1.27 -r1.28
774 --- hb-install-sparc-kernel.xml 12 Jan 2008 22:51:33 -0000 1.27
775 +++ hb-install-sparc-kernel.xml 1 Mar 2008 07:03:30 -0000 1.28
776 @@ -4,12 +4,12 @@
777 <!-- The content of this document is licensed under the CC-BY-SA license -->
778 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
779
780 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v 1.27 2008/01/12 22:51:33 neysx Exp $ -->
781 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v 1.28 2008/03/01 07:03:30 nightmorph Exp $ -->
782
783 <sections>
784
785 -<version>8.3</version>
786 -<date>2007-08-12</date>
787 +<version>9.0</version>
788 +<date>2008-02-29</date>
789
790 <section>
791 <title>Timezone</title>
792 @@ -125,17 +125,7 @@
793 <body>
794
795 <p>
796 -First of all, activate the use of development and experimental code/drivers.
797 -You need this, otherwise some very important code/drivers won't show up:
798 -</p>
799 -
800 -<pre caption="Selecting experimental code/drivers">
801 -General setup ---&gt;
802 - [*] Prompt for development and/or incomplete code/drivers
803 -</pre>
804 -
805 -<p>
806 -Now go to <c>File Systems</c> and select support for the filesystems you use.
807 +First go to <c>File Systems</c> and select support for the filesystems you use.
808 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
809 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
810 file system</c>:
811
812
813
814 1.9 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml
815
816 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.9&view=markup
817 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.9&content-type=text/plain
818 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?r1=1.8&r2=1.9
819
820 Index: hb-install-x86+amd64-disk.xml
821 ===================================================================
822 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
823 retrieving revision 1.8
824 retrieving revision 1.9
825 diff -u -r1.8 -r1.9
826 --- hb-install-x86+amd64-disk.xml 2 Nov 2007 23:26:02 -0000 1.8
827 +++ hb-install-x86+amd64-disk.xml 1 Mar 2008 07:03:30 -0000 1.9
828 @@ -4,7 +4,7 @@
829 <!-- The content of this document is licensed under the CC-BY-SA license -->
830 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
831
832 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v 1.8 2007/11/02 23:26:02 nightmorph Exp $ -->
833 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v 1.9 2008/03/01 07:03:30 nightmorph Exp $ -->
834
835 <sections>
836
837 @@ -13,8 +13,8 @@
838 This chapter describes how to partition a disk for future usage.
839 </abstract>
840
841 -<version>5.1</version>
842 -<date>2007-06-26</date>
843 +<version>6.0</version>
844 +<date>2008-02-29</date>
845
846 <section>
847 <title>Introduction to Block Devices</title>
848 @@ -33,8 +33,11 @@
849 <p>
850 To begin, we'll introduce <e>block devices</e>. The most famous block device is
851 probably the one that represents the first IDE drive in a Linux system, namely
852 -<path>/dev/hda</path>. If your system uses SCSI or SATA drives, then your
853 -first hard drive would be <path>/dev/sda</path>.
854 +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
855 +drive would be <path>/dev/sda</path>. Serial ATA drives are also
856 +<path>/dev/sda</path> even if they are IDE drives. If you're using the new
857 +libata framework in the kernel, all hard drives will be labeled
858 +<path>/dev/sd*</path>.
859 </p>
860
861 <p>
862
863
864
865 1.10 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml
866
867 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.10&view=markup
868 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.10&content-type=text/plain
869 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?r1=1.9&r2=1.10
870
871 Index: hb-install-x86+amd64-kernel.xml
872 ===================================================================
873 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v
874 retrieving revision 1.9
875 retrieving revision 1.10
876 diff -u -r1.9 -r1.10
877 --- hb-install-x86+amd64-kernel.xml 12 Jan 2008 22:51:33 -0000 1.9
878 +++ hb-install-x86+amd64-kernel.xml 1 Mar 2008 07:03:30 -0000 1.10
879 @@ -4,7 +4,7 @@
880 <!-- The content of this document is licensed under the CC-BY-SA license -->
881 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
882
883 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v 1.9 2008/01/12 22:51:33 neysx Exp $ -->
884 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v 1.10 2008/03/01 07:03:30 nightmorph Exp $ -->
885
886 <sections>
887
888 @@ -13,8 +13,8 @@
889 explains how to configure your kernel.
890 </abstract>
891
892 -<version>5.6</version>
893 -<date>2007-11-02</date>
894 +<version>6.0</version>
895 +<date>2008-02-29</date>
896
897 <section>
898 <title>Timezone</title>
899 @@ -51,16 +51,11 @@
900 Guide</uri>.
901 </p>
902
903 -<p test="func:keyval('arch')='x86'">
904 -For x86-based systems we have, amongst other kernels, <c>gentoo-sources</c>
905 +<p>
906 +For <keyval id="arch"/>-based systems we have <c>gentoo-sources</c>
907 (kernel source patched for extra features).
908 </p>
909
910 -<p test="func:keyval('arch')='AMD64'">
911 -For AMD64-based systems we have <c>gentoo-sources</c> (kernel source patched
912 -for extra features).
913 -</p>
914 -
915 <p>
916 Choose your kernel source and install it using <c>emerge</c>.
917 </p>
918 @@ -145,16 +140,6 @@
919 <body>
920
921 <p>
922 -First of all, activate the use of development and experimental code/drivers.
923 -You need this, otherwise some very important code/drivers won't show up:
924 -</p>
925 -
926 -<pre caption="Selecting experimental code/drivers">
927 -General setup ---&gt;
928 - [*] Prompt for development and/or incomplete code/drivers
929 -</pre>
930 -
931 -<p>
932 Make sure that every driver that is vital to the booting of your system (such as
933 SCSI controller, ...) is compiled <e>in</e> the kernel and not as a module,
934 otherwise your system will not be able to boot completely.
935
936
937
938 --
939 gentoo-doc-cvs@l.g.o mailing list