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-x86+amd64-kernel.xml
Date: Mon, 19 Mar 2007 08:19:14
Message-Id: E1HTD51-0006Fk-TB@stork.gentoo.org
1 nightmorph 07/03/19 08:18:59
2
3 Modified: hb-install-x86+amd64-kernel.xml
4 Log:
5 lots of cleanups for the kernel config, including removal of 2.4 stuff
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?r1=1.4&r2=1.5
13
14 Index: hb-install-x86+amd64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-x86+amd64-kernel.xml 14 Mar 2007 06:24:40 -0000 1.4
21 +++ hb-install-x86+amd64-kernel.xml 19 Mar 2007 08:18:59 -0000 1.5
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-x86+amd64-kernel.xml,v 1.4 2007/03/14 06:24:40 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v 1.5 2007/03/19 08:18:59 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 explains how to configure your kernel.
33 </abstract>
34
35 -<version>4.3</version>
36 +<version>5.0</version>
37 <date>2007-03-12</date>
38
39 <section>
40 @@ -22,8 +22,8 @@
41
42 <p>
43 You first need to select your timezone so that your system knows where it is
44 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
45 -it to <path>/etc/localtime</path>. Please avoid the
46 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
47 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
48 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
49 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
50 </p>
51 @@ -31,7 +31,8 @@
52 <pre caption="Setting the timezone information">
53 # <i>ls /usr/share/zoneinfo</i>
54 <comment>(Suppose you want to use GMT)</comment>
55 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
56 +# <i>nano -w /etc/conf.d/clock</i>
57 +TIMEZONE="GMT"
58 </pre>
59
60 </body>
61 @@ -56,9 +57,8 @@
62 </p>
63
64 <p test="func:keyval('arch')='AMD64'">
65 -For AMD64-based systems we have <c>gentoo-sources</c> (kernel v2.6 source
66 -patched with amd64 specific fixes for stability, performance and hardware
67 -support).
68 +For AMD64-based systems we have <c>gentoo-sources</c> (kernel source patched
69 +with amd64 specific fixes for stability, performance and hardware support).
70 </p>
71
72 <p>
73 @@ -207,21 +207,7 @@
74 </body>
75 <body test="func:keyval('arch')='x86'">
76
77 -<p>
78 -If you are using a 2.4 kernel, you need to select <c>/dev file
79 -system</c> as 2.4 kernels do not support <c>udev</c>.
80 -</p>
81 -
82 <pre caption="Selecting necessary file systems">
83 -<comment>(With a 2.4.x kernel)</comment>
84 -File systems ---&gt;
85 - [*] Virtual memory file system support (former shm fs)
86 - [*] /proc file system support
87 - [*] /dev file system support (EXPERIMENTAL)
88 - [*] automatically mount /dev at boot
89 - [ ] /dev/pts file system for Unix98 PTYs
90 -
91 -<comment>(With a 2.6.x kernel)</comment>
92 File systems ---&gt;
93 Pseudo Filesystems ---&gt;
94 [*] /proc file system support
95 @@ -235,21 +221,6 @@
96 &lt;*&gt; XFS filesystem support
97 </pre>
98
99 -<p>
100 -If your BIOS can't handle large hard drives and you jumpered the hard drive to
101 -report a limited size you have to enable the following option to gain access to
102 -your whole hard drive:
103 -</p>
104 -
105 -<pre caption="Selecting autogeometry resizing support">
106 -<comment>(2.4.x kernel only)</comment>
107 -ATA/IDE/MFM/RLL support ---&gt;
108 - IDE, ATA and ATAPI Block devices ---&gt;
109 - &lt;*&gt; Include IDE/ATA-2 DISK support
110 - [ ] Use multi-mode by default
111 - [*] Auto-Geometry Resizing support
112 -</pre>
113 -
114 </body>
115 <body test="func:keyval('arch')='AMD64'">
116
117 @@ -295,13 +266,6 @@
118 </pre>
119
120 <pre caption="Selecting PPPoE necessary drivers" test="func:keyval('arch')='x86'">
121 -<comment>(With a 2.4.x kernel)</comment>
122 -Network device support ---&gt;
123 - &lt;*&gt; PPP (point-to-point protocol) support
124 - &lt;*&gt; PPP support for async serial ports
125 - &lt;*&gt; PPP support for sync tty ports
126 -
127 -<comment>(With a 2.6.x kernel)</comment>
128 Device Drivers ---&gt;
129 Networking support ---&gt;
130 &lt;*&gt; PPP (point-to-point protocol) support
131 @@ -354,18 +318,11 @@
132 <body test="func:keyval('arch')='x86'">
133
134 <p>
135 -Laptop-users who want PCMCIA support should <e>not</e> use the PCMCIA drivers if
136 -they choose to use a 2.4 kernel. More recent drivers are available through the
137 -<c>pcmcia-cs</c> package which will be installed later on. 2.6-kernel users
138 -however should use the PCMCIA drivers from the kernel.
139 -</p>
140 -
141 -<p>
142 -Besides compiling in PCMCIA support in the 2.6 kernel, don't forget to enable
143 +If you want PCMCIA support for your laptop, don't forget to enable
144 support for the PCMCIA card bridge present in your system:
145 </p>
146
147 -<pre caption="Enabling PCMCIA support for 2.6 kernels">
148 +<pre caption="Enabling PCMCIA support">
149 Bus options (PCI, PCMCIA, EISA, MCA, ISA) ---&gt;
150 PCCARD (PCMCIA/CardBus) support ---&gt;
151 &lt;*&gt; PCCard (PCMCIA/CardBus) support
152 @@ -397,15 +354,7 @@
153 the configuration and start the compilation process:
154 </p>
155
156 -<pre caption="Compiling the kernel" test="func:keyval('arch')='x86'">
157 -<comment>(For 2.4 kernel)</comment>
158 -# <i>make dep &amp;&amp; make bzImage modules modules_install</i>
159 -
160 -<comment>(For 2.6 kernel)</comment>
161 -# <i>make &amp;&amp; make modules_install</i>
162 -</pre>
163 -
164 -<pre caption="Compiling the kernel" test="func:keyval('arch')='AMD64'">
165 +<pre caption="Compiling the kernel">
166 # <i>make &amp;&amp; make modules_install</i>
167 </pre>
168
169 @@ -460,13 +409,11 @@
170 <body test="func:keyval('arch')='x86'">
171
172 <p>
173 -Next, if you are going to configure a 2.6 kernel, copy over the kernel
174 -configuration used by the Installation CD to the location where genkernel
175 -looks for the default kernel configuration:
176 +Next, copy over the kernel configuration used by the Installation CD to the
177 +location where genkernel looks for the default kernel configuration:
178 </p>
179
180 <pre caption="Copying over the Installation CD kernel config">
181 -<comment>(Only do this if you are going to configure a 2.6 kernel)</comment>
182 # <i>zcat /proc/config.gz &gt; /usr/share/genkernel/x86/kernel-config-2.6</i>
183 </pre>
184
185 @@ -513,11 +460,6 @@
186 <title>Configuring the Modules</title>
187 <body>
188
189 -<note test="func:keyval('arch')='x86'">
190 -If you chose a kernel 2.4, replace occurrences of <c>2.6</c> with <c>2.4</c> in
191 -this section.
192 -</note>
193 -
194 <p>
195 You should list the modules you want automatically loaded in
196 <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
197
198
199
200 --
201 gentoo-doc-cvs@g.o mailing list