Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30275 | Differences between
and this patch

Collapse All | Expand All

(-)../../gentoo/xml/htdocs/doc/en/gentoo-sparc-install.xml (-6 / +11 lines)
Lines 17-22 Link Here
17
<author title="Editor">
17
<author title="Editor">
18
<mail link="swift@gentoo.org">Sven Vermeulen</mail>
18
<mail link="swift@gentoo.org">Sven Vermeulen</mail>
19
</author>
19
</author>
20
<author title="Editor">
21
<mail link="bennyc@gentoo.org">Benny Chuang</mail>
22
</author>
20
23
21
24
22
<abstract>
25
<abstract>
Lines 27-35 Link Here
27
30
28
<license/>
31
<license/>
29
32
30
<version>0.4.7</version>
33
<version>0.4.8</version>
31
34
32
<date>September 30, 2003</date>
35
<date>October 3, 2003</date>
33
36
34
<chapter>
37
<chapter>
35
<title>About the Install</title>
38
<title>About the Install</title>
Lines 1964-1972 Link Here
1964
module), then under "SCSI support" enable "SCSI support", "SCSI CD-ROM 
1967
module), then under "SCSI support" enable "SCSI support", "SCSI CD-ROM 
1965
support" and "SCSI generic support" (again, I usually compile them as 
1968
support" and "SCSI generic support" (again, I usually compile them as 
1966
modules). If you also choose to use modules, then <c>echo -e 
1969
modules). If you also choose to use modules, then <c>echo -e 
1967
"ide-scsi\nsg\nsr_mod" &gt;&gt; /etc/modules.autoload</c> to have them 
1970
"ide-scsi\nsg\nsr_mod" &gt;&gt; /etc/modules.autoload.d/kernel-KV</c>
1968
automatically added at boot time.
1971
to have them automatically added at boot time.
1969
</p>
1972
</p>
1973
<impo>Replace KV for whichever kernel version you are using. If you are using
1974
a 2.4 Kerne, simply replace <e>KV</e> with <e>2.4</e>.</impo>
1970
1975
1971
<note>
1976
<note>
1972
For those who prefer it, it is now possible to install Gentoo Linux with
1977
For those who prefer it, it is now possible to install Gentoo Linux with
Lines 2340-2353 Link Here
2340
2345
2341
<p>
2346
<p>
2342
Add the names of any modules that are necessary for the proper 
2347
Add the names of any modules that are necessary for the proper 
2343
functioning of your system to the <path>/etc/modules.autoload</path>
2348
functioning of your system to the <path>/etc/modules.autoload.d/kernel-KV</path>
2344
file (you can also add any options you need to the same line). When Gentoo 
2349
file (you can also add any options you need to the same line). When Gentoo 
2345
Linux boots, these modules will be automatically loaded. Of particular 
2350
Linux boots, these modules will be automatically loaded. Of particular 
2346
importance is your ethernet card module, if you happened to compile it 
2351
importance is your ethernet card module, if you happened to compile it 
2347
as a module:
2352
as a module:
2348
</p>
2353
</p>
2349
2354
2350
<pre caption="/etc/modules.autoload">
2355
<pre caption="/etc/modules.autoload.d/kernel-KV">
2351
<comment>This is assuming that you are using a 3com card.
2356
<comment>This is assuming that you are using a 3com card.
2352
Check <path>/lib/modules/`uname -r`/kernel/drivers/net</path> for your card.</comment>
2357
Check <path>/lib/modules/`uname -r`/kernel/drivers/net</path> for your card.</comment>
2353
3c59x
2358
3c59x

Return to bug 30275