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-alpha-bootloader.xml hb-install-alpha-kernel.xml hb-install-alpha-medium.xml
Date: Sat, 31 Mar 2007 04:35:39
Message-Id: E1HXVJ6-0001Ob-J5@stork.gentoo.org
1 nightmorph 07/03/31 04:35:16
2
3 Modified: hb-install-alpha-bootloader.xml
4 hb-install-alpha-kernel.xml
5 hb-install-alpha-medium.xml
6 Log:
7 alpha done
8
9 Revision Changes Path
10 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml?r1=1.1&r2=1.2
15
16 Index: hb-install-alpha-bootloader.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hb-install-alpha-bootloader.xml 19 Mar 2007 20:37:28 -0000 1.1
23 +++ hb-install-alpha-bootloader.xml 31 Mar 2007 04:35:16 -0000 1.2
24 @@ -4,11 +4,11 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml,v 1.2 2007/03/31 04:35:16 nightmorph Exp $ -->
30
31 <sections>
32
33 -<version>7.0</version>
34 +<version>8.0</version>
35 <date>2006-08-30</date>
36
37 <section>
38
39
40
41 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml?r1=1.1&r2=1.2
46
47 Index: hb-install-alpha-kernel.xml
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- hb-install-alpha-kernel.xml 19 Mar 2007 20:37:28 -0000 1.1
54 +++ hb-install-alpha-kernel.xml 31 Mar 2007 04:35:16 -0000 1.2
55 @@ -4,11 +4,11 @@
56 <!-- The content of this document is licensed under the CC-BY-SA license -->
57 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
58
59 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
60 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml,v 1.2 2007/03/31 04:35:16 nightmorph Exp $ -->
61
62 <sections>
63
64 -<version>7.2</version>
65 +<version>8.0</version>
66 <date>2007-03-12</date>
67
68 <section>
69 @@ -17,8 +17,8 @@
70
71 <p>
72 You first need to select your timezone so that your system knows where it is
73 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
74 -it to <path>/etc/localtime</path>. Please avoid the
75 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
76 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
77 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
78 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
79 </p>
80 @@ -26,7 +26,8 @@
81 <pre caption="Setting the timezone information">
82 # <i>ls /usr/share/zoneinfo</i>
83 <comment>(Suppose you want to use GMT)</comment>
84 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
85 +# <i>nano -w /etc/conf.d/clock</i>
86 +TIMEZONE="GMT"
87 </pre>
88
89 </body>
90 @@ -46,36 +47,37 @@
91 </p>
92
93 <p>
94 -For alpha-based systems we have <c>vanilla-sources</c> (the default 2.6 kernel source).
95 +For alpha-based systems we have <c>gentoo-sources</c> (the default 2.6 kernel
96 +source).
97 </p>
98
99 <pre caption="Installing a kernel source">
100 -# <i>emerge vanilla-sources</i>
101 +# <i>emerge gentoo-sources</i>
102 </pre>
103
104 <p>
105 When you take a look in <path>/usr/src</path> you should see a symlink called
106 <path>linux</path> pointing to your kernel source. In this case, the installed
107 -kernel source points to <c>vanilla-sources-2.6.16.19</c>. Your version may be
108 -different, so keep this in mind.
109 +kernel source points to <c>gentoo-sources-<keyval id="kernel-version"/></c>.
110 +Your version may be different, so keep this in mind.
111 </p>
112
113 <pre caption="Viewing the kernel source symlink">
114 # <i>ls -l /usr/src/linux</i>
115 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.16.19
116 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
117 </pre>
118
119 <p>
120 -Now it is time to configure and compile your kernel source. You
121 -can use <c>genkernel</c> for this, which will build a generic kernel as used
122 -by the Installation CD. We explain the "manual" configuration first though, as it is
123 +Now it is time to configure and compile your kernel source. You can use
124 +<c>genkernel</c> for this, which will build a generic kernel as used by the
125 +Installation CD. We explain the "manual" configuration first though, as it is
126 the best way to optimize your environment.
127 </p>
128
129 <p>
130 If you want to manually configure your kernel, continue now with <uri
131 -link="#manual">Default: Manual Configuration</uri>. If you want to use
132 -<c>genkernel</c> you should read <uri link="#genkernel">Alternative: Using
133 +link="#manual">Default: Manual Configuration</uri>. If you want to use
134 +<c>genkernel</c> you should read <uri link="#genkernel">Alternative: Using
135 genkernel</uri> instead.
136 </p>
137
138 @@ -131,25 +133,18 @@
139 <pre caption="Selecting experimental code/drivers">
140 Code maturity level options ---&gt;
141 [*] Prompt for development and/or incomplete code/drivers
142 +General setup ---&gt;
143 + [*] Support for hot-pluggable devices
144 </pre>
145
146 <p>
147 Now go to <c>File Systems</c> and select support for the filesystems you use.
148 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
149 -able to mount your partitions. Also select <c>Virtual memory</c>, <c>/proc
150 -file system</c>, (<c>/dev file system</c> + <c>Automatically mount at boot</c> only for 2.4 kernel):
151 +able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
152 +file system</c>.
153 </p>
154
155 <pre caption="Selecting necessary file systems">
156 -<comment>(With a 2.4.x kernel)</comment>
157 -File systems ---&gt;
158 - [*] Virtual memory file system support (former shm fs)
159 - [*] /proc file system support
160 - [*] /dev file system support (EXPERIMENTAL)
161 - [*] Automatically mount at boot
162 - [ ] /dev/pts file system for Unix98 PTYs
163 -
164 -<comment>(With a 2.6.x kernel)</comment>
165 File systems ---&gt;
166 Pseudo Filesystems ---&gt;
167 [*] /proc file system support
168 @@ -169,13 +164,6 @@
169 </p>
170
171 <pre caption="Selecting PPPoE necessary drivers">
172 -<comment>(With a 2.4.x kernel)</comment>
173 -Network device support ---&gt;
174 - &lt;*&gt; PPP (point-to-point protocol) support
175 - &lt;*&gt; PPP support for async serial ports
176 - &lt;*&gt; PPP support for sync tty ports
177 -
178 -<comment>(With a 2.6.x kernel)</comment>
179 Device Drivers ---&gt;
180 Networking support ---&gt;
181 &lt;*&gt; PPP (point-to-point protocol) support
182 @@ -269,13 +257,7 @@
183 </p>
184
185 <pre caption="Compiling the kernel">
186 -<comment>(For 2.4 kernel)</comment>
187 -# <i>make dep &amp;&amp; make vmlinux modules modules_install</i>
188 -
189 -<comment>(For 2.6 kernel)</comment>
190 # <i>make &amp;&amp; make modules_install</i>
191 -
192 -<comment>(For all kernels)</comment>
193 # <i>make boot</i>
194 </pre>
195
196 @@ -307,14 +289,15 @@
197 </p>
198
199 <p>
200 -Now that your kernel source tree is installed, it's now time to compile your
201 -kernel by using our <c>genkernel</c> script to automatically build a kernel for
202 -you. <c>genkernel</c> works by configuring a kernel nearly identically to the
203 -way our Installation CD kernel is configured. This means that when you use
204 -<c>genkernel</c> to build your kernel, your system will generally detect all
205 -your hardware at boot-time, just like our Installation CD does. Because genkernel
206 -doesn't require any manual kernel configuration, it is an ideal solution for
207 -those users who may not be comfortable compiling their own kernels.
208 +Now that your kernel source tree is installed, it's now time to compile your
209 +kernel by using our <c>genkernel</c> script to automatically build a kernel for
210 +you. <c>genkernel</c> works by configuring a kernel nearly identically to the
211 +way our Installation CD kernel is configured. This means that when you use
212 +<c>genkernel</c> to build your kernel, your system will generally detect all
213 +your hardware at boot-time, just like our Installation CD does. Because
214 +genkernel doesn't require any manual kernel configuration, it is an ideal
215 +solution for those users who may not be comfortable compiling their own
216 +kernels.
217 </p>
218
219 <p>
220 @@ -339,42 +322,17 @@
221 </p>
222
223 <pre caption="Running genkernel">
224 -* Gentoo Linux Genkernel; Version 3.4.0
225 -* Running with options: all
226 -
227 -* Linux Kernel 2.6.16.19 for alpha...
228 -* kernel: >> Running mrproper...
229 # <i>genkernel all</i>
230 -<comment>(Output removed to increase readability)</comment>
231 -* Kernel compiled successfully!
232 -*
233 -* Required Kernel Parameters:
234 -* real_root=/dev/$ROOT
235 -*
236 -* Where $ROOT is the device node for your root partition as the
237 -* one specified in /etc/fstab
238 -*
239 -* If you require Genkernel's hardware detection features; you MUST
240 -* tell your bootloader to use the provided INITRAMFS file. Otherwise;
241 -* substitute the root argument for the real_root argument if you are
242 -* not planning to use the initrd...
243 -
244 -* WARNING... WARNING... WARNING...
245 -* Additional kernel cmdline arguments that *may* be required to boot properly...
246 -* Do NOT report kernel bugs as genkernel bugs unless your bug
247 -* is about the default genkernel configuration...
248 -*
249 -* Make sure you have the latest genkernel before reporting bugs.
250 </pre>
251
252 <p>
253 -Once <c>genkernel</c> completes, a kernel, full set of modules and
254 -<e>initial root disk</e> (initrd) will be created. We will use the kernel
255 -and initrd when configuring a boot loader later in this document. Write
256 -down the names of the kernel and initrd as you will need it when writing
257 -the bootloader configuration file. The initrd will be started immediately after
258 -booting to perform hardware autodetection (just like on the Installation CD) before
259 -your "real" system starts up.
260 +Once <c>genkernel</c> completes, a kernel, full set of modules and <e>initial
261 +root disk</e> (initrd) will be created. We will use the kernel and initrd when
262 +configuring a boot loader later in this document. Write down the names of the
263 +kernel and initrd as you will need it when writing the bootloader configuration
264 +file. The initrd will be started immediately after booting to perform hardware
265 +autodetection (just like on the Installation CD) before your "real" system
266 +starts up.
267 </p>
268
269 <pre caption="Checking the created kernel image name and initrd">
270 @@ -386,55 +344,13 @@
271 <section id="kernel_modules">
272 <title>Installing Separate Kernel Modules</title>
273 <subsection>
274 -<title>Installing Extra Modules</title>
275 -<body>
276 -
277 -<p>
278 -If appropriate, you should emerge ebuilds for any additional hardware that is
279 -on your system. Here is a list of kernel-related ebuilds that you could emerge:
280 -</p>
281 -
282 -<table>
283 -<tcolumn width="1in"/>
284 -<tcolumn width="4in"/>
285 -<tcolumn width="2in"/>
286 -<tr>
287 - <th>Ebuild</th>
288 - <th>Purpose</th>
289 - <th>Command</th>
290 -</tr>
291 -<tr>
292 - <ti>x11-drm</ti>
293 - <ti>
294 - Accelerated graphics for ATI Radeon up to 9200, Rage128, Matrox, Voodoo and
295 - other cards for xorg-x11. Please check the <c>IUSE_VIDEO_CARDS</c> variable
296 - in the <path>/usr/portage/x11-base/x11-drm</path> ebuilds to see what you
297 - need to fill in as <c>yourcard</c>.
298 - </ti>
299 - <ti><c>VIDEO_CARDS="yourcard" emerge x11-drm</c></ti>
300 -</tr>
301 -</table>
302 -
303 -<p>
304 -Beware though, some of these ebuilds might deal with big dependencies. To verify
305 -what packages will be installed by emerging an ebuild, use <c>emerge
306 ---pretend</c>. For instance, for the <c>x11-drm</c> package:
307 -</p>
308 -
309 -<pre caption="View full installation package listing">
310 -# <i>emerge --pretend x11-drm</i>
311 -</pre>
312 -
313 -</body>
314 -</subsection>
315 -<subsection>
316 <title>Configuring the Modules</title>
317 <body>
318
319 <p>
320 -You should list the modules you want automatically loaded in
321 -<path>/etc/modules.autoload.d/kernel-2.4</path> (or <path>kernel-2.6</path>).
322 -You can add extra options to the modules too if you want.
323 +You should list the modules you want automatically loaded in
324 +<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
325 +the modules too if you want.
326 </p>
327
328 <p>
329 @@ -449,16 +365,14 @@
330
331 <p>
332 For instance, to automatically load the <c>3c59x.o</c> module, edit the
333 -<path>kernel-2.4</path> or <path>kernel-2.6</path> file and enter the module
334 -name in it.
335 +<path>kernel-2.6</path> file and enter the module name in it.
336 </p>
337
338 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.4">
339 -<comment>(Example for 2.4 kernels)</comment>
340 -# <i>nano -w /etc/modules.autoload.d/kernel-2.4</i>
341 +<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
342 +# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
343 </pre>
344
345 -<pre caption="/etc/modules.autoload.d/kernel-2.4 or kernel-2.6">
346 +<pre caption="/etc/modules.autoload.d/kernel-2.6">
347 3c59x
348 </pre>
349
350
351
352
353 1.3 xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml
354
355 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml?rev=1.3&view=markup
356 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml?rev=1.3&content-type=text/plain
357 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml?r1=1.2&r2=1.3
358
359 Index: hb-install-alpha-medium.xml
360 ===================================================================
361 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml,v
362 retrieving revision 1.2
363 retrieving revision 1.3
364 diff -u -r1.2 -r1.3
365 --- hb-install-alpha-medium.xml 20 Mar 2007 05:31:13 -0000 1.2
366 +++ hb-install-alpha-medium.xml 31 Mar 2007 04:35:16 -0000 1.3
367 @@ -4,11 +4,11 @@
368 <!-- The content of this document is licensed under the CC-BY-SA license -->
369 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
370
371 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml,v 1.2 2007/03/20 05:31:13 nightmorph Exp $ -->
372 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-alpha-medium.xml,v 1.3 2007/03/31 04:35:16 nightmorph Exp $ -->
373
374 <sections>
375
376 -<version>7.0</version>
377 +<version>8.0</version>
378 <date>2006-08-30</date>
379
380 <section>
381 @@ -109,6 +109,26 @@
382
383 </body>
384 </subsection>
385 +<subsection>
386 +<title>Other CDs</title>
387 +<body>
388 +
389 +<p>
390 +You might find a Package CD on one of our mirrors. This CD is not an
391 +Installation CD but an additional resource that can be exploited during a
392 +networkless installation. It contains prebuilt packages (also known as the GRP
393 +set) that allow you to easily and quickly install additional applications
394 +(such as OpenOffice.org, KDE, GNOME, ...) immediately after the networkless
395 +Gentoo installation.
396 +</p>
397 +
398 +<p>
399 +If you intend to use the Packages CD to quickly install additional software,
400 +make sure that you use the same subarchitecture as the stage3 tarball you use.
401 +</p>
402 +
403 +</body>
404 +</subsection>
405 </section>
406 <!-- STOP -->
407 <section>
408 @@ -119,8 +139,8 @@
409
410 <p>
411 You can download the Universal Installation CD from one of our <uri
412 -link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in
413 -the <path>releases/alpha/2007.0/installcd</path> directory.
414 +link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in the
415 +<path><keyval id="release-dir"/>installcd</path> directory.
416 </p>
417
418 <p>
419 @@ -190,17 +210,17 @@
420 <p>
421 When your Alpha is powered on, the first thing that gets started is the
422 firmware. It is loosely synonymous with the BIOS software on PC systems. There
423 -are two types of firmware on Alpha systems: SRM (<e>Systems Reference
424 +are two types of firmware on Alpha systems: SRM (<e>Systems Reference
425 Manual</e>) and ARC (<e>Advanced Risc Console</e>).
426 </p>
427
428 <p>
429 SRM is based on the Alpha Console Subsystem specification, which provides an
430 operating environment for OpenVMS, Tru64 UNIX, and Linux operating systems. ARC
431 -is based on the Advanced RISC Computing (ARC) specification, which provides
432 -an operating environment for Windows NT. You can find a
433 -<uri link="http://www.alphalinux.org/faq/SRM-HOWTO/">detailed guide</uri> on
434 -using SRM over at the Alpha Linux website.
435 +is based on the Advanced RISC Computing (ARC) specification, which provides an
436 +operating environment for Windows NT. You can find a <uri
437 +link="http://www.alphalinux.org/faq/SRM-HOWTO/">detailed guide</uri> on using
438 +SRM over at the Alpha Linux website.
439 </p>
440
441 <p>
442 @@ -212,20 +232,13 @@
443 </p>
444
445 <p>
446 -Now to boot an Alpha Installation CD, put the CD-ROM in the tray and reboot the system.
447 -You can use SRM to boot the Installation CD. If you cannot do that, you will have to use
448 -<c>MILO</c>. If you don't have <c>MILO</c> installed already, use one of the
449 -precompiled <c>MILO</c> images available on <uri
450 +Now to boot an Alpha Installation CD, put the CD-ROM in the tray and reboot the
451 +system. You can use SRM to boot the Installation CD. If you cannot do that, you
452 +will have to use <c>MILO</c>. If you don't have <c>MILO</c> installed already,
453 +use one of the precompiled <c>MILO</c> images available on <uri
454 link="http://dev.gentoo.org/~taviso/milo/">taviso's homepage</uri>.
455 </p>
456
457 -<p>
458 -This release also includes two entries for people who want to use a serial
459 -console during the installation, possibly boxes with no keyboard and screen
460 -attached. One allows you to boot 2.6 using the serial console and the other will
461 -do the same with our 2.4 kernel.
462 -</p>
463 -
464 <pre caption="Booting a CD-ROM using SRM">
465 <comment>(List available hardware drives)</comment>
466 &gt;&gt;&gt; <i>show device</i>
467 @@ -233,25 +246,16 @@
468 <comment>(...)</comment>
469 <comment>(Substitute dkb0 with your CD-ROM drive device)</comment>
470 &gt;&gt;&gt; <i>boot dkb0 -flags 0</i>
471 -<comment>(To boot the 2.4 kernel instead of the default 2.6 kernel use:)</comment>
472 -&gt;&gt;&gt; <i>boot dkb -flags 1</i>
473 +
474 <comment>(If you need serial console support)</comment>
475 -<comment>(To boot the 2.6 kernel with serial console support use:)</comment>
476 &gt;&gt;&gt; <i>boot dkb0 -flags 2</i>
477 -<comment>(To boot the 2.4 kernel with serial console support use:)</comment>
478 -&gt;&gt;&gt; <i>boot dkb0 -flags 3</i>
479 </pre>
480
481 <pre caption="Booting a CD-ROM using MILO">
482 <comment>(Substitute hdb with your CD-ROM drive device)</comment>
483 MILO&gt; <i>boot hdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
484 -<comment>(To boot the 2.4 kernel instead of the default 2.6 kernel use:)</comment>
485 -MILO&gt; <i>boot hdb:/boot/gentoo_2.4 initrd=/boot/gentoo_2_4.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
486 <comment>(If you need serial console support)</comment>
487 -<comment>(To boot the 2.6 kernel with serial console support use:)</comment>
488 MILO&gt; <i>boot hdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs console=ttyS0</i>
489 -<comment>(To boot the 2.4 kernel with serial console support use:)</comment>
490 -MILO&gt; <i>boot hdb:/boot/gentoo_2.4 initrd=/boot/gentoo_2_4.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs console=ttyS0 cdroot</i>
491 </pre>
492
493 <p>
494 @@ -272,11 +276,11 @@
495
496 <p>
497 When the Installation CD boots, it tries to detect all your hardware devices and
498 -loads the appropriate kernel modules to support your hardware. In the
499 -vast majority of cases, it does a very good job. However, in some cases (the
500 -SPARC Installation CDs don't even do autodetection), it may not auto-load the kernel
501 -modules you need. If the PCI auto-detection missed some of your system's
502 -hardware, you will have to load the appropriate kernel modules manually.
503 +loads the appropriate kernel modules to support your hardware. In the vast
504 +majority of cases, it does a very good job. However, in some cases it may not
505 +auto-load the kernel modules you need. If the PCI auto-detection missed some of
506 +your system's hardware, you will have to load the appropriate kernel modules
507 +manually.
508 </p>
509
510 <p>
511 @@ -288,14 +292,6 @@
512 # <i>modprobe 8139too</i>
513 </pre>
514
515 -<p>
516 -If you need PCMCIA support, you should start the <c>pcmcia</c> init script:
517 -</p>
518 -
519 -<pre caption="Starting the PCMCIA init script">
520 -# <i>/etc/init.d/pcmcia start</i>
521 -</pre>
522 -
523 </body>
524 </subsection>
525 <subsection>
526
527
528
529 --
530 gentoo-doc-cvs@g.o mailing list