Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
Date: Thu, 24 Nov 2005 17:26:31
Message-Id: 200511241726.jAOHQJ7I024151@robin.gentoo.org
1 neysx 05/11/24 17:26:10
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
4 hb-install-amd64-kernel.xml
5 hb-install-amd64-medium.xml
6 hb-install-ppc64-bootloader.xml
7 hb-install-ppc64-kernel.xml
8 hb-install-ppc64-medium.xml
9 hb-install-sparc-bootloader.xml
10 hb-install-sparc-kernel.xml
11 hb-install-sparc-medium.xml hb-install-stage.xml
12 hb-install-x86-bootloader.xml
13 hb-install-x86-kernel.xml hb-install-x86-medium.xml
14 Log:
15 Refreshed docs for 2005.1-r1 release (See #102128)
16
17 Revision Changes Path
18 1.37 +9 -9 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml
19
20 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
21 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
22 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo
23
24 Index: hb-install-amd64-bootloader.xml
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
27 retrieving revision 1.36
28 retrieving revision 1.37
29 diff -u -r1.36 -r1.37
30 --- hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.36
31 +++ hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.37
32 @@ -4,12 +4,12 @@
33 <!-- The content of this document is licensed under the CC-BY-SA license -->
34 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
35
36 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.36 2005/11/21 18:29:51 neysx Exp $ -->
37 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.37 2005/11/24 17:26:10 neysx Exp $ -->
38
39 <sections>
40
41 -<version>2.8</version>
42 -<date>2005-11-21</date>
43 +<version>2.9</version>
44 +<date>2005-11-24</date>
45
46 <section>
47 <title>Making your Choice</title>
48 @@ -201,7 +201,7 @@
49 <p>
50 Now we are going to write up a <path>grub.conf</path>. Below you'll
51 find two possible <path>grub.conf</path> for the partitioning example we use
52 -in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've
53 +in this guide, with kernel image <path>kernel-2.6.12-gentoo-r10</path>. We've
54 only extensively commented the first <path>grub.conf</path>.
55 </p>
56
57 @@ -233,7 +233,7 @@
58 title=Gentoo Linux 2.6.12
59 <comment># Partition where the kernel image (or operating system) is located</comment>
60 root (hd0,0)
61 -kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3
62 +kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/hda3
63
64 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
65 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
66 @@ -251,8 +251,8 @@
67
68 title=Gentoo Linux 2.6.12
69 root (hd0,0)
70 -kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
71 -initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
72 +kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
73 +initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r10
74
75 <comment># Only in case you want to dual-boot</comment>
76 title=Windows XP
77 @@ -364,7 +364,7 @@
78 in the right commands to install the GRUB boot record onto your hard drive.
79 </p>
80
81 -<pre caption =" Starting the GRUB shell">
82 +<pre caption=" Starting the GRUB shell">
83 # <i>grub</i>
84 </pre>
85
86 @@ -396,7 +396,7 @@
87 Now go on, configure GRUB, shall we? :-)
88 </p>
89
90 -<pre caption =" Installing GRUB in the MBR">
91 +<pre caption=" Installing GRUB in the MBR">
92 grub&gt; <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
93 grub&gt; <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
94 grub&gt; <i>quit</i> <comment>(Exit the GRUB shell)</comment>
95
96
97
98 1.33 +5 -5 xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml
99
100 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
101 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
102 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo
103
104 Index: hb-install-amd64-kernel.xml
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v
107 retrieving revision 1.32
108 retrieving revision 1.33
109 diff -u -r1.32 -r1.33
110 --- hb-install-amd64-kernel.xml 21 Nov 2005 15:37:12 -0000 1.32
111 +++ hb-install-amd64-kernel.xml 24 Nov 2005 17:26:10 -0000 1.33
112 @@ -4,12 +4,12 @@
113 <!-- The content of this document is licensed under the CC-BY-SA license -->
114 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
115
116 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.32 2005/11/21 15:37:12 neysx Exp $ -->
117 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.33 2005/11/24 17:26:10 neysx Exp $ -->
118
119 <sections>
120
121 -<version>2.9</version>
122 -<date>2005-11-21</date>
123 +<version>2.10</version>
124 +<date>2005-11-24</date>
125
126 <section>
127 <title>Timezone</title>
128 @@ -273,7 +273,7 @@
129 </p>
130
131 <pre caption="Installing the kernel">
132 -# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r6</i>
133 +# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
134 </pre>
135
136 <p>
137 @@ -282,7 +282,7 @@
138 </p>
139
140 <pre caption="Backing up your kernel configuration">
141 -# <i>cp .config /boot/config-2.6.12-gentoo-r6</i>
142 +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
143 </pre>
144
145 <p>
146
147
148
149 1.41 +14 -15 xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml
150
151 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
152 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
153 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo
154
155 Index: hb-install-amd64-medium.xml
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v
158 retrieving revision 1.40
159 retrieving revision 1.41
160 diff -u -r1.40 -r1.41
161 --- hb-install-amd64-medium.xml 21 Nov 2005 16:38:19 -0000 1.40
162 +++ hb-install-amd64-medium.xml 24 Nov 2005 17:26:10 -0000 1.41
163 @@ -4,12 +4,12 @@
164 <!-- The content of this document is licensed under the CC-BY-SA license -->
165 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
166
167 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v 1.40 2005/11/21 16:38:19 neysx Exp $ -->
168 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v 1.41 2005/11/24 17:26:10 neysx Exp $ -->
169
170 <sections>
171
172 -<version>2.10</version>
173 -<date>2005-11-11</date>
174 +<version>2.11</version>
175 +<date>2005-11-24</date>
176
177 <section>
178 <title>Hardware Requirements</title>
179 @@ -113,10 +113,10 @@
180 <body>
181
182 <p>
183 -The Minimal Installation CD is called
184 -<c>install-amd64-minimal-2005.1.iso</c> and
185 -takes up only 75 MB of diskspace. You can use this Installation CD to install
186 -Gentoo, but always with a working Internet connection only.
187 +The Minimal Installation CD is called
188 +<c>install-amd64-minimal-2005.1-r1.iso</c> and takes up only 67 MB of
189 +diskspace. You can use this Installation CD to install Gentoo, but always with
190 +a working Internet connection only.
191 </p>
192
193 <table>
194 @@ -144,12 +144,11 @@
195 <body>
196
197 <p>
198 -The Universal Installation CD is called
199 -<c>install-amd64-universal-2005.1.iso</c> and consumes the entire surface
200 -of a 352 MB CD. You can use this Installation CD to install
201 -Gentoo, and you can even use it to install Gentoo without a working internet
202 -connection, just in case you want to bring Gentoo to another PC than the one you
203 -are currently installing Gentoo on :)
204 +The Universal Installation CD is called
205 +<c>install-amd64-universal-2005.1-r1.iso</c> and takes up 393 MB. You can use
206 +this Installation CD to install Gentoo, and you can even use it to install
207 +Gentoo without a working internet connection, just in case you want to bring
208 +Gentoo to another PC than the one you are currently installing Gentoo on :)
209 </p>
210
211 <table>
212 @@ -226,7 +225,7 @@
213 <p>
214 You can download any of the Installation CDs (and, if you want to, a Packages
215 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
216 -Installation CDs are located in the <path>releases/amd64/2005.1/installcd</path>
217 +Installation CDs are located in the <path>releases/amd64/2005.1-r1/installcd</path>
218 directory.
219 </p>
220
221 @@ -238,7 +237,7 @@
222 <p>
223 In case you wonder if your downloaded file is corrupted or not, you can
224 check its MD5 checksum and compare it with the MD5 checksum we provide (such as
225 -<path>install-amd64-minimal-2005.1.iso.md5</path>). You can check the MD5
226 +<path>install-amd64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
227 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
228 link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
229 </p>
230
231
232
233 1.19 +9 -9 xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml
234
235 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
236 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
237 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
238
239 Index: hb-install-ppc64-bootloader.xml
240 ===================================================================
241 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
242 retrieving revision 1.18
243 retrieving revision 1.19
244 diff -u -r1.18 -r1.19
245 --- hb-install-ppc64-bootloader.xml 29 Oct 2005 07:29:55 -0000 1.18
246 +++ hb-install-ppc64-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.19
247 @@ -4,12 +4,12 @@
248 <!-- The content of this document is licensed under the CC-BY-SA license -->
249 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
250
251 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.18 2005/10/29 07:29:55 neysx Exp $ -->
252 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.19 2005/11/24 17:26:10 neysx Exp $ -->
253
254 <sections>
255
256 -<version>2.3</version>
257 -<date>2005-10-06</date>
258 +<version>2.4</version>
259 +<date>2005-11-24</date>
260
261 <section>
262 <title>Making your Choice</title>
263 @@ -167,9 +167,9 @@
264
265 <comment>#################
266 ## This section can be duplicated if you have more than one kernel or set of
267 -## boot options - replace 2.6.9 with your kernel-version
268 +## boot options - replace 2.6.12 with your kernel-version
269 #################</comment>
270 -image=/boot/kernel-2.6.9
271 +image=/boot/kernel-2.6.12-gentoo-r10
272 label=Linux
273 root=/dev/hda3
274 partition=3
275 @@ -230,14 +230,14 @@
276 <li>That's it!</li>
277 </ul>
278
279 -<pre caption = "yaboot.conf for IBM hardware">
280 +<pre caption="yaboot.conf for IBM hardware">
281 device=disk:
282 partition=2
283 root=/dev/sda2
284 -default=2.6.8-gentoo-r3
285 +default=2.6.12-gentoo-r10
286 timeout=50
287
288 -image=/boot/vmlinux-2.6.8-gentoo-r3
289 +image=/boot/kernel-2.6.12-gentoo-r10
290 label=2.6.8-gentoo-r3
291 append="console=ttyS0,9600"
292 read-only
293 @@ -252,7 +252,7 @@
294 <pre caption="yaboot.conf for PReP hardware">
295 default = linux
296 timeout = 100
297 -image=/boot/vmlinux
298 +image=/boot/kernel-2.6.12-gentoo-r10
299 label=linux
300 read-only
301 root = /dev/sda2
302
303
304
305 1.21 +7 -8 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
306
307 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
308 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
309 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
310
311 Index: hb-install-ppc64-kernel.xml
312 ===================================================================
313 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
314 retrieving revision 1.20
315 retrieving revision 1.21
316 diff -u -r1.20 -r1.21
317 --- hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:12 -0000 1.20
318 +++ hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:10 -0000 1.21
319 @@ -4,12 +4,12 @@
320 <!-- The content of this document is licensed under the CC-BY-SA license -->
321 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
322
323 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.20 2005/11/21 15:37:12 neysx Exp $ -->
324 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.21 2005/11/24 17:26:10 neysx Exp $ -->
325
326 <sections>
327
328 -<version>2.8</version>
329 -<date>2005-11-21</date>
330 +<version>2.9</version>
331 +<date>2005-11-24</date>
332
333 <section>
334 <title>Timezone</title>
335 @@ -63,8 +63,7 @@
336
337 <pre caption="Viewing the kernel source symlink">
338 # <i>ls -l /usr/src/linux</i>
339 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux
340 --&gt; linux-2.6.7-gentoo-r8
341 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.12-gentoo-r10
342 </pre>
343
344 <p>
345 @@ -75,7 +74,7 @@
346 <pre caption="Changing the kernel source symlink">
347 # <i>rm /usr/src/linux</i>
348 # <i>cd /usr/src</i>
349 -# <i>ln -s linux-2.6.7-gentoo-r8 linux</i>
350 +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
351 </pre>
352
353 <p>
354 @@ -241,7 +240,7 @@
355 </p>
356
357 <pre caption="Installing the kernel">
358 -(Apple/IBM) # <i>cp vmlinux /boot/kernel-2.6.7-gentoo-r8</i>
359 +(Apple/IBM) # <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i>
360 </pre>
361
362 <p>
363 @@ -250,7 +249,7 @@
364 </p>
365
366 <pre caption="Backing up your kernel configuration">
367 -# <i>cp .config /boot/config-2.6.7-gentoo-r8</i>
368 +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
369 </pre>
370
371 <p>
372
373
374
375 1.27 +60 -12 xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml
376
377 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
378 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
379 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo
380
381 Index: hb-install-ppc64-medium.xml
382 ===================================================================
383 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
384 retrieving revision 1.26
385 retrieving revision 1.27
386 diff -u -r1.26 -r1.27
387 --- hb-install-ppc64-medium.xml 21 Nov 2005 16:38:19 -0000 1.26
388 +++ hb-install-ppc64-medium.xml 24 Nov 2005 17:26:10 -0000 1.27
389 @@ -4,12 +4,12 @@
390 <!-- The content of this document is licensed under the CC-BY-SA license -->
391 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
392
393 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.26 2005/11/21 16:38:19 neysx Exp $ -->
394 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.27 2005/11/24 17:26:10 neysx Exp $ -->
395
396 <sections>
397
398 -<version>2.8</version>
399 -<date>2005-11-11</date>
400 +<version>2.9</version>
401 +<date>2005-11-24</date>
402
403 <section>
404 <title>Hardware Requirements</title>
405 @@ -92,9 +92,25 @@
406 </p>
407
408 <p>
409 -For the PowerPC64 architecture, we only supply a <e>Minimal</e> Installation CD,
410 -a small, no-nonsense, bootable CD which sole purpose is to boot the system,
411 -prepare the networking and continue with the Gentoo installation.
412 +The two Installation CDs that we currently provide are:
413 +</p>
414 +
415 +<ul>
416 + <li>
417 + The Gentoo <e>Minimal</e> Installation CD, a small, no-nonsense, bootable
418 + CD which sole purpose is to boot the system, prepare the networking and
419 + continue with the Gentoo installation.
420 + </li>
421 + <li>
422 + The Gentoo <e>Universal</e> Installation CD, a bootable CD with the same
423 + abilities as the Minimal Installation CD. Additionally, it contains
424 + several stage3 tarballs (optimized for the individual subarchitectures).
425 + </li>
426 +</ul>
427 +
428 +<p>
429 +To help you decide which Installation CD you need, we have written down the
430 +major advantages and disadvantages of each Installation CD.
431 </p>
432
433 </body>
434 @@ -105,8 +121,7 @@
435
436 <p>
437 The Minimal Installation CD is called
438 -<c>install-ppc64-g5-minimal-2005.1.iso</c> or
439 -<c>install-ppc64-ibm-minimal-2005.1.iso</c> and takes up only 350 MB of
440 +<c>install-ppc64-minimal-2005.1-r1.iso</c> and takes up only 143 MB of
441 diskspace. You can use this Installation CD to install Gentoo, but always with a
442 working Internet connection only.
443 </p>
444 @@ -132,6 +147,39 @@
445 </body>
446 </subsection>
447 <subsection>
448 +<title>Gentoo's Universal Installation CD</title>
449 +<body>
450 +
451 +<p>
452 +The Universal Installation CD is called
453 +<c>install-ppc64-universal-2005.1-r1.iso</c> and uses
454 +486 MB. You can use this Installation CD to install Gentoo, and you can
455 +even use it to install Gentoo without a working internet
456 +connection, just in case you want to bring Gentoo to another PC than the one you
457 +are currently installing Gentoo on :)
458 +</p>
459 +
460 +<table>
461 +<tr>
462 + <th>Universal Installation CD</th>
463 + <th>Pros and Cons</th>
464 +</tr>
465 +<tr>
466 + <th>+</th>
467 + <ti>
468 + Contains everything you need. You can even install without a network
469 + connection.
470 + </ti>
471 +</tr>
472 +<tr>
473 + <th>-</th>
474 + <ti>Huge download</ti>
475 +</tr>
476 +</table>
477 +
478 +</body>
479 +</subsection>
480 +<subsection>
481 <title>The Stage3 Tarball</title>
482 <body>
483
484 @@ -163,10 +211,10 @@
485 </p>
486
487 <p>
488 -You can download any of the Installation CDs (and, if you want to, a Packages
489 +You can download any of the Installation CDs (and, if you want to, a Packages
490 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
491 -Installation CDs are located in the <path>releases/ppc64/2005.1/installcd</path>
492 -directory.
493 +Installation CDs are located in the
494 +<path>releases/ppc64/2005.1-r1/installcd</path> directory.
495 </p>
496
497 <p>
498 @@ -177,7 +225,7 @@
499 <p>
500 In case you wonder if your downloaded file is corrupted or not, you can
501 check its MD5 checksum and compare it with the MD5 checksum we provide (such as
502 -<path>install-ppc64-g5-minimal-2005.1.iso.md5</path>). You can check the MD5
503 +<path>install-ppc64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
504 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
505 link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
506 </p>
507
508
509
510 1.15 +5 -5 xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml
511
512 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
513 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
514 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo
515
516 Index: hb-install-sparc-bootloader.xml
517 ===================================================================
518 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
519 retrieving revision 1.14
520 retrieving revision 1.15
521 diff -u -r1.14 -r1.15
522 --- hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.14
523 +++ hb-install-sparc-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.15
524 @@ -4,12 +4,12 @@
525 <!-- The content of this document is licensed under the CC-BY-SA license -->
526 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
527
528 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.14 2005/08/23 20:49:05 neysx Exp $ -->
529 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.15 2005/11/24 17:26:10 neysx Exp $ -->
530
531 <sections>
532
533 -<version>2.1</version>
534 -<date>2005-08-23</date>
535 +<version>2.2</version>
536 +<date>2005-11-24</date>
537
538 <section>
539 <title>Making your Choice</title>
540 @@ -53,7 +53,7 @@
541 <p>
542 Below you'll find an example <path>silo.conf</path> file. It uses the
543 partitioning scheme we use throughout this book and
544 -<path>kernel-2.4.29</path> as kernelimage.
545 +<path>kernel-2.4.31</path> as kernelimage.
546 </p>
547
548 <pre caption = "Example /etc/silo.conf">
549 @@ -61,7 +61,7 @@
550 root = /dev/sda1 <comment># Root partition</comment>
551 timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
552
553 -image = /boot/kernel-2.4.29
554 +image = /boot/kernel-2.4.31
555 label = linux
556 </pre>
557
558
559
560
561 1.21 +7 -7 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
562
563 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
564 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
565 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
566
567 Index: hb-install-sparc-kernel.xml
568 ===================================================================
569 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
570 retrieving revision 1.20
571 retrieving revision 1.21
572 diff -u -r1.20 -r1.21
573 --- hb-install-sparc-kernel.xml 21 Nov 2005 15:37:12 -0000 1.20
574 +++ hb-install-sparc-kernel.xml 24 Nov 2005 17:26:10 -0000 1.21
575 @@ -4,12 +4,12 @@
576 <!-- The content of this document is licensed under the CC-BY-SA license -->
577 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
578
579 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.20 2005/11/21 15:37:12 neysx Exp $ -->
580 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.21 2005/11/24 17:26:10 neysx Exp $ -->
581
582 <sections>
583
584 -<version>2.5</version>
585 -<date>2005-11-21</date>
586 +<version>2.6</version>
587 +<date>2005-11-24</date>
588
589 <section>
590 <title>Timezone</title>
591 @@ -73,7 +73,7 @@
592
593 <pre caption="Viewing the kernel source symlink">
594 # <i>ls -l /usr/src/linux</i>
595 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.4.29-sparc
596 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.4.31-sparc
597 </pre>
598
599 <p>
600 @@ -84,7 +84,7 @@
601 <pre caption="Changing the kernel source symlink">
602 # <i>rm /usr/src/linux</i>
603 # <i>cd /usr/src</i>
604 -# <i>ln -s linux-2.4.29-sparc linux</i>
605 +# <i>ln -s linux-2.4.31-sparc linux</i>
606 </pre>
607
608 <p>
609 @@ -332,7 +332,7 @@
610 # <i>cp vmlinux /boot/kernel-2.4.29</i>
611
612 <comment>(For 2.4 kernel, sparc64)</comment>
613 -# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.29</i>
614 +# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.31</i>
615
616 <comment>(For 2.6 kernel, sparc32)</comment>
617 # <i>cp arch/sparc/boot/image /boot/kernel-2.6.11</i>
618 @@ -347,7 +347,7 @@
619 </p>
620
621 <pre caption="Backing up your kernel configuration">
622 -# <i>cp .config /boot/config-2.4.29</i>
623 +# <i>cp .config /boot/config-2.4.31</i>
624 </pre>
625
626 <p>
627
628
629
630 1.38 +12 -13 xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml
631
632 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
633 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
634 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo
635
636 Index: hb-install-sparc-medium.xml
637 ===================================================================
638 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v
639 retrieving revision 1.37
640 retrieving revision 1.38
641 diff -u -r1.37 -r1.38
642 --- hb-install-sparc-medium.xml 21 Nov 2005 16:38:19 -0000 1.37
643 +++ hb-install-sparc-medium.xml 24 Nov 2005 17:26:10 -0000 1.38
644 @@ -4,12 +4,12 @@
645 <!-- The content of this document is licensed under the CC-BY-SA license -->
646 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
647
648 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.37 2005/11/21 16:38:19 neysx Exp $ -->
649 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.38 2005/11/24 17:26:10 neysx Exp $ -->
650
651 <sections>
652
653 -<version>2.6</version>
654 -<date>2005-11-11</date>
655 +<version>2.7</version>
656 +<date>2005-11-24</date>
657
658 <section>
659 <title>Hardware Requirements</title>
660 @@ -126,8 +126,8 @@
661 <body>
662
663 <p>
664 -The Minimal Installation CD is called <c>install-sparc64-minimal-2005.1.iso</c>
665 -and takes up only 130 MB of diskspace. You can use this Installation CD to
666 +The Minimal Installation CD is called <c>install-sparc64-minimal-2005.1-r1.iso</c>
667 +and takes up only 32 MB of diskspace. You can use this Installation CD to
668 install Gentoo, but always with a working Internet connection only.
669 </p>
670
671 @@ -156,12 +156,11 @@
672 <body>
673
674 <p>
675 -The Universal Installation CD is called
676 -<c>install-sparc-universal-2005.1.iso</c> and consumes the entire surface of a
677 -650 MB CD. You can use this Installation CD to install
678 -Gentoo, and you can even use it to install Gentoo without a working internet
679 -connection, just in case you want to bring Gentoo to another PC than the one you
680 -are currently installing Gentoo on :)
681 +The Universal Installation CD is called
682 +<c>install-sparc-universal-2005.1.iso</c> and use 525 MB. You can use this
683 +Installation CD to install Gentoo, and you can even use it to install Gentoo
684 +without a working internet connection, just in case you want to bring Gentoo to
685 +another PC than the one you are currently installing Gentoo on :)
686 </p>
687
688 <table>
689 @@ -239,7 +238,7 @@
690 You can download any of the Installation CDs (and, if you want to, a Packages
691 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
692 Installation CDs are located in the
693 -<path>releases/sparc/2005.1/sparc64/installcd</path> directory.
694 +<path>releases/sparc/2005.1-r1/sparc64/installcd</path> directory.
695 </p>
696
697 <p>
698 @@ -250,7 +249,7 @@
699 <p>
700 In case you wonder if your downloaded file is corrupted or not, you can check its
701 MD5 checksum and compare it with the MD5 checksum we provide (such as
702 -<path>install-sparc64-minimal-2005.1.iso.md5</path>). You can check the MD5
703 +<path>install-sparc64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
704 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
705 link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
706 </p>
707
708
709
710 1.91 +33 -52 xml/htdocs/doc/en/handbook/hb-install-stage.xml
711
712 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.91&content-type=text/x-cvsweb-markup&cvsroot=gentoo
713 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.91&content-type=text/plain&cvsroot=gentoo
714 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml.diff?r1=1.90&r2=1.91&cvsroot=gentoo
715
716 Index: hb-install-stage.xml
717 ===================================================================
718 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
719 retrieving revision 1.90
720 retrieving revision 1.91
721 diff -u -r1.90 -r1.91
722 --- hb-install-stage.xml 11 Nov 2005 17:27:15 -0000 1.90
723 +++ hb-install-stage.xml 24 Nov 2005 17:26:10 -0000 1.91
724 @@ -4,12 +4,12 @@
725 <!-- The content of this document is licensed under the CC-BY-SA license -->
726 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
727
728 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.90 2005/11/11 17:27:15 swift Exp $ -->
729 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.91 2005/11/24 17:26:10 neysx Exp $ -->
730
731 <sections>
732
733 -<version>2.6</version>
734 -<date>2005-11-11</date>
735 +<version>2.7</version>
736 +<date>2005-11-24</date>
737
738 <section>
739 <title>Installing a Stage Tarball</title>
740 @@ -107,13 +107,13 @@
741 </p>
742
743 <p>
744 -Pick the <path>releases/</path> directory, followed by your architecture (for
745 -instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path>)
746 -to finish up with the <path>stages/</path> directory. There you should see all
747 -available stage files for your architecture (they might be stored within
748 -subdirectories named to the individual sub architectures). Select one and
749 -press <c>D</c> to download. When you're finished, press <c>Q</c> to quit the
750 -browser.
751 +Pick the <path>releases/</path> directory, followed by your architecture (for
752 +instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path> or
753 +<path>2005.1-r1/</path> if available) to finish up with the
754 +<path>stages/</path> directory. There you should see all available stage files
755 +for your architecture (they might be stored within subdirectories named to the
756 +individual sub architectures). Select one and press <c>D</c> to download. When
757 +you're finished, press <c>Q</c> to quit the browser.
758 </p>
759
760 <pre caption="Surfing to the mirror listing with links2">
761 @@ -124,8 +124,8 @@
762 </pre>
763
764 <p>
765 -Make sure you download a stage3 tarball - installations using a stage1 or stage2
766 -tarball are not supported anymore.
767 +Make sure you download a <b>stage3</b> tarball - installations using a stage1
768 +or stage2 tarball are not supported anymore.
769 </p>
770
771 <p>
772 @@ -135,8 +135,8 @@
773 </p>
774
775 <pre caption="Example checking integrity of a stage tarball">
776 -# <i>md5sum -c stage3-x86-2005.1.tar.bz2.md5</i>
777 -stage3-x86-2005.1.tar.bz2: OK
778 +# <i>md5sum -c stage3-x86-2005.1-r1.tar.bz2.md5</i>
779 +stage3-x86-2005.1-r1.tar.bz2: OK
780 </pre>
781
782 </body>
783 @@ -146,36 +146,26 @@
784 <body>
785
786 <p>
787 -Now unpack your downloaded stage onto your system. We use GNU's <c>tar</c> to
788 -proceed as it is the easiest method:
789 +Now unpack your downloaded stage onto your system. We use <c>tar</c> to proceed
790 +as it is the easiest method:
791 </p>
792
793 <pre caption="Unpacking the stage">
794 -# <i>tar -xvjpf stage3-*.tar.bz2</i>
795 +# <i>tar xvjpf stage3-*.tar.bz2</i>
796 </pre>
797
798 <p>
799 -Make sure that you use the same options (<c>-xvjpf</c>). The <c>x</c> stands for
800 -<e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during the
801 -extraction process (okay, yes, this is optional),
802 -the <c>j</c> for <e>Decompress with bzip2</e>, the <c>p</c> for <e>Preserve
803 -permissions</e> and the <c>f</c> to denote that we want to extract a file, not
804 -standard input.
805 -</p>
806 -
807 -<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
808 -<warn>
809 -The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
810 -<path>stage3-pentium3-2005.1.tar.bz2</path> and
811 -<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
812 -error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
813 -the error <e>before</e> continuing with the installation.
814 -</warn>
815 +Make sure that you use the same options (<c>xvjpf</c>). The <c>x</c> stands for
816 +<e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during the
817 +extraction process (optional), the <c>j</c> for <e>Decompress with bzip2</e>,
818 +the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c> to denote that we
819 +want to extract a file, not standard input.
820 +</p>
821
822 <note>
823 Some architectures (e.g. MIPS) Installation CDs and boot images rely upon the
824 -<c>tar</c> built into BusyBox which doesn't currently support the <c>-v</c>
825 -option. Therefore it may not work.
826 +<c>tar</c> built into BusyBox which doesn't currently support the <c>v</c>
827 +option. Use the <c>xjpf</c> options instead.
828 </note>
829
830 <p>
831 @@ -221,27 +211,18 @@
832 </pre>
833
834 <p>
835 -We will now extract the stage tarball of your choice. We will do this with the
836 -GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)! Again,
837 -the <c>v</c> argument is optional and not supported in some <c>tar</c> versions.
838 -In the next example, we extract the stage tarball
839 -<path>stage3-&lt;subarch&gt;-2005.1.tar.bz2</path>.
840 -Be sure to substitute the tarball filename with your stage.
841 +We will now extract the stage tarball of your choice. We will do this with
842 +<c>tar</c>. Make sure you use the same options (<c>xvjpf</c>) The <c>v</c>
843 +argument is optional and not supported in some <c>tar</c> versions. In the
844 +next example, we extract the stage tarball
845 +<path>stage3-&lt;subarch&gt;-2005.1-r1.tar.bz2</path>. Be sure to substitute
846 +the tarball filename with your stage.
847 </p>
848
849 <pre caption="Extracting the stage tarball">
850 -# <i>tar -xvjpf /mnt/cdrom/stages/stage3-&lt;subarch&gt;-2005.1.tar.bz2</i>
851 +# <i>tar xvjpf /mnt/cdrom/stages/stage3-&lt;subarch&gt;-2005.1-r1.tar.bz2</i>
852 </pre>
853
854 -<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
855 -<warn>
856 -The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
857 -<path>stage3-pentium3-2005.1.tar.bz2</path> and
858 -<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
859 -error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
860 -the error <e>before</e> continuing with the installation.
861 -</warn>
862 -
863 <p>
864 Now that the stage is installed, continue with <uri
865 link="#installing_portage">Installing Portage</uri>.
866 @@ -296,7 +277,7 @@
867
868 <pre caption="Extracting the Portage snapshot">
869 <comment>(Substitute &lt;date&gt; with the datestamp of the downloaded snapshot)</comment>
870 -# <i>tar -xvjf /mnt/gentoo/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
871 +# <i>tar xvjf /mnt/gentoo/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
872 </pre>
873
874 </body>
875
876
877
878 1.39 +14 -14 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml
879
880 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
881 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
882 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo
883
884 Index: hb-install-x86-bootloader.xml
885 ===================================================================
886 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
887 retrieving revision 1.38
888 retrieving revision 1.39
889 diff -u -r1.38 -r1.39
890 --- hb-install-x86-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.38
891 +++ hb-install-x86-bootloader.xml 24 Nov 2005 17:26:10 -0000 1.39
892 @@ -4,12 +4,12 @@
893 <!-- The content of this document is licensed under the CC-BY-SA license -->
894 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
895
896 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.38 2005/11/21 18:29:51 neysx Exp $ -->
897 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.39 2005/11/24 17:26:10 neysx Exp $ -->
898
899 <sections>
900
901 -<version>2.7</version>
902 -<date>2005-11-21</date>
903 +<version>2.8</version>
904 +<date>2005-11-24</date>
905
906 <section>
907 <title>Making your Choice</title>
908 @@ -250,10 +250,10 @@
909 # Comment out if you don't have a graphics card installed</comment>
910 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
911
912 -title=Gentoo Linux 2.6.11-r3
913 +title=Gentoo Linux 2.6.12-r10
914 <comment># Partition where the kernel image (or operating system) is located</comment>
915 root (hd0,0)
916 -kernel /boot/kernel-2.6.11-gentoo-r3 root=/dev/hda3
917 +kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/hda3
918
919 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
920 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
921 @@ -268,10 +268,10 @@
922 timeout 30
923 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
924
925 -title=Gentoo Linux 2.6.11-r3
926 +title=Gentoo Linux 2.6.12-r10
927 root (hd0,0)
928 -kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
929 -initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r3
930 +kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
931 +initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
932
933 <comment># Only in case you want to dual-boot</comment>
934 title=Windows XP
935 @@ -390,7 +390,7 @@
936 in the right commands to install the GRUB boot record onto your hard drive.
937 </p>
938
939 -<pre caption=" Starting the GRUB shell">
940 +<pre caption="Starting the GRUB shell">
941 # <i>grub</i>
942 </pre>
943
944 @@ -422,7 +422,7 @@
945 Now go on, configure GRUB, shall we? :-)
946 </p>
947
948 -<pre caption=" Installing GRUB in the MBR">
949 +<pre caption="Installing GRUB in the MBR">
950 grub&gt; <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
951 grub&gt; <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
952 grub&gt; <i>quit</i> <comment>(Exit the GRUB shell)</comment>
953 @@ -528,18 +528,18 @@
954 default=gentoo <comment># When the timeout has passed, boot the "gentoo" section</comment>
955
956 <comment># For non-genkernel users</comment>
957 -image=/boot/kernel-2.6.11-gentoo-r3
958 +image=/boot/kernel-2.6.12-gentoo-r10
959 label=gentoo <comment># Name we give to this section</comment>
960 read-only <comment># Start with a read-only root. Do not alter!</comment>
961 root=/dev/hda3 <comment># Location of the root filesystem</comment>
962
963 <comment># For genkernel users</comment>
964 -image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r3
965 +image=/boot/kernel-genkernel-x86-2.6.12-gentoo-r10
966 label=gentoo
967 read-only
968 root=/dev/ram0
969 append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
970 - initrd=/boot/initramfs-genkernel-2.6.11-gentoo-r3
971 + initrd=/boot/initramfs-genkernel-2.6.12-gentoo-r10
972
973 <comment># The next two lines are only if you dualboot with a Windows system.</comment>
974 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
975 @@ -565,7 +565,7 @@
976 </p>
977
978 <pre caption = "Using append to add kernel options">
979 -image=/boot/kernel-2.6.11-gentoo-r3
980 +image=/boot/kernel-2.6.12-gentoo-r10
981 label=gentoo
982 read-only
983 root=/dev/hda3
984
985
986
987 1.57 +10 -10 xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml
988
989 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=gentoo
990 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
991 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo
992
993 Index: hb-install-x86-kernel.xml
994 ===================================================================
995 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v
996 retrieving revision 1.56
997 retrieving revision 1.57
998 diff -u -r1.56 -r1.57
999 --- hb-install-x86-kernel.xml 21 Nov 2005 15:37:12 -0000 1.56
1000 +++ hb-install-x86-kernel.xml 24 Nov 2005 17:26:10 -0000 1.57
1001 @@ -4,12 +4,12 @@
1002 <!-- The content of this document is licensed under the CC-BY-SA license -->
1003 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1004
1005 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.56 2005/11/21 15:37:12 neysx Exp $ -->
1006 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.57 2005/11/24 17:26:10 neysx Exp $ -->
1007
1008 <sections>
1009
1010 -<version>3.7</version>
1011 -<date>2005-11-21</date>
1012 +<version>3.8</version>
1013 +<date>2005-11-24</date>
1014
1015 <section>
1016 <title>Timezone</title>
1017 @@ -65,24 +65,24 @@
1018 <p>
1019 When you take a look in <path>/usr/src</path> you should see a symlink called
1020 <path>linux</path> pointing to your kernel source. We will assume the kernel
1021 -source installed is <c>gentoo-sources-2.6.11-r3</c>:
1022 +source installed is <c>gentoo-sources-2.6.12-r10</c>:
1023 </p>
1024
1025 <pre caption="Viewing the kernel source symlink">
1026 # <i>ls -l /usr/src/linux</i>
1027 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.11-gentoo-r3
1028 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.12-gentoo-r10
1029 </pre>
1030
1031 <p>
1032 If the symlink doesn't point to the kernel source of your choice (note that
1033 -<c>linux-2.6.11-gentoo-r3</c> is merely an example) you should change it to the
1034 +<c>linux-2.6.12-gentoo-r10</c> is merely an example) you should change it to the
1035 right kernel:
1036 </p>
1037
1038 <pre caption="Changing the kernel source symlink">
1039 # <i>rm /usr/src/linux</i>
1040 # <i>cd /usr/src</i>
1041 -# <i>ln -s linux-2.6.11-gentoo-r3 linux</i>
1042 +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
1043 </pre>
1044
1045 <p>
1046 @@ -342,13 +342,13 @@
1047 <p>
1048 When the kernel has finished compiling, copy the kernel image to
1049 <path>/boot</path>. From here onwards we assume that the kernel you are
1050 -installing is the 2.6.11-r3 version of the <c>gentoo-sources</c>. Use whatever
1051 +installing is the 2.6.12-r10 version of the <c>gentoo-sources</c>. Use whatever
1052 name you feel is appropriate for your choice and remember it as you will need it
1053 later on when you configure your bootloader.
1054 </p>
1055
1056 <pre caption="Installing the kernel">
1057 -# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r3</i>
1058 +# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
1059 </pre>
1060
1061 <p>
1062 @@ -357,7 +357,7 @@
1063 </p>
1064
1065 <pre caption="Backing up your kernel configuration">
1066 -# <i>cp .config /boot/config-2.6.11-gentoo-r3</i>
1067 +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
1068 </pre>
1069
1070 <p>
1071
1072
1073
1074 1.43 +15 -16 xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml
1075
1076 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1077 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
1078 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo
1079
1080 Index: hb-install-x86-medium.xml
1081 ===================================================================
1082 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v
1083 retrieving revision 1.42
1084 retrieving revision 1.43
1085 diff -u -r1.42 -r1.43
1086 --- hb-install-x86-medium.xml 21 Nov 2005 16:38:19 -0000 1.42
1087 +++ hb-install-x86-medium.xml 24 Nov 2005 17:26:10 -0000 1.43
1088 @@ -4,12 +4,12 @@
1089 <!-- The content of this document is licensed under the CC-BY-SA license -->
1090 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1091
1092 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v 1.42 2005/11/21 16:38:19 neysx Exp $ -->
1093 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v 1.43 2005/11/24 17:26:10 neysx Exp $ -->
1094
1095 <sections>
1096
1097 -<version>2.6</version>
1098 -<date>2005-11-11</date>
1099 +<version>2.7</version>
1100 +<date>2005-11-24</date>
1101
1102 <section>
1103 <title>Hardware Requirements</title>
1104 @@ -108,8 +108,8 @@
1105 <body>
1106
1107 <p>
1108 -The Minimal Installation CD is called <c>install-x86-minimal-2005.1.iso</c>
1109 -and takes up only 52 MB of diskspace. You can use this Installation CD to
1110 +The Minimal Installation CD is called <c>install-x86-minimal-2005.1-r1.iso</c>
1111 +and takes up only 58 MB of diskspace. You can use this Installation CD to
1112 install Gentoo, but always with a working Internet connection only.
1113 </p>
1114
1115 @@ -138,12 +138,11 @@
1116 <body>
1117
1118 <p>
1119 -The Universal Installation CD is called
1120 -<c>install-x86-universal-2005.1.iso</c> and consumes the entire surface of
1121 -a 650 MB CD. You can use this Installation CD to install Gentoo, and you can
1122 -even use it to install Gentoo without a working internet
1123 -connection, just in case you want to bring Gentoo to another PC than the one you
1124 -are currently installing Gentoo on :)
1125 +The Universal Installation CD is called
1126 +<c>install-x86-universal-2005.1-r1.iso</c> and takes up 398 MB. You can use
1127 +this Installation CD to install Gentoo, and you can even use it to install
1128 +Gentoo without a working internet connection, just in case you want to bring
1129 +Gentoo to another PC than the one you are currently installing Gentoo on :)
1130 </p>
1131
1132 <table>
1133 @@ -220,7 +219,7 @@
1134 <p>
1135 You can download any of the Installation CDs (and, if you want to, a Packages
1136 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
1137 -Installation CDs are located in the <path>releases/x86/2005.1/installcd</path>
1138 +Installation CDs are located in the <path>releases/x86/2005.1-r1/installcd</path>
1139 directory.
1140 </p>
1141
1142 @@ -230,10 +229,10 @@
1143 </p>
1144
1145 <p>
1146 -In case you wonder if your downloaded file is corrupted or not, you can
1147 -check its MD5 checksum and compare it with the MD5 checksum we provide (such as
1148 -<path>install-x86-minimal-2005.1.iso.md5</path>). You can check the MD5 checksum
1149 -with the <c>md5sum</c> tool under Linux/Unix or <uri
1150 +In case you wonder if your downloaded file is corrupted or not, you can check
1151 +its MD5 checksum and compare it with the MD5 checksum we provide (such as
1152 +<path>install-x86-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
1153 +checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
1154 link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
1155 </p>
1156
1157
1158
1159
1160 --
1161 gentoo-doc-cvs@g.o mailing list