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:34
Message-Id: E1HXVJ6-00085a-Ee@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.17 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?r1=1.16&r2=1.17
15
16 Index: hb-install-alpha-bootloader.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- hb-install-alpha-bootloader.xml 19 Mar 2007 08:00:14 -0000 1.16
23 +++ hb-install-alpha-bootloader.xml 31 Mar 2007 04:35:16 -0000 1.17
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/draft/hb-install-alpha-bootloader.xml,v 1.16 2007/03/19 08:00:14 nightmorph Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v 1.17 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 @@ -123,7 +123,7 @@
39 </p>
40
41 <pre caption="Installing MILO">
42 -# <i>emerge --usepkg milo</i>
43 +# <i>emerge milo</i>
44 </pre>
45
46 <p>
47
48
49
50 1.18 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.18&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.18&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.17&r2=1.18
55
56 Index: hb-install-alpha-kernel.xml
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
59 retrieving revision 1.17
60 retrieving revision 1.18
61 diff -u -r1.17 -r1.18
62 --- hb-install-alpha-kernel.xml 19 Mar 2007 09:09:40 -0000 1.17
63 +++ hb-install-alpha-kernel.xml 31 Mar 2007 04:35:16 -0000 1.18
64 @@ -4,7 +4,7 @@
65 <!-- The content of this document is licensed under the CC-BY-SA license -->
66 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
67
68 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.17 2007/03/19 09:09:40 nightmorph Exp $ -->
69 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.18 2007/03/31 04:35:16 nightmorph Exp $ -->
70
71 <sections>
72
73 @@ -47,16 +47,8 @@
74 </p>
75
76 <p>
77 -For alpha-based systems we have <c>gentoo-sources</c> (the default 2.6 kernel source).
78 -</p>
79 -
80 -<p>
81 -Choose your kernel source and install it using <c>emerge</c>.
82 -</p>
83 -
84 -<p>
85 -In the next example we install <c>gentoo-sources</c>. Of course substitute with
86 -your choice of sources, this is merely an example.
87 +For alpha-based systems we have <c>gentoo-sources</c> (the default 2.6 kernel
88 +source).
89 </p>
90
91 <pre caption="Installing a kernel source">
92 @@ -76,16 +68,16 @@
93 </pre>
94
95 <p>
96 -Now it is time to configure and compile your kernel source. You
97 -can use <c>genkernel</c> for this, which will build a generic kernel as used
98 -by the Installation CD. We explain the "manual" configuration first though, as it is
99 +Now it is time to configure and compile your kernel source. You can use
100 +<c>genkernel</c> for this, which will build a generic kernel as used by the
101 +Installation CD. We explain the "manual" configuration first though, as it is
102 the best way to optimize your environment.
103 </p>
104
105 <p>
106 If you want to manually configure your kernel, continue now with <uri
107 -link="#manual">Default: Manual Configuration</uri>. If you want to use
108 -<c>genkernel</c> you should read <uri link="#genkernel">Alternative: Using
109 +link="#manual">Default: Manual Configuration</uri>. If you want to use
110 +<c>genkernel</c> you should read <uri link="#genkernel">Alternative: Using
111 genkernel</uri> instead.
112 </p>
113
114 @@ -302,14 +294,15 @@
115 </p>
116
117 <p>
118 -Now that your kernel source tree is installed, it's now time to compile your
119 -kernel by using our <c>genkernel</c> script to automatically build a kernel for
120 -you. <c>genkernel</c> works by configuring a kernel nearly identically to the
121 -way our Installation CD kernel is configured. This means that when you use
122 -<c>genkernel</c> to build your kernel, your system will generally detect all
123 -your hardware at boot-time, just like our Installation CD does. Because genkernel
124 -doesn't require any manual kernel configuration, it is an ideal solution for
125 -those users who may not be comfortable compiling their own kernels.
126 +Now that your kernel source tree is installed, it's now time to compile your
127 +kernel by using our <c>genkernel</c> script to automatically build a kernel for
128 +you. <c>genkernel</c> works by configuring a kernel nearly identically to the
129 +way our Installation CD kernel is configured. This means that when you use
130 +<c>genkernel</c> to build your kernel, your system will generally detect all
131 +your hardware at boot-time, just like our Installation CD does. Because
132 +genkernel doesn't require any manual kernel configuration, it is an ideal
133 +solution for those users who may not be comfortable compiling their own
134 +kernels.
135 </p>
136
137 <p>
138 @@ -338,13 +331,13 @@
139 </pre>
140
141 <p>
142 -Once <c>genkernel</c> completes, a kernel, full set of modules and
143 -<e>initial root disk</e> (initrd) will be created. We will use the kernel
144 -and initrd when configuring a boot loader later in this document. Write
145 -down the names of the kernel and initrd as you will need it when writing
146 -the bootloader configuration file. The initrd will be started immediately after
147 -booting to perform hardware autodetection (just like on the Installation CD) before
148 -your "real" system starts up.
149 +Once <c>genkernel</c> completes, a kernel, full set of modules and <e>initial
150 +root disk</e> (initrd) will be created. We will use the kernel and initrd when
151 +configuring a boot loader later in this document. Write down the names of the
152 +kernel and initrd as you will need it when writing the bootloader configuration
153 +file. The initrd will be started immediately after booting to perform hardware
154 +autodetection (just like on the Installation CD) before your "real" system
155 +starts up.
156 </p>
157
158 <pre caption="Checking the created kernel image name and initrd">
159 @@ -356,48 +349,6 @@
160 <section id="kernel_modules">
161 <title>Installing Separate Kernel Modules</title>
162 <subsection>
163 -<title>Installing Extra Modules</title>
164 -<body>
165 -
166 -<p>
167 -If appropriate, you should emerge ebuilds for any additional hardware that is
168 -on your system. Here is a list of kernel-related ebuilds that you could emerge:
169 -</p>
170 -
171 -<table>
172 -<tcolumn width="1in"/>
173 -<tcolumn width="4in"/>
174 -<tcolumn width="2in"/>
175 -<tr>
176 - <th>Ebuild</th>
177 - <th>Purpose</th>
178 - <th>Command</th>
179 -</tr>
180 -<tr>
181 - <ti>x11-drm</ti>
182 - <ti>
183 - Accelerated graphics for ATI Radeon up to 9200, Rage128, Matrox, Voodoo and
184 - other cards for xorg-x11. Please check the <c>IUSE_VIDEO_CARDS</c> variable
185 - in the <path>/usr/portage/x11-base/x11-drm</path> ebuilds to see what you
186 - need to fill in as <c>yourcard</c>.
187 - </ti>
188 - <ti><c>VIDEO_CARDS="yourcard" emerge x11-drm</c></ti>
189 -</tr>
190 -</table>
191 -
192 -<p>
193 -Beware though, some of these ebuilds might deal with big dependencies. To verify
194 -what packages will be installed by emerging an ebuild, use <c>emerge
195 ---pretend</c>. For instance, for the <c>x11-drm</c> package:
196 -</p>
197 -
198 -<pre caption="View full installation package listing">
199 -# <i>emerge --pretend x11-drm</i>
200 -</pre>
201 -
202 -</body>
203 -</subsection>
204 -<subsection>
205 <title>Configuring the Modules</title>
206 <body>
207
208
209
210
211 1.22 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml
212
213 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?rev=1.22&view=markup
214 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?rev=1.22&content-type=text/plain
215 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?r1=1.21&r2=1.22
216
217 Index: hb-install-alpha-medium.xml
218 ===================================================================
219 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v
220 retrieving revision 1.21
221 retrieving revision 1.22
222 diff -u -r1.21 -r1.22
223 --- hb-install-alpha-medium.xml 19 Mar 2007 07:09:19 -0000 1.21
224 +++ hb-install-alpha-medium.xml 31 Mar 2007 04:35:16 -0000 1.22
225 @@ -4,7 +4,7 @@
226 <!-- The content of this document is licensed under the CC-BY-SA license -->
227 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
228
229 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v 1.21 2007/03/19 07:09:19 nightmorph Exp $ -->
230 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v 1.22 2007/03/31 04:35:16 nightmorph Exp $ -->
231
232 <sections>
233
234 @@ -224,10 +224,10 @@
235 </p>
236
237 <p>
238 -You can download any of the Installation CDs (and, if you want to, a Packages
239 -CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
240 -Installation CDs are located in the <path>releases/alpha/2007.0/installcd</path>
241 -directory.
242 +You can download any of the Installation CDs (and, if you want to, a Packages CD
243 +as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
244 +Installation CDs are located in the <path><keyval
245 +id="release-dir"/>installcd</path> directory.
246 </p>
247
248 <p>
249 @@ -319,13 +319,6 @@
250 link="http://dev.gentoo.org/~taviso/milo/">taviso's homepage</uri>.
251 </p>
252
253 -<p>
254 -This release also includes two entries for people who want to use a serial
255 -console during the installation, possibly boxes with no keyboard and
256 -screen attached. One allows you to boot 2.6 using the serial console and
257 -the other will do the same with our 2.4 kernel.
258 -</p>
259 -
260 <pre caption="Booting a CD-ROM using SRM">
261 <comment>(List available hardware drives)</comment>
262 &gt;&gt;&gt; <i>show device</i>
263
264
265
266 --
267 gentoo-doc-cvs@g.o mailing list