Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml
Date: Mon, 22 Aug 2005 08:53:27
Message-Id: 200508220852.j7M8qekh024135@robin.gentoo.org
1 neysx 05/08/22 08:53:11
2
3 Modified: xml/htdocs/doc/en gentoo-ppc-faq.xml
4 Log:
5 Fixed insanely long lines inside <pre caption="CPU Frequency scaling">
6 No further content change, coding style only.
7
8 Revision Changes Path
9 1.42 +250 -260 xml/htdocs/doc/en/gentoo-ppc-faq.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo
14
15 Index: gentoo-ppc-faq.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- gentoo-ppc-faq.xml 22 Aug 2005 04:48:45 -0000 1.41
22 +++ gentoo-ppc-faq.xml 22 Aug 2005 08:53:11 -0000 1.42
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.41 2005/08/22 04:48:45 fox2mike Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.42 2005/08/22 08:53:11 neysx Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -29,7 +29,7 @@
31
32 <license/>
33
34 -<version>1.21</version>
35 +<version>1.22</version>
36 <date>2005-08-22</date>
37
38 <chapter>
39 @@ -40,14 +40,14 @@
40
41 <p>
42 First be sure you did not mount the ftp server with <e>Finder</e> and then copy
43 -the file with drag'n'drop. This will corrupt the ISO. Instead, use <c>curl</c>
44 +the file with drag'n'drop. This will corrupt the ISO. Instead, use <c>curl</c>
45 (with <c>curl -O http://path/to/iso</c>).
46 </p>
47
48 <p>
49 -You can check your MD5 sum using the <c>md5sum</c> tool provided with OSX. On
50 -versions of OSX without md5sum, you can use <c>openssl</c> capability to produce
51 -an md5 checksum.
52 +You can check your MD5 sum using the <c>md5sum</c> tool provided with OSX. On
53 +versions of OSX without md5sum, you can use <c>openssl</c> capability to
54 +produce an md5 checksum.
55 </p>
56
57 <pre caption="Creating an md5sum with openssl">
58 @@ -56,10 +56,10 @@
59 </pre>
60
61 <p>
62 -Now compare this output with the appropriate file found on the server
63 -where you downloaded the ISO (the file will end with <path>.md5</path>).
64 -If it is the same, the ISO image downloaded correctly. Be sure you have
65 -<e>not</e> mounted it (e.g. with Disk Copy) yet!
66 +Now compare this output with the appropriate file found on the server where you
67 +downloaded the ISO (the file will end with <path>.md5</path>). If it is the
68 +same, the ISO image downloaded correctly. Be sure you have <e>not</e> mounted
69 +it (e.g. with Disk Copy) yet!
70 </p>
71
72 </body>
73 @@ -69,45 +69,42 @@
74 <body>
75
76 <p>
77 -Yes you can! In fact, <e>yabootconfig</e> will automatically detect
78 -and setup <path>/etc/yaboot.conf</path> with Linux, Mac OS X and even
79 -classic Mac OS (see the
80 -<uri link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10">Gentoo Handbook
81 -</uri> for details on yabootconfig). The trick is in how you partition your hard
82 -drive. Before installing Gentoo, startup with the Mac OS X Install CD. Use the
83 -<c>Disk Utility</c> to partition the drive in your machine into two or three
84 -partitions. Alternatively, use <c>parted</c> from a recent Gentoo InstallCD,
85 -since that has been patched to handle HFS and HFS+ partitions. Parted is also
86 -able to shrink a partition so you don't need to delete your existing install.
87 -The first partition should be big enough to contain all your Linux partitions
88 -(root+swap+/home etc.). The format of this partition does not matter. The
89 -second partition should be for OS X. The third (and optional) partition should
90 -be for classic Mac OS. It is only required if you intend of being able to
91 -triple boot, since OS9 must be on a seperate partition from OSX for this to
92 -work.
93 +Yes you can! In fact, <e>yabootconfig</e> will automatically detect and setup
94 +<path>/etc/yaboot.conf</path> with Linux, Mac OS X and even classic Mac OS (see
95 +the <uri link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10">Gentoo
96 +Handbook </uri> for details on yabootconfig). The trick is in how you partition
97 +your hard drive. Before installing Gentoo, startup with the Mac OS X Install
98 +CD. Use the <c>Disk Utility</c> to partition the drive in your machine into two
99 +or three partitions. Alternatively, use <c>parted</c> from a recent Gentoo
100 +InstallCD, since that has been patched to handle HFS and HFS+ partitions.
101 +Parted is also able to shrink a partition so you don't need to delete your
102 +existing install. The first partition should be big enough to contain all your
103 +Linux partitions (root+swap+/home etc.). The format of this partition does not
104 +matter. The second partition should be for OS X. The third (and optional)
105 +partition should be for classic Mac OS. It is only required if you intend of
106 +being able to triple boot, since OS9 must be on a seperate partition from OSX
107 +for this to work.
108 </p>
109
110 <p>
111 -After partitioning, install Mac OS X and Mac OS 9 onto their
112 -respective partitions. Once installation is complete, start following
113 -the <uri link="/doc/en/handbook/handbook-ppc.xml">Gentoo Handbook</uri>.
114 -When you get to the section on partitioning, use <c>mac-fdisk</c> to
115 -<e>delete</e> the large partition you created for Gentoo. In its place,
116 -create a bootstrap partition, root, swap, and any other partitions you
117 -wish to use with Gentoo.
118 +After partitioning, install Mac OS X and Mac OS 9 onto their respective
119 +partitions. Once installation is complete, start following the <uri
120 +link="/doc/en/handbook/handbook-ppc.xml">Gentoo Handbook</uri>. When you get to
121 +the section on partitioning, use <c>mac-fdisk</c> to <e>delete</e> the large
122 +partition you created for Gentoo. In its place, create a bootstrap partition,
123 +root, swap, and any other partitions you wish to use with Gentoo.
124 </p>
125
126 <p>
127 -If you have an OldWorld Macintosh (pre-iMac), follow a similar
128 -procedure as described above. However, use the Mac OS 9 install CD and
129 -the <c>Drive Setup</c> utility. OldWorld machines do not need a
130 -bootstrap partition.
131 +If you have an OldWorld Macintosh (pre-iMac), follow a similar procedure as
132 +described above. However, use the Mac OS 9 install CD and the <c>Drive
133 +Setup</c> utility. OldWorld machines do not need a bootstrap partition.
134 </p>
135
136 <note>
137 -If yabootconfig does not detect your MacOS partitions, you can manually add
138 -them to your yaboot.config. See the example yaboot.conf in the
139 -<uri link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10#doc_chap_pre6">
140 +If yabootconfig does not detect your MacOS partitions, you can manually add
141 +them to your yaboot.config. See the example yaboot.conf in the <uri
142 +link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10#doc_chap_pre6">
143 handbook</uri> for details.
144 </note>
145
146 @@ -115,15 +112,15 @@
147 </section>
148 <section>
149 <title>
150 -I have an early NewWorld Mac such as the Blue and White G3. It should be
151 +I have an early NewWorld Mac such as the Blue and White G3. It should be
152 compatible with the LiveCD, but on boot it returns an "Unknown or corrupt
153 filesystem" error.
154 </title>
155 <body>
156
157 <p>
158 -As a workaround, boot into Open Firmware by holding down the Apple + Option +
159 -O + F keys on startup. When the prompt appears, type:
160 +As a workaround, boot into Open Firmware by holding down the Apple + Option + O
161 ++ F keys on startup. When the prompt appears, type:
162 </p>
163
164 <pre caption="Early NewWorld Mac Open Firmware work around">
165 @@ -144,59 +141,56 @@
166 <body>
167
168 <p>
169 -You will need a new version of <e>StuffIt Expander</e> to open the archive.
170 -You can
171 -<uri link="http://www.stuffit.com/expander/download.html">download it</uri>
172 -for free.
173 +You will need a new version of <e>StuffIt Expander</e> to open the archive.
174 +You can <uri link="http://www.stuffit.com/expander/download.html">download
175 +it</uri> for free.
176 </p>
177
178 </body>
179 </section>
180 <section>
181 <title>
182 -I have a Beige G3 machine. Can I install Gentoo Linux/PPC on a second IDE hard
183 +I have a Beige G3 machine. Can I install Gentoo Linux/PPC on a second IDE hard
184 drive?
185 </title>
186 <body>
187
188 <p>
189 -Early Beige G3 machines (those with a "Rev 1" motherboard with an ATI
190 -RageII+ chip) do not support slave IDE drives. To use a second hard drive
191 -with this machine, you would have to attach it to the internal or external
192 -SCSI connector, use install a PCI IDE card. Later G3 machines do not have
193 -this limitation. See
194 -<uri>http://www.xlr8yourmac.com/G3-ZONE/IDE/index.html</uri> for more
195 -information.
196 +Early Beige G3 machines (those with a "Rev 1" motherboard with an ATI RageII+
197 +chip) do not support slave IDE drives. To use a second hard drive with this
198 +machine, you would have to attach it to the internal or external SCSI
199 +connector, use install a PCI IDE card. Later G3 machines do not have this
200 +limitation. See <uri>http://www.xlr8yourmac.com/G3-ZONE/IDE/index.html</uri>
201 +for more information.
202 </p>
203
204 </body>
205 </section>
206 <section>
207 <title>
208 -When I try and install Gentoo on my PowerBook or iBook the internal
209 -hard drive does not show up. What should I do?
210 +When I try and install Gentoo on my PowerBook or iBook the internal hard drive
211 +does not show up. What should I do?
212 </title>
213 <body>
214
215
216
217 --
218 gentoo-doc-cvs@g.o mailing list