Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml hb-install-gli-medium.xml hb-install-hppa-medium.xml hb-install-ppc-bootloader.xml hb-install-ppc-disk.xml hb-install-ppc-medium.xml hb-install-ppc64-bootloader.xml hb-install-ppc64-medium.xml hb-install-sparc-disk.xml hb-install-sparc-medium.xml
Date: Fri, 02 May 2008 08:04:36
Message-Id: E1JrqFk-0000vV-Fn@stork.gentoo.org
1 nightmorph 08/05/02 08:04:24
2
3 Modified: hb-install-config.xml hb-install-gli-medium.xml
4 hb-install-hppa-medium.xml
5 hb-install-ppc-bootloader.xml
6 hb-install-ppc-disk.xml hb-install-ppc-medium.xml
7 hb-install-ppc64-bootloader.xml
8 hb-install-ppc64-medium.xml
9 hb-install-sparc-disk.xml
10 hb-install-sparc-medium.xml
11 Log:
12 As announced on the list (http://archives.gentoo.org/gentoo-doc/msg_e721be404c6a5ae8ce5c5bf02f45381c.xml), assume all arches are using the libata framework, so sd* everywhere. includes updating block device and partition descriptions. also added a new included file for boot config (starting sshd, hdparm, etc). synced up several wayward files, including sparc. also changed/dropped usage of some now useless keys, since everyone's using sd*. lots of intensive, invasive changes. and i never even used sed once.
13
14 Revision Changes Path
15 1.7 xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.7&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.7&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?r1=1.6&r2=1.7
20
21 Index: hb-install-config.xml
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v
24 retrieving revision 1.6
25 retrieving revision 1.7
26 diff -u -r1.6 -r1.7
27 --- hb-install-config.xml 17 Apr 2008 21:11:31 -0000 1.6
28 +++ hb-install-config.xml 2 May 2008 08:04:24 -0000 1.7
29 @@ -4,12 +4,12 @@
30 <!-- The content of this document is licensed under the CC-BY-SA license -->
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32
33 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v 1.6 2008/04/17 21:11:31 nightmorph Exp $ -->
34 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v 1.7 2008/05/02 08:04:24 nightmorph Exp $ -->
35
36 <sections>
37
38 -<version>9.1</version>
39 -<date>2008-04-17</date>
40 +<version>9.2</version>
41 +<date>2008-05-02</date>
42
43 <section>
44 <title>Filesystem Information</title>
45 @@ -85,14 +85,7 @@
46 <path>/boot</path>, don't copy it.
47 </p>
48
49 -<p test="contains(func:keyval('/boot'), '/dev/hd')">
50 -In our default <keyval id="arch"/> partitioning example, <path>/boot</path> is
51 -usually the <path><keyval id="/boot"/></path> partition (or
52 -<path>/dev/sda*</path> if you use SCSI or SATA drives), with <c>ext2</c> as
53 -filesystem. It needs to be checked during boot, so we would write down:
54 -</p>
55 -
56 -<p test="contains(func:keyval('/boot'), '/dev/sd')">
57 +<p>
58 In our default <keyval id="arch"/> partitioning example, <path>/boot</path> is
59 usually the <path><keyval id="/boot"/></path> partition, with <c>ext2</c> as
60 filesystem. It needs to be checked during boot, so we would write down:
61 @@ -112,18 +105,12 @@
62 </body>
63 <body>
64
65 -<p test="not(func:keyval('arch')='SPARC')">
66 +<p>
67 Add the rules that match your partitioning scheme and append rules for
68 your CD-ROM drive(s), and of course, if you have other partitions or
69 drives, for those too.
70 </p>
71
72 -<p test="func:keyval('arch')='SPARC'">
73 -Add the rules that match your partitioning schema and append rules for
74 -<path>/proc/openprom</path>, for your CD-ROM drive(s), and of course, if
75 -you have other partitions or drives, for those too.
76 -</p>
77 -
78 <p>
79 Now use the <e>example</e> below to create your <path>/etc/fstab</path>:
80 </p>
81 @@ -151,24 +138,13 @@
82 /dev/sda5 /var ext3 noatime 0 2
83 /dev/sda6 /home ext3 noatime 0 2
84
85 +<comment># You must add the rules for openprom</comment>
86 openprom /proc/openprom openpromfs defaults 0 0
87
88 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
89 </pre>
90
91 -<note test="func:keyval('arch')='PPC'">
92 -There are important variations between PPC machine types. Please make sure you
93 -adapt the following example to your system.
94 -</note>
95 -
96 -<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC'">
97 -/dev/hda4 / ext3 noatime 0 1
98 -/dev/hda3 none swap sw 0 0
99 -
100 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
101 -</pre>
102 -
103 -<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC64'">
104 +<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or func:keyval('arch')='PPC64'">
105 /dev/sda4 / ext3 noatime 0 1
106 /dev/sda3 none swap sw 0 0
107
108
109
110
111 1.6 xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml?rev=1.6&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml?rev=1.6&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml?r1=1.5&r2=1.6
116
117 Index: hb-install-gli-medium.xml
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml,v
120 retrieving revision 1.5
121 retrieving revision 1.6
122 diff -u -r1.5 -r1.6
123 --- hb-install-gli-medium.xml 20 Apr 2008 00:25:14 -0000 1.5
124 +++ hb-install-gli-medium.xml 2 May 2008 08:04:24 -0000 1.6
125 @@ -4,12 +4,12 @@
126 <!-- The content of this document is licensed under the CC-BY-SA license -->
127 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
128
129 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml,v 1.5 2008/04/20 00:25:14 nightmorph Exp $ -->
130 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml,v 1.6 2008/05/02 08:04:24 nightmorph Exp $ -->
131
132 <sections>
133
134 -<version>9.2</version>
135 -<date>2008-04-19</date>
136 +<version>9.3</version>
137 +<date>2008-05-02</date>
138
139 <section>
140 <title>Hardware Requirements</title>
141 @@ -317,20 +317,20 @@
142 </p>
143
144 <pre caption="Testing disk performance">
145 -# <i>hdparm -tT /dev/hda</i>
146 +# <i>hdparm -tT /dev/sda</i>
147 </pre>
148
149 <p>
150 To tweak, you can use any of the following examples (or experiment
151 -yourself) which use <path>/dev/hda</path> as disk (substitute with your
152 +yourself) which use <path>/dev/sda</path> as disk (substitute with your
153 disk):
154 </p>
155
156 <pre caption="Tweaking hard disk performance">
157 <comment>(Activate DMA:)</comment>
158 -# <i>hdparm -d 1 /dev/hda</i>
159 +# <i>hdparm -d 1 /dev/sda</i>
160 <comment>(Or with Safe Performance Options:)</comment>
161 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
162 +# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
163 </pre>
164
165 </body>
166
167
168
169 1.4 xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml
170
171 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml?rev=1.4&view=markup
172 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml?rev=1.4&content-type=text/plain
173 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml?r1=1.3&r2=1.4
174
175 Index: hb-install-hppa-medium.xml
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml,v
178 retrieving revision 1.3
179 retrieving revision 1.4
180 diff -u -r1.3 -r1.4
181 --- hb-install-hppa-medium.xml 31 Mar 2008 21:48:08 -0000 1.3
182 +++ hb-install-hppa-medium.xml 2 May 2008 08:04:24 -0000 1.4
183 @@ -4,12 +4,12 @@
184 <!-- The content of this document is licensed under the CC-BY-SA license -->
185 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
186
187 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml,v 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
188 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml,v 1.4 2008/05/02 08:04:24 nightmorph Exp $ -->
189
190 <sections>
191
192 -<version>9.0</version>
193 -<date>2008-04-01</date>
194 +<version>9.1</version>
195 +<date>2008-05-02</date>
196
197 <section>
198 <title>Hardware Requirements</title>
199 @@ -340,137 +340,10 @@
200
201 </body>
202 </subsection>
203 -<subsection id="hardware">
204 -<title>Extra Hardware Configuration</title>
205 -<body>
206 -
207 -<p>
208 -Most hppa machines have an onboard ethernet card. Old ones use the lasi driver
209 -which is compiled in the kernel. Newer ones need the tulip driver which is
210 -compiled as a module. To use the latter, you need to load its driver.
211 -</p>
212 -
213 -<p>
214 -In the next example, we try to load the <c>tulip</c> module (support for
215 -certain kinds of network interfaces):
216 -</p>
217 -
218 -<pre caption="Loading kernel modules">
219 -# <i>modprobe tulip</i>
220 -</pre>
221 -
222 -</body>
223 -</subsection>
224 -
225 -<subsection id="useraccounts">
226 -<title>Optional: User Accounts</title>
227 -<body>
228 -
229 -<p>
230 -If you plan on giving other people access to your installation
231 -environment or you want to chat using <c>irssi</c> without root privileges (for
232 -security reasons), you need to create the necessary user accounts and change
233 -the root password.
234 -</p>
235
236 -<p>
237 -To change the root password, use the <c>passwd</c> utility:
238 -</p>
239 -
240 -<pre caption="Changing the root password">
241 -# <i>passwd</i>
242 -New password: <comment>(Enter your new password)</comment>
243 -Re-enter password: <comment>(Re-enter your password)</comment>
244 -</pre>
245 -
246 -<p>
247 -To create a user account, we first enter their credentials, followed by
248 -its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
249 -In the next example, we create a user called &quot;john&quot;.
250 -</p>
251 -
252 -<pre caption="Creating a user account">
253 -# <i>useradd -m -G users john</i>
254 -# <i>passwd john</i>
255 -New password: <comment>(Enter john's password)</comment>
256 -Re-enter password: <comment>(Re-enter john's password)</comment>
257 -</pre>
258 -
259 -<p>
260 -You can change your user id from root to the newly created user by using
261 -<c>su</c>:
262 -</p>
263 -
264 -<pre caption="Changing user id">
265 -# <i>su - john</i>
266 -</pre>
267 -
268 -</body>
269 -</subsection>
270 <subsection>
271 -<title>Optional: Viewing Documentation while Installing</title>
272 -<body>
273 -
274 -<p>
275 -If you want to view the Gentoo Handbook (either from-CD or online) during the
276 -installation, make sure you have created a user account (see <uri
277 -link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to
278 -go to a new terminal and log in.
279 -</p>
280 -
281 -<p>
282 -If you want to view the documentation on the CD you can immediately run
283 -<c>links</c> to read it:
284 -</p>
285 -
286 -<pre caption="Viewing the on-CD documentation">
287 -# <i>links /mnt/cdrom/docs/handbook/html/index.html</i>
288 -</pre>
289 -
290 -<p>
291 -However, it is preferred that you use the online Gentoo Handbook as it will be
292 -more recent than the one provided on the CD. You can view it using <c>links</c>
293 -as well, but only after having completed the <e>Configuring your Network</e>
294 -chapter (otherwise you won't be able to go on the Internet to view the
295 -document):
296 -</p>
297 -
298 -<pre caption="Viewing the Online Documentation">
299 -# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
300 -</pre>
301 -
302 -<p>
303 -You can go back to your original terminal by pressing <c>Alt-F1</c>.
304 -</p>
305 -
306 -</body>
307 +<include href="../hb-install-bootconfig.xml"/>
308 </subsection>
309 -<subsection>
310 -<title>Optional: Starting the SSH Daemon</title>
311 -<body>
312
313 -<p>
314 -If you want to allow other users to access your computer during the
315 -Gentoo installation (perhaps because those users are going to help you
316 -install Gentoo, or even do it for you), you need to create a user
317 -account for them and perhaps even provide them with your root password
318 -(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
319 -</p>
320 -
321 -<p>
322 -To fire up the SSH daemon, execute the following command:
323 -</p>
324 -
325 -<pre caption="Starting the SSH daemon">
326 -# <i>/etc/init.d/sshd start</i>
327 -</pre>
328 -
329 -<p>
330 -To be able to use sshd, you first need to set up your networking. Continue with
331 -the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
332 -</p>
333 -
334 -</body>
335 -</subsection>
336 </section>
337 </sections>
338
339
340
341 1.5 xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml
342
343 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml?rev=1.5&view=markup
344 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml?rev=1.5&content-type=text/plain
345 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml?r1=1.4&r2=1.5
346
347 Index: hb-install-ppc-bootloader.xml
348 ===================================================================
349 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml,v
350 retrieving revision 1.4
351 retrieving revision 1.5
352 diff -u -r1.4 -r1.5
353 --- hb-install-ppc-bootloader.xml 31 Mar 2008 21:48:08 -0000 1.4
354 +++ hb-install-ppc-bootloader.xml 2 May 2008 08:04:24 -0000 1.5
355 @@ -4,12 +4,12 @@
356 <!-- The content of this document is licensed under the CC-BY-SA license -->
357 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
358
359 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml,v 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
360 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml,v 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
361
362 <sections>
363
364 -<version>9.0</version>
365 -<date>2008-04-01</date>
366 +<version>9.1</version>
367 +<date>2008-05-02</date>
368
369 <section>
370 <title>Choosing a Bootloader</title>
371 @@ -89,7 +89,7 @@
372 initrd=/boot/initramfs-genkernel-ppc-<keyval id="kernel-gentoo"/>
373 <comment># You can add additional kernel arguments to append such as
374 # rootdelay=10 for a USB/Firewire Boot</comment>
375 - append="real_root=/dev/hda3 init=/linuxrc"
376 + append="real_root=/dev/sda3 init=/linuxrc"
377 read-only
378 <comment>##########################################################</comment>
379 </pre>
380 @@ -128,7 +128,7 @@
381 Now exit the chroot and run <c>yabootconfig --chroot /mnt/gentoo</c>. First,
382 the program will confirm the location of the bootstrap partition. If you are
383 using the suggested disk partitioning scheme, your bootstrap partition should
384 -be /dev/hda2. Type <c>Y</c> if the output is correct. If not, double check your
385 +be /dev/sda2. Type <c>Y</c> if the output is correct. If not, double check your
386 <path>/etc/fstab</path>. <c>yabootconfig</c> will then scan your system setup,
387 create <path>/etc/yaboot.conf</path> and run <c>mkofboot</c> for you.
388 <c>mkofboot</c> is used to format the Apple_Bootstrap partition, and install
389 @@ -169,9 +169,7 @@
390
391 <p>
392 An example <path>yaboot.conf</path> file is given below, but you will need to
393 -alter it to fit your needs. G5 users and users booting from firewire and USB
394 -should be aware that their disks are seen as SCSI disks by the Linux kernel, so
395 -you will need to substitute <path>/dev/hda</path> with <path>/dev/sda</path>).
396 +alter it to fit your needs.
397 </p>
398
399 <pre caption = "/etc/yaboot.conf">
400 @@ -181,16 +179,16 @@
401 ## see also: /usr/share/doc/yaboot/examples for example configurations.
402 ##
403 ## For a dual-boot menu, add one or more of:
404 -## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
405 +## bsd=/dev/sdaX, macos=/dev/sdaY, macosx=/dev/sdaZ
406
407 ## The bootstrap partition:</comment>
408
409 -boot=/dev/hda2
410 +boot=/dev/sda2
411
412 <comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
413 ## If this isn't defined, yaboot fails on the G5 and some G4s (unless
414 ## you pass the necessary arguments to the mkofboot/ybin program).
415 -## hd:X means /dev/sdaX (or /dev/hdaX).
416 +## hd:X means /dev/sdaX.
417 ##
418 ## G5 users should uncomment this line!!
419
420 @@ -224,7 +222,7 @@
421 ###########################################################</comment>
422 image=/boot/<keyval id="kernel-name"/>
423 label=Linux
424 - root=/dev/hda3
425 + root=/dev/sda3
426 partition=3
427 <comment># append="rootdelay=10" # Required for booting USB/Firewire</comment>
428 read-only
429 @@ -234,8 +232,8 @@
430 ## macos=hd:13
431 ## macosx=hd:12
432 ## instead of the example values.</comment>
433 -macos=/dev/hda13
434 -macosx=/dev/hda12
435 +macos=/dev/sda13
436 +macosx=/dev/sda12
437 enablecdboot
438 enableofboot
439 </pre>
440 @@ -371,7 +369,7 @@
441 init-message = "Gentoo 2008.0\n"
442 <comment># This is the boot partition</comment>
443 partition = 2
444 -root = /dev/hda4
445 +root = /dev/sda4
446 timeout = 30
447 default = gentoo
448 <comment># This is your kernel</comment>
449 @@ -403,7 +401,7 @@
450 # <i>nvsetenv input-device kbd</i>
451 # <i>nvsetenv boot-device scsi/sd@1:0</i> <comment># For SCSI</comment>
452 # <i>nvsetenv boot-device ata/ata-disk@0:0</i> <comment># For ATA</comment>
453 -# <i>nvsetenv boot-file /boot/<keyval id="kernel-name"/> root=/dev/hda4</i> <comment>First item is the path to the kernel, the second is the root partition. You may append any kernel options to the end of this line.</comment>
454 +# <i>nvsetenv boot-file /boot/<keyval id="kernel-name"/> root=/dev/sda4</i> <comment>First item is the path to the kernel, the second is the root partition. You may append any kernel options to the end of this line.</comment>
455 # <i>nvsetenv boot-command boot</i> <comment># Set this to bye for MacOS and boot for Linux</comment>
456 </pre>
457
458 @@ -491,11 +489,11 @@
459
460 [SECTION]
461 Local HD -> Linux (Normal)
462 -ide:0 <keyval id="kernel-name"/> video=radeonfb:1024x768@70 root=/dev/hda3
463 +ide:0 <keyval id="kernel-name"/> video=radeonfb:1024x768@70 root=/dev/sda3
464
465 [SECTION]
466 Local HD -> Genkernel (Normal)
467 -ide:0 kernel-genkernel-ppc-<keyval id="kernel-gentoo"/> root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc initrd=initramfs-genkernel-ppc-<keyval id="kernel-gentoo"/>
468 +ide:0 kernel-genkernel-ppc-<keyval id="kernel-gentoo"/> root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc initrd=initramfs-genkernel-ppc-<keyval id="kernel-gentoo"/>
469 </pre>
470
471 <p>
472
473
474
475 1.5 xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml
476
477 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml?rev=1.5&view=markup
478 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml?rev=1.5&content-type=text/plain
479 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml?r1=1.4&r2=1.5
480
481 Index: hb-install-ppc-disk.xml
482 ===================================================================
483 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml,v
484 retrieving revision 1.4
485 retrieving revision 1.5
486 diff -u -r1.4 -r1.5
487 --- hb-install-ppc-disk.xml 31 Mar 2008 21:48:08 -0000 1.4
488 +++ hb-install-ppc-disk.xml 2 May 2008 08:04:24 -0000 1.5
489 @@ -4,12 +4,12 @@
490 <!-- The content of this document is licensed under the CC-BY-SA license -->
491 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
492
493 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml,v 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
494 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml,v 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
495
496 <sections>
497
498 -<version>9.0</version>
499 -<date>2008-04-01</date>
500 +<version>9.1</version>
501 +<date>2008-05-02</date>
502
503 <section>
504 <title>Introduction to Block Devices</title>
505 @@ -91,25 +91,25 @@
506 <th>Description</th>
507 </tr>
508 <tr>
509 - <ti><path>/dev/hda1</path></ti>
510 + <ti><path>/dev/sda1</path></ti>
511 <ti>32k</ti>
512 <ti>None</ti>
513 <ti>Apple Partition Map</ti>
514 </tr>
515 <tr>
516 - <ti><path>/dev/hda2</path></ti>
517 + <ti><path>/dev/sda2</path></ti>
518 <ti>800k</ti>
519 <ti>HFS</ti>
520 <ti>Apple Bootstrap</ti>
521 </tr>
522 <tr>
523 - <ti><path>/dev/hda3</path></ti>
524 + <ti><path>/dev/sda3</path></ti>
525 <ti>512Mb</ti>
526 <ti>Swap</ti>
527 <ti>Linux Swap</ti>
528 </tr>
529 <tr>
530 - <ti><path>/dev/hda4</path></ti>
531 + <ti><path>/dev/sda4</path></ti>
532 <ti>Rest of Disk</ti>
533 <ti>ext3, reiserfs, xfs</ti>
534 <ti>Linux Root</ti>
535 @@ -150,25 +150,25 @@
536 <th>Description</th>
537 </tr>
538 <tr>
539 - <ti><path>/dev/hda1</path></ti>
540 + <ti><path>/dev/sda1</path></ti>
541 <ti>32k</ti>
542 <ti>None</ti>
543 <ti>Apple Partition Map</ti>
544 </tr>
545 <tr>
546 - <ti><path>/dev/hda2</path></ti>
547 + <ti><path>/dev/sda2</path></ti>
548 <ti>32Mb</ti>
549 <ti>ext2</ti>
550 <ti>Quik Boot Partition (quik only)</ti>
551 </tr>
552 <tr>
553 - <ti><path>/dev/hda3</path></ti>
554 + <ti><path>/dev/sda3</path></ti>
555 <ti>512Mb</ti>
556 <ti>Swap</ti>
557 <ti>Linux Swap</ti>
558 </tr>
559 <tr>
560 - <ti><path>/dev/hda4</path></ti>
561 + <ti><path>/dev/sda4</path></ti>
562 <ti>Rest of Disk</ti>
563 <ti>ext3, reiserfs, xfs</ti>
564 <ti>Linux Root</ti>
565 @@ -199,19 +199,19 @@
566 <th>Description</th>
567 </tr>
568 <tr>
569 - <ti><path>/dev/hda1</path></ti>
570 + <ti><path>/dev/sda1</path></ti>
571 <ti>32Mb</ti>
572 <ti>affs1 or ext2</ti>
573 <ti>Boot Partition</ti>
574 </tr>
575 <tr>
576 - <ti><path>/dev/hda2</path></ti>
577 + <ti><path>/dev/sda2</path></ti>
578 <ti>512Mb</ti>
579 <ti>Swap</ti>
580 <ti>Linux Swap</ti>
581 </tr>
582 <tr>
583 - <ti><path>/dev/hda3</path></ti>
584 + <ti><path>/dev/sda3</path></ti>
585 <ti>Rest of Disk</ti>
586 <ti>ext3, reiserfs, xfs</ti>
587 <ti>Linux Root</ti>
588 @@ -237,19 +237,19 @@
589 <th>Description</th>
590 </tr>
591 <tr>
592 - <ti><path>/dev/hda1</path></ti>
593 + <ti><path>/dev/sda1</path></ti>
594 <ti>800k</ti>
595 <ti>None</ti>
596 <ti>PReP Boot Partition (Type 0x41)</ti>
597 </tr>
598 <tr>
599 - <ti><path>/dev/hda2</path></ti>
600 + <ti><path>/dev/sda2</path></ti>
601 <ti>512Mb</ti>
602 <ti>Swap</ti>
603 <ti>Linux Swap (Type 0x82)</ti>
604 </tr>
605 <tr>
606 - <ti><path>/dev/hda3</path></ti>
607 + <ti><path>/dev/sda3</path></ti>
608 <ti>Rest of Disk</ti>
609 <ti>ext3, reiserfs, xfs</ti>
610 <ti>Linux Root (Type 0x83)</ti>
611 @@ -335,7 +335,7 @@
612 </p>
613
614 <pre caption="Starting mac-fdisk">
615 -# <i>mac-fdisk /dev/hda</i>
616 +# <i>mac-fdisk /dev/sda</i>
617 </pre>
618
619 <p>
620 @@ -412,7 +412,7 @@
621 </p>
622
623 <pre caption="Starting parted">
624 -# <i>parted /dev/hda</i>
625 +# <i>parted /dev/sda</i>
626 </pre>
627
628 <p>
629 @@ -489,7 +489,7 @@
630 </p>
631
632 <pre caption="Creating a swap signature">
633 -# <i>mkswap /dev/hda3</i>
634 +# <i>mkswap /dev/sda3</i>
635 </pre>
636
637 <p>
638 @@ -497,7 +497,7 @@
639 </p>
640
641 <pre caption="Activating the swap partition">
642 -# <i>swapon /dev/hda3</i>
643 +# <i>swapon /dev/sda3</i>
644 </pre>
645
646 <p>
647 @@ -540,11 +540,11 @@
648
649 <p>
650 For instance, to make an ext3 filesystem on the root partition
651 -(<path>/dev/hda4</path> in our example), you would use:
652 +(<path>/dev/sda4</path> in our example), you would use:
653 </p>
654
655 <pre caption="Applying a filesystem on a partition">
656 -# <i>mke2fs -j /dev/hda4</i>
657 +# <i>mke2fs -j /dev/sda4</i>
658 </pre>
659
660 <p>
661 @@ -580,7 +580,7 @@
662 </p>
663
664 <pre caption="Mounting partitions">
665 -# <i>mount /dev/hda4 /mnt/gentoo</i>
666 +# <i>mount /dev/sda4 /mnt/gentoo</i>
667 </pre>
668
669 <note>
670
671
672
673 1.5 xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml
674
675 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml?rev=1.5&view=markup
676 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml?rev=1.5&content-type=text/plain
677 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml?r1=1.4&r2=1.5
678
679 Index: hb-install-ppc-medium.xml
680 ===================================================================
681 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml,v
682 retrieving revision 1.4
683 retrieving revision 1.5
684 diff -u -r1.4 -r1.5
685 --- hb-install-ppc-medium.xml 31 Mar 2008 21:48:08 -0000 1.4
686 +++ hb-install-ppc-medium.xml 2 May 2008 08:04:24 -0000 1.5
687 @@ -4,12 +4,12 @@
688 <!-- The content of this document is licensed under the CC-BY-SA license -->
689 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
690
691 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml,v 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
692 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml,v 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
693
694 <sections>
695
696 -<version>9.0</version>
697 -<date>2008-04-01</date>
698 +<version>9.1</version>
699 +<date>2008-05-02</date>
700
701 <section>
702 <title>Hardware Requirements</title>
703 @@ -412,180 +412,10 @@
704
705 </body>
706 </subsection>
707 -<subsection id="hardware">
708 -<title>Extra Hardware Configuration</title>
709 -<body>
710 -
711 -<p>
712 -When the Installation CD boots, it tries to detect all your hardware devices and
713 -loads the appropriate kernel modules to support your hardware. In the
714 -vast majority of cases, it does a very good job. However, in some cases, it may
715 -not auto-load the kernel modules you need. If the PCI auto-detection missed some
716 -of your system's hardware, you will have to load the appropriate kernel modules
717 -manually.
718 -</p>
719 -
720 -<p>
721 -In the next example we try to load the <c>airport</c> module. This module
722 -supports only the old Airport cards (802.11b). Airport Extreme (802.11g) is not
723 -supported on the InstallCD due to restrictions on firmware distribution.
724 -</p>
725 -
726 -<pre caption="Loading the airport module">
727 -# <i>modprobe airport</i>
728 -</pre>
729 -
730 -<p>
731 -On older iMacs, sometimes the network card is not detected properly. These use
732 -the BMAC driver:
733 -</p>
734 -
735 -<pre caption="Loading the bmac module">
736 -# <i>modprobe bmac</i>
737 -</pre>
738
739 -</body>
740 -</subsection>
741 <subsection>
742 -<title>Optional: Tweaking Hard Disk Performance</title>
743 -<body>
744 -
745 -<p>
746 -If you are an advanced user, you might want to tweak the IDE hard disk
747 -performance using <c>hdparm</c>. With the <c>-tT</c> options you can
748 -test the performance of your disk (execute it several times to get a
749 -more precise impression):
750 -</p>
751 -
752 -<pre caption="Testing disk performance">
753 -# <i>hdparm -tT /dev/hda</i>
754 -</pre>
755 -
756 -<p>
757 -To tweak, you can use any of the following examples (or experiment
758 -yourself) which use <path>/dev/hda</path> as disk (substitute with your
759 -disk):
760 -</p>
761 -
762 -<pre caption="Tweaking hard disk performance">
763 -<comment>Activate DMA:</comment>
764 -# <i>hdparm -d 1 /dev/hda</i>
765 -<comment>Activate DMA + Safe Performance-enhancing Options:</comment>
766 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
767 -</pre>
768 -
769 -</body>
770 +<include href="../hb-install-bootconfig.xml"/>
771 </subsection>
772 -<subsection id="useraccounts">
773 -<title>Optional: User Accounts</title>
774 -<body>
775 -
776 -<p>
777 -If you plan on giving other people access to your installation
778 -environment or you want to chat using <c>irssi</c> without root privileges (for
779 -security reasons), you need to create the necessary user accounts and change
780 -the root password.
781 -</p>
782
783 -<p>
784 -To change the root password, use the <c>passwd</c> utility:
785 -</p>
786 -
787 -<pre caption="Changing the root password">
788 -# <i>passwd</i>
789 -New password: <comment>(Enter your new password)</comment>
790 -Re-enter password: <comment>(Re-enter your password)</comment>
791 -</pre>
792 -
793 -<p>
794 -To create a user account, we first enter their credentials, followed by
795 -its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
796 -In the next example, we create a user called &quot;john&quot;.
797 -</p>
798 -
799 -<pre caption="Creating a user account">
800 -# <i>useradd -m -G users john</i>
801 -# <i>passwd john</i>
802 -New password: <comment>(Enter john's password)</comment>
803 -Re-enter password: <comment>(Re-enter john's password)</comment>
804 -</pre>
805 -
806 -<p>
807 -You can change your user id from root to the newly created user by using
808 -<c>su</c>:
809 -</p>
810 -
811 -<pre caption="Changing user id">
812 -# <i>su - john</i>
813 -</pre>
814 -
815 -</body>
816 -</subsection>
817 -<subsection>
818 -<title>Optional: Viewing Documentation while Installing</title>
819 -<body>
820 -
821 -<p>
822 -If you want to view the Gentoo Handbook (either from-CD or online) during the
823 -installation, make sure you have created a user account (see <uri
824 -link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to
825 -go to a new terminal and log in.
826 -</p>
827 -
828 -<p>
829 -If you want to view the documentation on the CD you can immediately run
830 -<c>links</c> or even <c>links -g</c> for a graphical framebuffer browser to
831 -read it:
832 -</p>
833 -
834 -<pre caption="Viewing the on-CD documentation">
835 -# <i>links /mnt/cdrom/docs/html/index.html</i>
836 -</pre>
837 -
838 -<p>
839 -However, it is preferred that you use the online Gentoo Handbook as it will be
840 -more recent than the one provided on the CD. You can view it using <c>links</c>
841 -as well, but only after having completed the <e>Configuring your Network</e>
842 -chapter (otherwise you won't be able to go on the Internet to view the
843 -document):
844 -</p>
845 -
846 -<pre caption="Viewing the Online Documentation">
847 -# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
848 -</pre>
849 -
850 -<p>
851 -You can go back to your original terminal by pressing <c>Alt-F1</c>.
852 -</p>
853 -
854 -</body>
855 -</subsection>
856 -<subsection>
857 -<title>Optional: Starting the SSH Daemon</title>
858 -<body>
859 -
860 -<p>
861 -If you want to allow other users to access your computer during the
862 -Gentoo installation (perhaps because those users are going to help you
863 -install Gentoo, or even do it for you), you need to create a user
864 -account for them and perhaps even provide them with your root password
865 -(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
866 -</p>
867 -
868 -<p>
869 -To fire up the SSH daemon, execute the following command:
870 -</p>
871 -
872 -<pre caption="Starting the SSH daemon">
873 -# <i>/etc/init.d/sshd start</i>
874 -</pre>
875 -
876 -<p>
877 -To be able to use sshd, you first need to set up your networking. Continue with
878 -the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
879 -</p>
880 -
881 -</body>
882 -</subsection>
883 </section>
884 </sections>
885
886
887
888 1.4 xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml
889
890 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml?rev=1.4&view=markup
891 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml?rev=1.4&content-type=text/plain
892 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml?r1=1.3&r2=1.4
893
894 Index: hb-install-ppc64-bootloader.xml
895 ===================================================================
896 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml,v
897 retrieving revision 1.3
898 retrieving revision 1.4
899 diff -u -r1.3 -r1.4
900 --- hb-install-ppc64-bootloader.xml 31 Mar 2008 21:48:08 -0000 1.3
901 +++ hb-install-ppc64-bootloader.xml 2 May 2008 08:04:24 -0000 1.4
902 @@ -4,12 +4,12 @@
903 <!-- The content of this document is licensed under the CC-BY-SA license -->
904 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
905
906 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml,v 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
907 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml,v 1.4 2008/05/02 08:04:24 nightmorph Exp $ -->
908
909 <sections>
910
911 -<version>9.0</version>
912 -<date>2008-04-01</date>
913 +<version>9.1</version>
914 +<date>2008-05-02</date>
915
916 <section>
917 <title>Making your Choice</title>
918 @@ -141,20 +141,20 @@
919 ## see also: /usr/share/doc/yaboot/examples for example configurations.
920 ##
921 ## For a dual-boot menu, add one or more of:
922 -## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
923 +## bsd=/dev/sdaX, macos=/dev/sdaY, macosx=/dev/sdaZ
924
925 ## our bootstrap partition:</comment>
926
927 -boot=/dev/hda2
928 +boot=/dev/sda2
929
930 <comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
931 ## If this isn't defined, yaboot fails on the G5 and some G4s (unless
932 ## you pass the necessary arguments to the mkofboot/ybin program).
933 -## hd:X means /dev/sdaX (or /dev/hdaX).</comment>
934 +## hd:X means /dev/sdaX.</comment>
935
936 ofboot=hd:2
937
938 -<comment>## hd: is open firmware speak for hda</comment>
939 +<comment>## hd: is open firmware speak for sda</comment>
940 device=hd:
941
942 delay=5
943 @@ -169,7 +169,7 @@
944 #################</comment>
945 image=/boot/<keyval id="kernel-name"/>
946 label=Linux
947 - root=/dev/hda3
948 + root=/dev/sda3
949 partition=3
950 read-only
951
952
953
954
955 1.4 xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml
956
957 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml?rev=1.4&view=markup
958 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml?rev=1.4&content-type=text/plain
959 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml?r1=1.3&r2=1.4
960
961 Index: hb-install-ppc64-medium.xml
962 ===================================================================
963 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml,v
964 retrieving revision 1.3
965 retrieving revision 1.4
966 diff -u -r1.3 -r1.4
967 --- hb-install-ppc64-medium.xml 31 Mar 2008 21:48:08 -0000 1.3
968 +++ hb-install-ppc64-medium.xml 2 May 2008 08:04:24 -0000 1.4
969 @@ -4,12 +4,12 @@
970 <!-- The content of this document is licensed under the CC-BY-SA license -->
971 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
972
973 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml,v 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
974 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml,v 1.4 2008/05/02 08:04:24 nightmorph Exp $ -->
975
976 <sections>
977
978 -<version>9.0</version>
979 -<date>2008-04-01</date>
980 +<version>9.1</version>
981 +<date>2008-05-02</date>
982
983 <section>
984 <title>Hardware Requirements</title>
985 @@ -388,165 +388,10 @@
986
987 </body>
988 </subsection>
989 -<subsection id="hardware">
990 -<title>Extra Hardware Configuration</title>
991 -<body>
992 -
993 -<p>
994 -When the Installation CD boots, it tries to detect all your hardware devices and
995 -loads the appropriate kernel modules to support your hardware. In the vast
996 -majority of cases, it does a very good job. However, in some cases it may not
997 -auto-load the kernel modules you need. If the PCI auto-detection missed some of
998 -your system's hardware, you will have to load the appropriate kernel modules
999 -manually.
1000 -</p>
1001 -
1002 -<p>
1003 -In the next example we try to load the <c>8139too</c> module (support for
1004 -certain kinds of network interfaces):
1005 -</p>
1006 -
1007 -<pre caption="Loading kernel modules">
1008 -# <i>modprobe 8139too</i>
1009 -</pre>
1010 -
1011 -</body>
1012 -</subsection>
1013 -<subsection>
1014 -<title>Optional: Tweaking Hard Disk Performance</title>
1015 -<body>
1016 -
1017 -<p>
1018 -If you are an advanced user, you might want to tweak the IDE hard disk
1019 -performance using <c>hdparm</c>. With the <c>-tT</c> options you can
1020 -test the performance of your disk (execute it several times to get a
1021 -more precise impression):
1022 -</p>
1023 -
1024 -<pre caption="Testing disk performance">
1025 -# <i>hdparm -tT /dev/hda</i>
1026 -</pre>
1027 -
1028 -<p>
1029 -To tweak, you can use any of the following examples (or experiment
1030 -yourself) which use <path>/dev/hda</path> as disk (substitute with your
1031 -disk):
1032 -</p>
1033 -
1034 -<pre caption="Tweaking hard disk performance">
1035 -<comment>Activate DMA:</comment>
1036 -# <i>hdparm -d 1 /dev/hda</i>
1037 -<comment>Activate DMA + Safe Performance-enhancing Options:</comment>
1038 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
1039 -</pre>
1040 -
1041 -</body>
1042 -</subsection>
1043 -<subsection id="useraccounts">
1044 -<title>Optional: User Accounts</title>
1045 -<body>
1046 -
1047 -<p>
1048 -If you plan on giving other people access to your installation
1049 -environment or you want to chat using <c>irssi</c> without root privileges (for
1050 -security reasons), you need to create the necessary user accounts and change
1051 -the root password.
1052 -</p>
1053 -
1054 -<p>
1055 -To change the root password, use the <c>passwd</c> utility:
1056 -</p>
1057 -
1058 -<pre caption="Changing the root password">
1059 -# <i>passwd</i>
1060 -New password: <comment>(Enter your new password)</comment>
1061 -Re-enter password: <comment>(Re-enter your password)</comment>
1062 -</pre>
1063 -
1064 -<p>
1065 -To create a user account, we first enter their credentials, followed by
1066 -its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
1067 -In the next example, we create a user called &quot;john&quot;.
1068 -</p>
1069 -
1070 -<pre caption="Creating a user account">
1071 -# <i>useradd -m -G users john</i>
1072 -# <i>passwd john</i>
1073 -New password: <comment>(Enter john's password)</comment>
1074 -Re-enter password: <comment>(Re-enter john's password)</comment>
1075 -</pre>
1076
1077 -<p>
1078 -You can change your user id from root to the newly created user by using
1079 -<c>su</c>:
1080 -</p>
1081 -
1082 -<pre caption="Changing user id">
1083 -# <i>su - john</i>
1084 -</pre>
1085 -
1086 -</body>
1087 -</subsection>
1088 <subsection>
1089 -<title>Optional: Viewing Documentation while Installing</title>
1090 -<body>
1091 -
1092 -<p>
1093 -If you want to view the Gentoo Handbook during the installation, make sure you
1094 -have created a user account (see <uri link="#useraccounts">Optional: User
1095 -Accounts</uri>). Then press <c>Alt-F2</c> to go to a new terminal and log in.
1096 -</p>
1097 -
1098 -<p>
1099 -If you want to view the documentation on the CD you can immediately run
1100 -<c>links</c> to read it:
1101 -</p>
1102 -
1103 -<pre caption="Viewing the on-CD documentation">
1104 -# <i>links /mnt/cdrom/docs/handbook/html/index.html</i>
1105 -</pre>
1106 -
1107 -<p>
1108 -However, it is preferred that you use the online Gentoo Handbook as it will be
1109 -more recent than the one provided on the CD.
1110 -</p>
1111 -
1112 -<pre caption="Viewing the Online Documentation">
1113 -# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
1114 -</pre>
1115 -
1116 -<p>
1117 -You can go back to your original terminal by pressing <c>Alt-F1</c>.
1118 -</p>
1119 -
1120 -</body>
1121 +<include href="../hb-install-bootconfig.xml"/>
1122 </subsection>
1123 -<subsection>
1124 -<title>Optional: Starting the SSH Daemon</title>
1125 -<body>
1126 -
1127 -<p>
1128 -If you want to allow other users to access your computer during the
1129 -Gentoo installation (perhaps because those users are going to help you
1130 -install Gentoo, or even do it for you), you need to create a user
1131 -account for them and perhaps even provide them with your root password
1132 -(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
1133 -</p>
1134
1135 -<p>
1136 -To fire up the SSH daemon, execute the following command:
1137 -</p>
1138 -
1139 -<pre caption="Starting the SSH daemon">
1140 -# <i>/etc/init.d/sshd start</i>
1141 -</pre>
1142 -
1143 -<p>
1144 -To be able to use sshd, you first need to set up your networking. Continue with
1145 -the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
1146 -</p>
1147 -
1148 -</body>
1149 -</subsection>
1150 </section>
1151 </sections>
1152
1153
1154
1155 1.5 xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml
1156
1157 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml?rev=1.5&view=markup
1158 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml?rev=1.5&content-type=text/plain
1159 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml?r1=1.4&r2=1.5
1160
1161 Index: hb-install-sparc-disk.xml
1162 ===================================================================
1163 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml,v
1164 retrieving revision 1.4
1165 retrieving revision 1.5
1166 diff -u -r1.4 -r1.5
1167 --- hb-install-sparc-disk.xml 31 Mar 2008 21:48:08 -0000 1.4
1168 +++ hb-install-sparc-disk.xml 2 May 2008 08:04:24 -0000 1.5
1169 @@ -4,12 +4,12 @@
1170 <!-- The content of this document is licensed under the CC-BY-SA license -->
1171 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1172
1173 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml,v 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
1174 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml,v 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
1175
1176 <sections>
1177
1178 -<version>9.0</version>
1179 -<date>2008-04-01</date>
1180 +<version>9.1</version>
1181 +<date>2008-05-02</date>
1182
1183 <section>
1184 <title>Introduction to Block Devices</title>
1185 @@ -31,8 +31,7 @@
1186
1187 <p>
1188 The first partition on the first SCSI disk is <path>/dev/sda1</path>, the second
1189 -<path>/dev/sda2</path> and so on. Similarly, the first two partitions on the
1190 -first IDE disk are <path>/dev/hda1</path> and <path>/dev/hda2</path>.
1191 +<path>/dev/sda2</path> and so on.
1192 </p>
1193
1194 <p>
1195 @@ -57,9 +56,8 @@
1196 <body>
1197
1198 <p>
1199 -If you are not interested in drawing up a partitioning scheme,
1200 -the table below suggests a suitable starting point for most systems. For
1201 -IDE-based systems, substitute <c>hda</c> for <c>sda</c> in the following.
1202 +If you are not interested in drawing up a partitioning scheme, the table below
1203 +suggests a suitable starting point for most systems.
1204 </p>
1205
1206 <p>
1207
1208
1209
1210 1.5 xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml
1211
1212 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml?rev=1.5&view=markup
1213 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml?rev=1.5&content-type=text/plain
1214 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml?r1=1.4&r2=1.5
1215
1216 Index: hb-install-sparc-medium.xml
1217 ===================================================================
1218 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml,v
1219 retrieving revision 1.4
1220 retrieving revision 1.5
1221 diff -u -r1.4 -r1.5
1222 --- hb-install-sparc-medium.xml 31 Mar 2008 21:48:08 -0000 1.4
1223 +++ hb-install-sparc-medium.xml 2 May 2008 08:04:24 -0000 1.5
1224 @@ -4,12 +4,12 @@
1225 <!-- The content of this document is licensed under the CC-BY-SA license -->
1226 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1227
1228 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml,v 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
1229 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml,v 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
1230
1231 <sections>
1232
1233 -<version>9.0</version>
1234 -<date>2008-04-01</date>
1235 +<version>9.1</version>
1236 +<date>2008-05-02</date>
1237
1238 <section>
1239 <title>Hardware Requirements</title>
1240 @@ -236,135 +236,10 @@
1241
1242 </body>
1243 </subsection>
1244 -<subsection id="hardware">
1245 -<title>Extra Hardware Configuration</title>
1246 -<body>
1247 -
1248 -<p>
1249 -If not all hardware is supported out-of-the-box, you will need to load the
1250 -appropriate kernel modules.
1251 -</p>
1252 -
1253 -<p>
1254 -In the next example we try to load the <c>8139too</c> module (support for
1255 -certain kinds of network interfaces):
1256 -</p>
1257 -
1258 -<pre caption="Loading kernel modules">
1259 -# <i>modprobe 8139too</i>
1260 -</pre>
1261 -
1262 -</body>
1263 -</subsection>
1264 -<subsection id="useraccounts">
1265 -<title>Optional: User Accounts</title>
1266 -<body>
1267 -
1268 -<p>
1269 -If you plan on giving other people access to your installation
1270 -environment or you want to chat using <c>irssi</c> without root privileges (for
1271 -security reasons), you need to create the necessary user accounts and change
1272 -the root password.
1273 -</p>
1274 -
1275 -<p>
1276 -To change the root password, use the <c>passwd</c> utility:
1277 -</p>
1278 -
1279 -<pre caption="Changing the root password">
1280 -# <i>passwd</i>
1281 -New password: <comment>(Enter your new password)</comment>
1282 -Re-enter password: <comment>(Re-enter your password)</comment>
1283 -</pre>
1284 -
1285 -<p>
1286 -To create a user account, we first enter their credentials, followed by
1287 -its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
1288 -In the next example, we create a user called &quot;john&quot;.
1289 -</p>
1290 -
1291 -<pre caption="Creating a user account">
1292 -# <i>useradd -m -G users john</i>
1293 -# <i>passwd john</i>
1294 -New password: <comment>(Enter john's password)</comment>
1295 -Re-enter password: <comment>(Re-enter john's password)</comment>
1296 -</pre>
1297
1298 -<p>
1299 -You can change your user id from root to the newly created user by using
1300 -<c>su</c>:
1301 -</p>
1302 -
1303 -<pre caption="Changing user id">
1304 -# <i>su - john</i>
1305 -</pre>
1306 -
1307 -</body>
1308 -</subsection>
1309 <subsection>
1310 -<title>Optional: Viewing Documentation while Installing</title>
1311 -<body>
1312 -
1313 -<p>
1314 -If you want to view the Gentoo Handbook (either from-CD or online) during the
1315 -installation, make sure you have created a user account (see <uri
1316 -link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to
1317 -go to a new terminal and log in.
1318 -</p>
1319 -
1320 -<p>
1321 -If you want to view the documentation on the CD you can immediately run
1322 -<c>links</c> to read it:
1323 -</p>
1324 -
1325 -<pre caption="Viewing the on-CD documentation">
1326 -# <i>links /mnt/cdrom/docs/handbook/html/index.html</i>
1327 -</pre>
1328 -
1329 -<p>
1330 -However, it is preferred that you use the online Gentoo Handbook as it will be
1331 -more recent than the one provided on the CD. You can view it using <c>links</c>
1332 -as well, but only after having completed the <e>Configuring your Network</e>
1333 -chapter (otherwise you won't be able to go on the Internet to view the
1334 -document):
1335 -</p>
1336 -
1337 -<pre caption="Viewing the Online Documentation">
1338 -# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
1339 -</pre>
1340 -
1341 -<p>
1342 -You can go back to your original terminal by pressing <c>Alt-F1</c>.
1343 -</p>
1344 -
1345 -</body>
1346 +<include href="../hb-install-bootconfig.xml"/>
1347 </subsection>
1348 -<subsection>
1349 -<title>Optional: Starting the SSH Daemon</title>
1350 -<body>
1351 -
1352 -<p>
1353 -If you want to allow other users to access your computer during the
1354 -Gentoo installation (perhaps because those users are going to help you
1355 -install Gentoo, or even do it for you), you need to create a user
1356 -account for them and perhaps even provide them with your root password
1357 -(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
1358 -</p>
1359 -
1360 -<p>
1361 -To fire up the SSH daemon, execute the following command:
1362 -</p>
1363 -
1364 -<pre caption="Starting the SSH daemon">
1365 -# <i>/etc/init.d/sshd start</i>
1366 -</pre>
1367 -
1368 -<p>
1369 -To be able to use sshd, you first need to set up your networking. Continue with
1370 -the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
1371 -</p>
1372
1373 -</body>
1374 -</subsection>
1375 </section>
1376 </sections>
1377
1378
1379
1380 --
1381 gentoo-doc-cvs@l.g.o mailing list