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-sparc-kernel.xml
Date: Mon, 02 Apr 2007 01:32:42
Message-Id: E1HYBPI-000532-4n@stork.gentoo.org
1 nightmorph 07/04/02 01:32:28
2
3 Modified: hb-install-sparc-kernel.xml
4 Log:
5 and now, the content changes
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?r1=1.20&r2=1.21
13
14 Index: hb-install-sparc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- hb-install-sparc-kernel.xml 2 Apr 2007 01:27:50 -0000 1.20
21 +++ hb-install-sparc-kernel.xml 2 Apr 2007 01:32:28 -0000 1.21
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v 1.20 2007/04/02 01:27:50 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v 1.21 2007/04/02 01:32:28 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -47,8 +47,7 @@
32 </p>
33
34 <p>
35 -For sparc-based systems we have <c>sparc-sources</c> (2.4 kernel sources
36 -optimized for SPARC users) and <c>gentoo-sources</c> (recommended 2.6 kernel
37 +For sparc-based systems we have <c>gentoo-sources</c> (recommended 2.6 kernel
38 sources).
39 </p>
40
41 @@ -139,31 +138,18 @@
42 Now go to <c>File Systems</c> and select support for the filesystems you use.
43 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
44 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
45 -file system</c>. If you are running a 2.4 kernel, you should also select
46 -<c>/dev file system</c> + <c>Automatically mount at boot</c>:
47 +file system</c>:
48 </p>
49
50 <pre caption="Selecting necessary file systems">
51 -<comment>(With a 2.4.x kernel)</comment>
52 -File systems ---&gt;
53 - [*] Virtual memory file system support (former shm fs)
54 - [*] /proc file system support
55 - [*] /dev file system support (EXPERIMENTAL)
56 - [*] Automatically mount at boot
57 - [ ] /dev/pts file system for Unix98 PTYs
58 -
59 -<comment>(With a 2.6.x kernel)</comment>
60 File systems ---&gt;
61 Pseudo Filesystems ---&gt;
62 [*] /proc file system support
63 [*] Virtual memory file system support (former shm fs)
64
65 <comment>(Select one or more of the following options as needed by your system)</comment>
66 - &lt; &gt; Reiserfs support
67 &lt;*&gt; Ext3 journalling file system support
68 - &lt; &gt; JFS filesystem support
69 &lt;*&gt; Second extended fs support
70 - &lt; &gt; XFS filesystem support
71 </pre>
72
73 <p>
74 @@ -172,13 +158,6 @@
75 </p>
76
77 <pre caption="Selecting PPPoE necessary drivers">
78 -<comment>(With a 2.4.x kernel)</comment>
79 -Network device support ---&gt;
80 - &lt;*&gt; PPP (point-to-point protocol) support
81 - &lt;*&gt; PPP support for async serial ports
82 - &lt;*&gt; PPP support for sync tty ports
83 -
84 -<comment>(With a 2.6.x kernel)</comment>
85 Device Drivers ---&gt;
86 Networking support ---&gt;
87 &lt;*&gt; PPP (point-to-point protocol) support
88 @@ -193,11 +172,6 @@
89 </p>
90
91 <p>
92 -If you require it, don't forget to include support in the kernel for your
93 -ethernet card.
94 -</p>
95 -
96 -<p>
97 Now activate the correct bus-support:
98 </p>
99
100 @@ -293,16 +267,10 @@
101 </p>
102
103 <pre caption="Compiling the kernel">
104 -<comment>(For 2.4 kernel, sparc32)</comment>
105 -# <i>make dep &amp;&amp; make clean vmlinux modules modules_install</i>
106 -
107 -<comment>(For 2.4 kernel, sparc64)</comment>
108 -# <i>make dep &amp;&amp; make clean vmlinux image modules modules_install</i>
109 -
110 -<comment>(For 2.6 kernel, sparc32)</comment>
111 +<comment>(sparc32)</comment>
112 # <i>make &amp;&amp; make modules_install</i>
113
114 -<comment>(For 2.6 kernel, sparc64)</comment>
115 +<comment>(sparc64)</comment>
116 # <i>make &amp;&amp; make image modules_install</i>
117 </pre>
118
119 @@ -313,16 +281,10 @@
120 </p>
121
122 <pre caption="Installing the kernel">
123 -<comment>(For 2.4 kernel, sparc32)</comment>
124 -# <i>cp vmlinux /boot/&lt;kernel-version&gt;</i>
125 -
126 -<comment>(For 2.4 kernel, sparc64)</comment>
127 -# <i>cp arch/sparc64/boot/image /boot/&lt;kernel-version&gt;</i>
128 -
129 -<comment>(For 2.6 kernel, sparc32)</comment>
130 +<comment>(sparc32)</comment>
131 # <i>cp arch/sparc/boot/image /boot/&lt;kernel-version&gt;</i>
132
133 -<comment>(For 2.6 kernel, sparc64)</comment>
134 +<comment>(sparc64)</comment>
135 # <i>cp arch/sparc64/boot/image /boot/&lt;kernel-version&gt;</i>
136 </pre>
137
138 @@ -341,9 +303,9 @@
139 <body>
140
141 <p>
142 -You should list the modules you want automatically loaded in
143 -<path>/etc/modules.autoload.d/kernel-2.4</path> (or <path>kernel-2.6</path>).
144 -You can add extra options to the modules too if you want.
145 +You should list the modules you want automatically loaded in
146 +<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
147 +the modules too if you want.
148 </p>
149
150 <p>
151 @@ -358,16 +320,14 @@
152
153 <p>
154 For instance, to automatically load the <c>3c59x.o</c> module, edit the
155 -<path>kernel-2.4</path> or <path>kernel-2.6</path> file and enter the module
156 -name in it.
157 +<path>kernel-2.6</path> file and enter the module name in it.
158 </p>
159
160 <pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
161 -<comment>(Example for 2.6 kernels)</comment>
162 # <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
163 </pre>
164
165 -<pre caption="/etc/modules.autoload.d/kernel-2.4 or kernel-2.6">
166 +<pre caption="/etc/modules.autoload.d/kernel-2.6">
167 3c59x
168 </pre>
169
170
171
172
173 --
174 gentoo-doc-cvs@g.o mailing list