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:33
Message-Id: 200511241726.jAOHQKJo004300@robin.gentoo.org
1 neysx 05/11/24 17:26:11
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1
4 hb-install-amd64-bootloader.xml
5 hb-install-amd64-kernel.xml
6 hb-install-amd64-medium.xml
7 hb-install-ppc64-bootloader.xml
8 hb-install-ppc64-kernel.xml
9 hb-install-ppc64-medium.xml
10 hb-install-sparc-bootloader.xml
11 hb-install-sparc-kernel.xml
12 hb-install-sparc-medium.xml hb-install-stage.xml
13 hb-install-x86-bootloader.xml
14 hb-install-x86-kernel.xml hb-install-x86-medium.xml
15 Log:
16 Refreshed docs for 2005.1-r1 release (See #102128)
17
18 Revision Changes Path
19 1.8 +10 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
20
21 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
22 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
23 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
24
25 Index: hb-install-amd64-bootloader.xml
26 ===================================================================
27 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
28 retrieving revision 1.7
29 retrieving revision 1.8
30 diff -u -r1.7 -r1.8
31 --- hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.7
32 +++ hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.8
33 @@ -4,12 +4,12 @@
34 <!-- The content of this document is licensed under the CC-BY-SA license -->
35 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
36
37 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.7 2005/11/21 18:29:52 neysx Exp $ -->
38 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.8 2005/11/24 17:26:11 neysx Exp $ -->
39
40 <sections>
41
42 -<version>5.4</version>
43 -<date>2005-11-21</date>
44 +<version>5.5</version>
45 +<date>2005-11-24</date>
46
47 <section>
48 <title>Making your Choice</title>
49 @@ -201,7 +201,7 @@
50 <p>
51 Now we are going to write up a <path>grub.conf</path>. Below you'll
52 find two possible <path>grub.conf</path> for the partitioning example we use
53 -in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've
54 +in this guide, with kernel image <path>kernel-2.6.12-gentoo-r10</path>. We've
55 only extensively commented the first <path>grub.conf</path>.
56 </p>
57
58 @@ -233,7 +233,7 @@
59 title=Gentoo Linux 2.6.12
60 <comment># Partition where the kernel image (or operating system) is located</comment>
61 root (hd0,0)
62 -kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3
63 +kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/hda3
64
65 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
66 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
67 @@ -248,10 +248,10 @@
68 timeout 30
69 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
70
71 -title=Gentoo Linux 2.6.12-gentoo-r6
72 +title=Gentoo Linux 2.6.12
73 root (hd0,0)
74 -kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
75 -initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
76 +kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
77 +initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r10
78
79 <comment># Only in case you want to dual-boot</comment>
80 title=Windows XP
81 @@ -357,7 +357,7 @@
82 in the right commands to install the GRUB boot record onto your hard drive.
83 </p>
84
85 -<pre caption =" Starting the GRUB shell">
86 +<pre caption=" Starting the GRUB shell">
87 # <i>grub</i>
88 </pre>
89
90 @@ -389,7 +389,7 @@
91 Now go on, configure GRUB, shall we? :-)
92 </p>
93
94 -<pre caption =" Installing GRUB in the MBR">
95 +<pre caption=" Installing GRUB in the MBR">
96 grub&gt; <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment>
97 grub&gt; <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment>
98 grub&gt; <i>quit</i> <comment>(Exit the GRUB shell)</comment>
99
100
101
102 1.6 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml
103
104 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
105 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
106 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
107
108 Index: hb-install-amd64-kernel.xml
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v
111 retrieving revision 1.5
112 retrieving revision 1.6
113 diff -u -r1.5 -r1.6
114 --- hb-install-amd64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
115 +++ hb-install-amd64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
116 @@ -4,12 +4,12 @@
117 <!-- The content of this document is licensed under the CC-BY-SA license -->
118 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
119
120 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
121 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
122
123 <sections>
124
125 -<version>5.3</version>
126 -<date>2005-11-21</date>
127 +<version>5.4</version>
128 +<date>2005-11-24</date>
129
130 <section>
131 <title>Timezone</title>
132 @@ -68,7 +68,7 @@
133
134 <pre caption="Viewing the kernel source symlink">
135 # <i>ls -l /usr/src/linux</i>
136 -lrwxrwxrwx 1 root root 12 Jul 28 11:04 /usr/src/linux -&gt; linux-2.6.12-gentoo-r6
137 +lrwxrwxrwx 1 root root 12 Jul 28 11:04 /usr/src/linux -&gt; linux-2.6.12-gentoo-r10
138 </pre>
139
140 <p>
141 @@ -79,7 +79,7 @@
142 <pre caption="Changing the kernel source symlink">
143 # <i>rm /usr/src/linux</i>
144 # <i>cd /usr/src</i>
145 -# <i>ln -s linux-2.6.12-gentoo-r6 linux</i>
146 +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
147 </pre>
148
149 <p>
150 @@ -265,7 +265,7 @@
151 </p>
152
153 <pre caption="Installing the kernel">
154 -# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r6</i>
155 +# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
156 </pre>
157
158 <p>
159 @@ -274,7 +274,7 @@
160 </p>
161
162 <pre caption="Backing up your kernel configuration">
163 -# <i>cp .config /boot/config-2.6.12-gentoo-r6</i>
164 +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
165 </pre>
166
167 <p>
168
169
170
171 1.5 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml
172
173 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
174 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
175 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
176
177 Index: hb-install-amd64-medium.xml
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v
180 retrieving revision 1.4
181 retrieving revision 1.5
182 diff -u -r1.4 -r1.5
183 --- hb-install-amd64-medium.xml 21 Nov 2005 16:38:20 -0000 1.4
184 +++ hb-install-amd64-medium.xml 24 Nov 2005 17:26:11 -0000 1.5
185 @@ -4,12 +4,12 @@
186 <!-- The content of this document is licensed under the CC-BY-SA license -->
187 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
188
189 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v 1.4 2005/11/21 16:38:20 neysx Exp $ -->
190 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ -->
191
192 <sections>
193
194 -<version>5.1</version>
195 -<date>2005-11-11</date>
196 +<version>5.2</version>
197 +<date>2005-11-24</date>
198
199 <section>
200 <title>Hardware Requirements</title>
201 @@ -134,7 +134,7 @@
202 You can download the Universal Installation CD (and, if you want to, the
203 Packages CD as well) from one of our <uri
204 link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in
205 -the <path>releases/amd64/2005.1/installcd</path> directory;
206 +the <path>releases/amd64/2005.1-r1/installcd</path> directory;
207 the Package CD is located in the <path>releases/amd64/2005.1/packagecd</path>
208 directory.
209 </p>
210 @@ -214,7 +214,7 @@
211 </p>
212
213 <p>
214 -Now place the installation CD in the CD-ROM drive (duh) and reboot. You
215 +Now place the installation CD in the CD-ROM drive and reboot. You
216 should see a boot prompt. At this
217 screen, you can hit Enter to begin the boot process with the default
218 boot options, or boot the Installation CD with custom boot options by specifying
219 @@ -288,8 +288,8 @@
220 immediately press Alt-F1 to switch to verbose mode and follow the prompt. If no
221 selection is made in 10 seconds, the default (US keyboard) will be accepted and
222 the boot process will continue. Once the boot process completes, you will be
223 -automatically logged in to the &quot;Live&quot; Gentoo Linux as
224 -&quot;root&quot;, the super user. You should have a root (&quot;#&quot;) prompt
225 +automatically logged in to the "Live" Gentoo Linux as
226 +"root", the super user. You should have a root ("#") prompt
227 on the current console and can also switch to other consoles by pressing Alt-F2,
228 Alt-F3 and Alt-F4. Get back to the one you started on by pressing Alt-F1.
229 </p>
230
231
232
233 1.3 +16 -16 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml
234
235 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
236 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
237 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
238
239 Index: hb-install-ppc64-bootloader.xml
240 ===================================================================
241 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v
242 retrieving revision 1.2
243 retrieving revision 1.3
244 diff -u -r1.2 -r1.3
245 --- hb-install-ppc64-bootloader.xml 29 Oct 2005 07:29:55 -0000 1.2
246 +++ hb-install-ppc64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.3
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/1.0 -->
250
251 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.2 2005/10/29 07:29:55 neysx Exp $ -->
252 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.3 2005/11/24 17:26:11 neysx Exp $ -->
253
254 <sections>
255
256 -<version>5.0</version>
257 -<date>2005-08-08</date>
258 +<version>5.1</version>
259 +<date>2005-11-24</date>
260
261 <section>
262 <title>Making your Choice</title>
263 @@ -25,7 +25,7 @@
264 </p>
265
266 <p>
267 -On Linux/PPC64 we have only yaBoot as a bootloader untill grub2 is
268 +On Linux/PPC64 we have only yaBoot as a bootloader until grub2 is
269 finished.
270 </p>
271
272 @@ -180,9 +180,9 @@
273
274 <comment>#################
275 ## This section can be duplicated if you have more than one kernel or set of
276 -## boot options - replace 2.6.12-gentoo-r4 with your kernel-version
277 +## boot options - replace 2.6.12-gentoo-r10 with your kernel-version
278 #################</comment>
279 -image=/boot/kernel-2.6.12-gentoo-r4
280 +image=/boot/kernel-2.6.12-gentoo-r10
281 label=Linux
282 root=/dev/hda3
283 partition=3
284 @@ -247,13 +247,13 @@
285 device=disk:
286 partition=2
287 root=/dev/sda2
288 -default=2.6.12-gentoo-r4
289 +default=2.6.12-gentoo-r10
290 timeout=50
291
292 -image=/boot/kernel-2.6.12-gentoo-r4
293 - label=2.6.12-gentoo-r4
294 - append="console=ttyS0,9600"
295 - read-only
296 +image=/boot/kernel-2.6.12-gentoo-r10
297 + label=2.6.12-gentoo-r10
298 + append="console=ttyS0,9600"
299 + read-only
300 </pre>
301
302 <p>
303 @@ -265,11 +265,11 @@
304 <pre caption="yaboot.conf for PReP hardware">
305 default = linux
306 timeout = 100
307 -image=/boot/kernel-2.6.12-gentoo-r4
308 - label=linux
309 - read-only
310 - root = /dev/sda2
311 - append="root=/dev/sda2"
312 +image=/boot/kernel-2.6.12-gentoo-r10
313 + label=linux
314 + read-only
315 + root = /dev/sda2
316 + append="root=/dev/sda2"
317 </pre>
318
319 <p>
320
321
322
323 1.5 +7 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml
324
325 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
326 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
327 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
328
329 Index: hb-install-ppc64-kernel.xml
330 ===================================================================
331 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v
332 retrieving revision 1.4
333 retrieving revision 1.5
334 diff -u -r1.4 -r1.5
335 --- hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.4
336 +++ hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.5
337 @@ -4,12 +4,12 @@
338 <!-- The content of this document is licensed under the CC-BY-SA license -->
339 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
340
341 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.4 2005/11/21 15:37:13 neysx Exp $ -->
342 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ -->
343
344 <sections>
345
346 -<version>5.3</version>
347 -<date>2005-11-21</date>
348 +<version>5.4</version>
349 +<date>2005-11-24</date>
350
351 <section>
352 <title>Timezone</title>
353 @@ -63,8 +63,7 @@
354
355 <pre caption="Viewing the kernel source symlink">
356 # <i>ls -l /usr/src/linux</i>
357 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux
358 --&gt; linux-2.6.12-gentoo-r4
359 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.12-gentoo-r10
360 </pre>
361
362 <p>
363 @@ -75,7 +74,7 @@
364 <pre caption="Changing the kernel source symlink">
365 # <i>rm /usr/src/linux</i>
366 # <i>cd /usr/src</i>
367 -# <i>ln -s linux-2.6.12-gentoo-r4 linux</i>
368 +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
369 </pre>
370
371 <p>
372 @@ -250,7 +249,7 @@
373 </p>
374
375 <pre caption="Installing the kernel">
376 -# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r4</i>
377 +# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i>
378 </pre>
379
380 <p>
381 @@ -259,7 +258,7 @@
382 </p>
383
384 <pre caption="Backing up your kernel configuration">
385 -# <i>cp .config /boot/config-2.6.12</i>
386 +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
387 </pre>
388
389 <p>
390
391
392
393 1.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml
394
395 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
396 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
397 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
398
399 Index: hb-install-ppc64-medium.xml
400 ===================================================================
401 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v
402 retrieving revision 1.5
403 retrieving revision 1.6
404 diff -u -r1.5 -r1.6
405 --- hb-install-ppc64-medium.xml 21 Nov 2005 16:38:20 -0000 1.5
406 +++ hb-install-ppc64-medium.xml 24 Nov 2005 17:26:11 -0000 1.6
407 @@ -4,12 +4,12 @@
408 <!-- The content of this document is licensed under the CC-BY-SA license -->
409 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
410
411 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v 1.5 2005/11/21 16:38:20 neysx Exp $ -->
412 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
413
414 <sections>
415
416 -<version>5.3</version>
417 -<date>2005-11-11</date>
418 +<version>5.4</version>
419 +<date>2005-11-24</date>
420
421 <section>
422 <title>Hardware Requirements</title>
423 @@ -139,7 +139,7 @@
424 You can download the Universal Installation CD (and, if you want to, the
425 Packages CD as well) from one of our <uri
426 link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located
427 -in the <path>releases/ppc64/2005.1/installcd</path> directory;
428 +in the <path>releases/ppc64/2005.1-r1/installcd</path> directory;
429 the Package CDs are located in the <path>releases/ppc64/2005.1/packagecd</path>
430 directory.
431 </p>
432
433
434
435 1.4 +5 -5 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml
436
437 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
438 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
439 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
440
441 Index: hb-install-sparc-bootloader.xml
442 ===================================================================
443 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v
444 retrieving revision 1.3
445 retrieving revision 1.4
446 diff -u -r1.3 -r1.4
447 --- hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.3
448 +++ hb-install-sparc-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.4
449 @@ -4,12 +4,12 @@
450 <!-- The content of this document is licensed under the CC-BY-SA license -->
451 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
452
453 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.3 2005/08/23 20:49:05 neysx Exp $ -->
454 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.4 2005/11/24 17:26:11 neysx Exp $ -->
455
456 <sections>
457
458 -<version>5.1</version>
459 -<date>2005-08-23</date>
460 +<version>5.2</version>
461 +<date>2005-11-24</date>
462
463 <section>
464 <title>Making your Choice</title>
465 @@ -53,7 +53,7 @@
466 <p>
467 Below you'll find an example <path>silo.conf</path> file. It uses the
468 partitioning scheme we use throughout this book and
469 -<path>kernel-2.4.29</path> as kernelimage.
470 +<path>kernel-2.4.31</path> as kernelimage.
471 </p>
472
473 <pre caption = "Example /etc/silo.conf">
474 @@ -61,7 +61,7 @@
475 root = /dev/sda1 <comment># Root partition</comment>
476 timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
477
478 -image = /boot/kernel-2.4.29
479 +image = /boot/kernel-2.4.31
480 label = linux
481 </pre>
482
483
484
485
486 1.6 +8 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml
487
488 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
489 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
490 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
491
492 Index: hb-install-sparc-kernel.xml
493 ===================================================================
494 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v
495 retrieving revision 1.5
496 retrieving revision 1.6
497 diff -u -r1.5 -r1.6
498 --- hb-install-sparc-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
499 +++ hb-install-sparc-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
500 @@ -4,12 +4,12 @@
501 <!-- The content of this document is licensed under the CC-BY-SA license -->
502 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
503
504 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
505 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
506
507 <sections>
508
509 -<version>5.3</version>
510 -<date>2005-11-21</date>
511 +<version>5.4</version>
512 +<date>2005-11-24</date>
513
514 <section>
515 <title>Timezone</title>
516 @@ -73,7 +73,7 @@
517
518 <pre caption="Viewing the kernel source symlink">
519 # <i>ls -l /usr/src/linux</i>
520 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.4.29-sparc
521 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.4.31-sparc
522 </pre>
523
524 <p>
525 @@ -84,7 +84,7 @@
526 <pre caption="Changing the kernel source symlink">
527 # <i>rm /usr/src/linux</i>
528 # <i>cd /usr/src</i>
529 -# <i>ln -s linux-2.4.29-sparc linux</i>
530 +# <i>ln -s linux-2.4.31-sparc linux</i>
531 </pre>
532
533 <p>
534 @@ -294,10 +294,10 @@
535
536 <pre caption="Installing the kernel">
537 <comment>(sparc32)</comment>
538 -# <i>cp vmlinux /boot/kernel-2.4.29</i>
539 +# <i>cp vmlinux /boot/kernel-2.4.31</i>
540
541 <comment>(sparc64)</comment>
542 -# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.29</i>
543 +# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.31</i>
544 </pre>
545
546 <p>
547 @@ -306,7 +306,7 @@
548 </p>
549
550 <pre caption="Backing up your kernel configuration">
551 -# <i>cp .config /boot/config-2.4.29</i>
552 +# <i>cp .config /boot/config-2.4.31</i>
553 </pre>
554
555 <p>
556
557
558
559 1.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml
560
561 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
562 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
563 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
564
565 Index: hb-install-sparc-medium.xml
566 ===================================================================
567 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v
568 retrieving revision 1.5
569 retrieving revision 1.6
570 diff -u -r1.5 -r1.6
571 --- hb-install-sparc-medium.xml 21 Nov 2005 16:38:20 -0000 1.5
572 +++ hb-install-sparc-medium.xml 24 Nov 2005 17:26:11 -0000 1.6
573 @@ -4,12 +4,12 @@
574 <!-- The content of this document is licensed under the CC-BY-SA license -->
575 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
576
577 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v 1.5 2005/11/21 16:38:20 neysx Exp $ -->
578 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
579
580 <sections>
581
582 -<version>5.2</version>
583 -<date>2005-11-11</date>
584 +<version>5.3</version>
585 +<date>2005-11-24</date>
586
587 <section>
588 <title>Hardware Requirements</title>
589 @@ -147,7 +147,7 @@
590 You can download the Universal Installation CD (and, if you want to, the
591 Packages CD as well) from one of our <uri
592 link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in
593 -the <path>releases/sparc/2005.1/sparc64/installcd</path>
594 +the <path>releases/sparc/2005.1-r1/sparc64/installcd</path>
595 directory; the Package CDs are located in the
596 <path>releases/sparc/2005.1/sparc64/packagecd</path> directory.
597 </p>
598
599
600
601 1.9 +21 -50 xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml
602
603 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
604 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
605 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
606
607 Index: hb-install-stage.xml
608 ===================================================================
609 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v
610 retrieving revision 1.8
611 retrieving revision 1.9
612 diff -u -r1.8 -r1.9
613 --- hb-install-stage.xml 11 Nov 2005 17:27:16 -0000 1.8
614 +++ hb-install-stage.xml 24 Nov 2005 17:26:11 -0000 1.9
615 @@ -4,12 +4,12 @@
616 <!-- The content of this document is licensed under the CC-BY-SA license -->
617 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
618
619 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.8 2005/11/11 17:27:16 swift Exp $ -->
620 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.9 2005/11/24 17:26:11 neysx Exp $ -->
621
622 <sections>
623
624 -<version>5.6</version>
625 -<date>2005-11-11</date>
626 +<version>5.7</version>
627 +<date>2005-11-24</date>
628
629 <section>
630 <title>Installing a Stage Tarball</title>
631 @@ -94,29 +94,20 @@
632
633 <p>
634 We will now extract the stage tarball of your choice. We will do this with the
635 -GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)! The
636 +<c>tar</c> tool. Make sure you use the same options (<c>xvjpf</c>)! The
637 <c>x</c> stands for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what
638 happens during the extraction process (this one is optional), the <c>j</c> for
639 <e>Decompress with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and
640 -the <c>f</c> to denote that we want to extract a file, not standard input. In
641 +the <c>f</c> to denote that we want to extract a file, not standard input. In
642 the next example, we extract the stage tarball
643 -<path>stage3-&lt;subarch&gt;-2005.1.tar.bz2</path>. Be sure to substitute the
644 -tarball filename with your stage.
645 +<path>stage3-&lt;subarch&gt;-2005.1-r1.tar.bz2</path>. Be sure to substitute
646 +the tarball filename with your stage.
647 </p>
648
649 <pre caption="Extracting the stage tarball">
650 -# <i>tar -xvjpf /mnt/cdrom/stages/stage3-&lt;subarch&gt;-2005.1.tar.bz2</i>
651 +# <i>tar xvjpf /mnt/cdrom/stages/stage3-&lt;subarch&gt;-2005.1-r1.tar.bz2</i>
652 </pre>
653
654 -<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
655 -<warn>
656 -The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
657 -<path>stage3-pentium3-2005.1.tar.bz2</path> and
658 -<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
659 -error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
660 -the error <e>before</e> continuing with the installation.
661 -</warn>
662 -
663 <p>
664 Now that the stage is installed, continue with <uri
665 link="#installing_portage">Installing Portage</uri>.
666 @@ -163,13 +154,13 @@
667 </p>
668
669 <p>
670 -Pick the <path>releases/</path> directory, followed by your architecture (for
671 -instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path>)
672 -to finish up with the <path>stages/</path> directory. There you should see all
673 -available stage files for your architecture (they might be stored within
674 -subdirectories named to the individual sub architectures). Select one and
675 -press <c>D</c> to download. When you're finished, press <c>Q</c> to quit the
676 -browser.
677 +Pick the <path>releases/</path> directory, followed by your architecture (for
678 +instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path> or
679 +<path>2005.1-r1/</path> if available) to finish up with the <path>stages/</path>
680 +directory. There you should see all available stage files for your architecture
681 +(they might be stored within subdirectories named to the individual sub
682 +architectures). Select one and press <c>D</c> to download. When you're
683 +finished, press <c>Q</c> to quit the browser.
684 </p>
685
686 <pre caption="Surfing to the mirror listing with links2">
687 @@ -191,8 +182,8 @@
688 </p>
689
690 <pre caption="Example checking integrity of a stage tarball">
691 -# <i>md5sum -c stage3-x86-2005.1.tar.bz2.md5</i>
692 -stage3-x86-2005.1.tar.bz2: OK
693 +# <i>md5sum -c stage3-x86-2005.1-r1.tar.bz2.md5</i>
694 +stage3-x86-2005.1-r1.tar.bz2: OK
695 </pre>
696
697 </body>
698 @@ -202,31 +193,22 @@
699 <body>
700
701 <p>
702 -Now unpack your downloaded stage onto your system. We use GNU's <c>tar</c> to
703 -proceed as it is the easiest method:
704 +Now unpack your downloaded stage onto your system. We use <c>tar</c> to proceed
705 +as it is the easiest method:
706 </p>
707
708 <pre caption="Unpacking the stage">
709 -# <i>tar -xvjpf stage3-*.tar.bz2</i>
710 +# <i>tar xvjpf stage3-*.tar.bz2</i>
711 </pre>
712
713 <p>
714 -Make sure that you use the same options (<c>-xvjpf</c>). The <c>x</c> stands
715 +Make sure that you use the same options (<c>xvjpf</c>). The <c>x</c> stands
716 for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during
717 the extraction process (this one is optional), the <c>j</c> for <e>Decompress
718 with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c>
719 to denote that we want to extract a file, not standard input.
720 </p>
721
722 -<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
723 -<warn>
724 -The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
725 -<path>stage3-pentium3-2005.1.tar.bz2</path> and
726 -<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
727 -error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
728 -the error <e>before</e> continuing with the installation.
729 -</warn>
730 -
731 <p>
732 Now that the stage is installed, continue with <uri
733 link="#installing_portage">Installing Portage</uri>.
734 @@ -257,15 +239,7 @@
735 to see what snapshot is available:
736 </p>
737
738 -<warn>
739 -The Portage snapshot on the <b>x86</b> universal CD is named
740 -<path>/mnt/cdrom/snapshot/portage-2005.1.tar.bz2</path>.
741 -</warn>
742 -
743 <pre caption="Checking the /mnt/cdrom/snapshots content">
744 -<comment>(x86 only)</comment>
745 -# <i>ls /mnt/cdrom/snapshot</i>
746 -<comment>(All other architectures)</comment>
747 # <i>ls /mnt/cdrom/snapshots</i>
748 </pre>
749
750 @@ -278,9 +252,6 @@
751 </p>
752
753 <pre caption="Extracting a Portage snapshot">
754 -<comment>(x86 only)</comment>
755 -# <i>tar -xvjf /mnt/cdrom/snapshot/portage-2005.1.tar.bz2 -C /mnt/gentoo/usr</i>
756 -<comment>(All other architectures)</comment>
757 # <i>tar -xvjf /mnt/cdrom/snapshots/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
758 </pre>
759
760
761
762
763 1.6 +14 -14 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml
764
765 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
766 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
767 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
768
769 Index: hb-install-x86-bootloader.xml
770 ===================================================================
771 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v
772 retrieving revision 1.5
773 retrieving revision 1.6
774 diff -u -r1.5 -r1.6
775 --- hb-install-x86-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.5
776 +++ hb-install-x86-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.6
777 @@ -4,12 +4,12 @@
778 <!-- The content of this document is licensed under the CC-BY-SA license -->
779 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
780
781 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.5 2005/11/21 18:29:52 neysx Exp $ -->
782 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
783
784 <sections>
785
786 -<version>5.1</version>
787 -<date>2005-11-21</date>
788 +<version>5.2</version>
789 +<date>2005-11-24</date>
790
791 <section>
792 <title>Making your Choice</title>
793 @@ -250,10 +250,10 @@
794 # Comment out if you don't have a graphics card installed</comment>
795 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
796
797 -title=Gentoo Linux 2.6.11-r11
798 +title=Gentoo Linux 2.6.12-r10
799 <comment># Partition where the kernel image (or operating system) is located</comment>
800 root (hd0,0)
801 -kernel /boot/kernel-2.6.11-gentoo-r11 root=/dev/hda3
802 +kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/hda3
803
804 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
805 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
806 @@ -268,10 +268,10 @@
807 timeout 30
808 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
809
810 -title=Gentoo Linux 2.6.11-r11
811 +title=Gentoo Linux 2.6.12-r10
812 root (hd0,0)
813 -kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
814 -initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
815 +kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
816 +initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
817
818 <comment># Only in case you want to dual-boot</comment>
819 title=Windows XP
820 @@ -515,25 +515,25 @@
821 read-write mounting.
822 </note>
823
824 -<pre caption = "Example /etc/lilo.conf">
825 +<pre caption="Example /etc/lilo.conf">
826 boot=/dev/hda <comment># Install LILO in the MBR</comment>
827 prompt <comment># Give the user the chance to select another section</comment>
828 timeout=50 <comment># Wait 5 (five) seconds before booting the default section</comment>
829 default=gentoo <comment># When the timeout has passed, boot the "gentoo" section</comment>
830
831 <comment># For non-genkernel users</comment>
832 -image=/boot/kernel-2.6.11-gentoo-r11
833 +image=/boot/kernel-2.6.12-gentoo-r10
834 label=gentoo <comment># Name we give to this section</comment>
835 read-only <comment># Start with a read-only root. Do not alter!</comment>
836 root=/dev/hda3 <comment># Location of the root filesystem</comment>
837
838 <comment># For genkernel users</comment>
839 -image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r11
840 +image=/boot/kernel-genkernel-x86-2.6.12-gentoo-r10
841 label=gentoo
842 read-only
843 root=/dev/ram0
844 append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
845 - initrd=/boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
846 + initrd=/boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
847
848 <comment># The next two lines are only if you dualboot with a Windows system.</comment>
849 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
850 @@ -552,8 +552,8 @@
851 <c>video</c> statement to enable framebuffer:
852 </p>
853
854 -<pre caption = "Using append to add kernel options">
855 -image=/boot/kernel-2.6.11-gentoo-r11
856 +<pre caption="Using append to add kernel options">
857 +image=/boot/kernel-2.6.12-gentoo-r10
858 label=gentoo
859 read-only
860 root=/dev/hda3
861
862
863
864 1.6 +10 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml
865
866 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
867 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
868 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
869
870 Index: hb-install-x86-kernel.xml
871 ===================================================================
872 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v
873 retrieving revision 1.5
874 retrieving revision 1.6
875 diff -u -r1.5 -r1.6
876 --- hb-install-x86-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5
877 +++ hb-install-x86-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6
878 @@ -4,12 +4,12 @@
879 <!-- The content of this document is licensed under the CC-BY-SA license -->
880 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
881
882 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ -->
883 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ -->
884
885 <sections>
886
887 -<version>5.3</version>
888 -<date>2005-11-21</date>
889 +<version>5.4</version>
890 +<date>2005-11-24</date>
891
892 <section>
893 <title>Timezone</title>
894 @@ -73,24 +73,24 @@
895 <p>
896 When you take a look in <path>/usr/src</path> you should see a symlink called
897 <path>linux</path> pointing to your kernel source. We will assume the kernel
898 -source installed is <c>gentoo-sources-2.6.11-r3</c>:
899 +source installed is <c>gentoo-sources-2.6.12-r10</c>:
900 </p>
901
902 <pre caption="Viewing the kernel source symlink">
903 # <i>ls -l /usr/src/linux</i>
904 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.11-gentoo-r3
905 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.12-gentoo-r10
906 </pre>
907
908 <p>
909 If the symlink doesn't point to the kernel source of your choice (note that
910 -<c>linux-2.6.11-gentoo-r3</c> is merely an example) you should change it to the
911 +<c>linux-2.6.12-gentoo-r10</c> is merely an example) you should change it to the
912 right kernel:
913 </p>
914
915 <pre caption="Changing the kernel source symlink">
916 # <i>rm /usr/src/linux</i>
917 # <i>cd /usr/src</i>
918 -# <i>ln -s linux-2.6.11-gentoo-r3 linux</i>
919 +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
920 </pre>
921
922 <p>
923 @@ -296,13 +296,13 @@
924 <p>
925 When the kernel has finished compiling, copy the kernel image to
926 <path>/boot</path>. From here onwards we assume that the kernel you are
927 -installing is the 2.6.11-r3 version of the <c>gentoo-sources</c>. Use whatever
928 +installing is the 2.6.12-r10 version of the <c>gentoo-sources</c>. Use whatever
929 name you feel is appropriate for your choice and remember it as you will need
930 it later on when you configure your bootloader.
931 </p>
932
933 <pre caption="Installing the kernel">
934 -# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r3</i>
935 +# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
936 </pre>
937
938 <p>
939 @@ -311,7 +311,7 @@
940 </p>
941
942 <pre caption="Backing up your kernel configuration">
943 -# <i>cp .config /boot/config-2.6.11-gentoo-r3</i>
944 +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
945 </pre>
946
947 <p>
948
949
950
951 1.7 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml
952
953 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
954 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
955 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
956
957 Index: hb-install-x86-medium.xml
958 ===================================================================
959 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v
960 retrieving revision 1.6
961 retrieving revision 1.7
962 diff -u -r1.6 -r1.7
963 --- hb-install-x86-medium.xml 21 Nov 2005 16:38:20 -0000 1.6
964 +++ hb-install-x86-medium.xml 24 Nov 2005 17:26:11 -0000 1.7
965 @@ -4,12 +4,12 @@
966 <!-- The content of this document is licensed under the CC-BY-SA license -->
967 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
968
969 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v 1.6 2005/11/21 16:38:20 neysx Exp $ -->
970 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v 1.7 2005/11/24 17:26:11 neysx Exp $ -->
971
972 <sections>
973
974 -<version>5.3</version>
975 -<date>2005-11-12</date>
976 +<version>5.4</version>
977 +<date>2005-11-24</date>
978
979 <section>
980 <title>Hardware Requirements</title>
981 @@ -130,7 +130,7 @@
982 You can download the Universal Installation CDs (and, if you want to, the
983 Packages CD as well) from one of our <uri
984 link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in
985 -the <path>releases/x86/2005.1/installcd</path> directory;
986 +the <path>releases/x86/2005.1-r1/installcd</path> directory;
987 the Package CDs are located in the <path>releases/x86/2005.1/packagecd</path>
988 directory.
989 </p>
990 @@ -219,7 +219,7 @@
991 </p>
992
993 <p>
994 -Now place the installation CD in the CD-ROM drive (duh) and reboot. You
995 +Now place the installation CD in the CD-ROM drive and reboot. You
996 should see a boot prompt. At this screen, you can hit Enter to begin the
997 boot process with the default boot options, or boot the Installation CD with
998 custom boot options by specifying a kernel followed by boot options and then
999 @@ -301,8 +301,8 @@
1000 immediately press Alt-F1 to switch to verbose mode and follow the prompt. If no
1001 selection is made in 10 seconds the default (US keyboard) will be accepted and
1002 the boot process will continue. Once the boot process completes, you will be
1003 -automatically logged in to the &quot;Live&quot; Gentoo Linux as
1004 -&quot;root&quot;, the super user. You should have a root (&quot;#&quot;) prompt
1005 +automatically logged in to the "Live" Gentoo Linux as
1006 +"root", the super user. You should have a root ("#") prompt
1007 on the current console and can also switch to other consoles by pressing Alt-F2,
1008 Alt-F3 and Alt-F4. Get back to the one you started on by pressing Alt-F1.
1009 </p>
1010
1011
1012
1013 --
1014 gentoo-doc-cvs@g.o mailing list