public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Xavier Neys" <neysx@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml
Date: Mon, 22 Aug 2005 08:53:11 +0000	[thread overview]
Message-ID: <200508220852.j7M8qekh024135@robin.gentoo.org> (raw)

neysx       05/08/22 08:53:11

  Modified:    xml/htdocs/doc/en gentoo-ppc-faq.xml
  Log:
  Fixed insanely long lines inside <pre caption="CPU Frequency scaling">
  No further content change, coding style only.

Revision  Changes    Path
1.42      +250 -260  xml/htdocs/doc/en/gentoo-ppc-faq.xml

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
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
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

Index: gentoo-ppc-faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gentoo-ppc-faq.xml	22 Aug 2005 04:48:45 -0000	1.41
+++ gentoo-ppc-faq.xml	22 Aug 2005 08:53:11 -0000	1.42
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.41 2005/08/22 04:48:45 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.42 2005/08/22 08:53:11 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -29,7 +29,7 @@
 
 <license/>
 
-<version>1.21</version>
+<version>1.22</version>
 <date>2005-08-22</date>
 
 <chapter>
@@ -40,14 +40,14 @@
 
 <p>
 First be sure you did not mount the ftp server with <e>Finder</e> and then copy
-the file with drag'n'drop.  This will corrupt the ISO.  Instead, use <c>curl</c>
+the file with drag'n'drop. This will corrupt the ISO. Instead, use <c>curl</c>
 (with <c>curl -O http://path/to/iso</c>).
 </p>
 
 <p>
-You can check your MD5 sum using the <c>md5sum</c> tool provided with OSX.  On 
-versions of OSX without md5sum, you can use <c>openssl</c> capability to produce
-an md5 checksum.
+You can check your MD5 sum using the <c>md5sum</c> tool provided with OSX. On
+versions of OSX without md5sum, you can use <c>openssl</c> capability to
+produce an md5 checksum.
 </p>
 
 <pre caption="Creating an md5sum with openssl">
@@ -56,10 +56,10 @@
 </pre>
 
 <p>
-Now compare this output with the appropriate file found on the server
-where you downloaded the ISO (the file will end with <path>.md5</path>).
-If it is the same, the ISO image downloaded correctly.  Be sure you have 
-<e>not</e> mounted it (e.g. with Disk Copy) yet!
+Now compare this output with the appropriate file found on the server where you
+downloaded the ISO (the file will end with <path>.md5</path>). If it is the
+same, the ISO image downloaded correctly. Be sure you have <e>not</e> mounted
+it (e.g. with Disk Copy) yet!
 </p>
 
 </body>
@@ -69,45 +69,42 @@
 <body>
 
 <p>
-Yes you can! In fact, <e>yabootconfig</e> will automatically detect
-and setup <path>/etc/yaboot.conf</path> with Linux, Mac OS X and even
-classic Mac OS (see the 
-<uri link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10">Gentoo Handbook
-</uri> for details on yabootconfig). The trick is in how you partition your hard
-drive. Before installing Gentoo, startup with the Mac OS X Install CD. Use the 
-<c>Disk Utility</c> to partition the drive in your machine into two or three 
-partitions.  Alternatively, use <c>parted</c> from a recent Gentoo InstallCD, 
-since that has been patched to handle HFS and HFS+ partitions.  Parted is also 
-able to shrink a partition so you don't need to delete your existing install. 
-The first partition should be big enough to contain all your Linux partitions
-(root+swap+/home etc.). The format of this partition does not matter.  The 
-second partition should be for OS X.  The third (and optional) partition should
-be for classic Mac OS. It is only required if you intend of being able to
-triple boot, since OS9 must be on a seperate partition from OSX for this to
-work.
+Yes you can! In fact, <e>yabootconfig</e> will automatically detect and setup
+<path>/etc/yaboot.conf</path> with Linux, Mac OS X and even classic Mac OS (see
+the <uri link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10">Gentoo
+Handbook </uri> for details on yabootconfig). The trick is in how you partition
+your hard drive. Before installing Gentoo, startup with the Mac OS X Install
+CD. Use the <c>Disk Utility</c> to partition the drive in your machine into two
+or three partitions. Alternatively, use <c>parted</c> from a recent Gentoo
+InstallCD, since that has been patched to handle HFS and HFS+ partitions.
+Parted is also able to shrink a partition so you don't need to delete your
+existing install. The first partition should be big enough to contain all your
+Linux partitions (root+swap+/home etc.). The format of this partition does not
+matter. The second partition should be for OS X. The third (and optional)
+partition should be for classic Mac OS. It is only required if you intend of
+being able to triple boot, since OS9 must be on a seperate partition from OSX
+for this to work.
 </p>
 
 <p>
-After partitioning, install Mac OS X and Mac OS 9 onto their
-respective partitions. Once installation is complete, start following
-the <uri link="/doc/en/handbook/handbook-ppc.xml">Gentoo Handbook</uri>.
-When you get to the section on partitioning, use <c>mac-fdisk</c> to 
-<e>delete</e> the large partition you created for Gentoo. In its place, 
-create a bootstrap partition, root, swap, and any other partitions you 
-wish to use with Gentoo.
+After partitioning, install Mac OS X and Mac OS 9 onto their respective
+partitions. Once installation is complete, start following the <uri
+link="/doc/en/handbook/handbook-ppc.xml">Gentoo Handbook</uri>. When you get to
+the section on partitioning, use <c>mac-fdisk</c> to <e>delete</e> the large
+partition you created for Gentoo. In its place, create a bootstrap partition,
+root, swap, and any other partitions you wish to use with Gentoo.
 </p>
 
 <p>
-If you have an OldWorld Macintosh (pre-iMac), follow a similar
-procedure as described above. However, use the Mac OS 9 install CD and
-the <c>Drive Setup</c> utility. OldWorld machines do not need a
-bootstrap partition.
+If you have an OldWorld Macintosh (pre-iMac), follow a similar procedure as
+described above. However, use the Mac OS 9 install CD and the <c>Drive
+Setup</c> utility. OldWorld machines do not need a bootstrap partition.
 </p>
 
 <note>
-If yabootconfig does not detect your MacOS partitions, you can manually add 
-them to your yaboot.config.  See the example yaboot.conf in the 
-<uri link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10#doc_chap_pre6">
+If yabootconfig does not detect your MacOS partitions, you can manually add
+them to your yaboot.config. See the example yaboot.conf in the <uri
+link="/doc/en/handbook/handbook-ppc.xml?part=1&amp;chap=10#doc_chap_pre6">
 handbook</uri> for details.
 </note>
 
@@ -115,15 +112,15 @@
 </section>
 <section>
 <title>
-I have an early NewWorld Mac such as the Blue and White G3.  It should be
+I have an early NewWorld Mac such as the Blue and White G3. It should be
 compatible with the LiveCD, but on boot it returns an "Unknown or corrupt
 filesystem" error.
 </title>
 <body>
 
 <p>
-As a workaround, boot into Open Firmware by holding down the Apple + Option +
-O + F keys on startup.  When the prompt appears, type:
+As a workaround, boot into Open Firmware by holding down the Apple + Option + O
++ F keys on startup. When the prompt appears, type:
 </p>
 
 <pre caption="Early NewWorld Mac Open Firmware work around">
@@ -144,59 +141,56 @@
 <body>
 
 <p>
-You will need a new version of <e>StuffIt Expander</e> to open the archive. 
-You can 
-<uri link="http://www.stuffit.com/expander/download.html">download it</uri>
-for free.
+You will need a new version of <e>StuffIt Expander</e> to open the archive.
+You can <uri link="http://www.stuffit.com/expander/download.html">download
+it</uri> for free.
 </p>
 
 </body>
 </section>
 <section>
 <title>
-I have a Beige G3 machine. Can I install Gentoo Linux/PPC on a second IDE hard 
+I have a Beige G3 machine. Can I install Gentoo Linux/PPC on a second IDE hard
 drive?
 </title>
 <body>
 
 <p>
-Early Beige G3 machines (those with a "Rev 1" motherboard with an ATI
-RageII+ chip) do not support slave IDE drives. To use a second hard drive
-with this machine, you would have to attach it to the internal or external
-SCSI connector, use install a PCI IDE card. Later G3 machines do not have
-this limitation. See
-<uri>http://www.xlr8yourmac.com/G3-ZONE/IDE/index.html</uri> for more
-information.
+Early Beige G3 machines (those with a "Rev 1" motherboard with an ATI RageII+
+chip) do not support slave IDE drives. To use a second hard drive with this
+machine, you would have to attach it to the internal or external SCSI
+connector, use install a PCI IDE card. Later G3 machines do not have this
+limitation. See <uri>http://www.xlr8yourmac.com/G3-ZONE/IDE/index.html</uri>
+for more information.
 </p>
 
 </body>
 </section>
 <section>
 <title>
-When I try and install Gentoo on my PowerBook or iBook the internal
-hard drive does not show up. What should I do?
+When I try and install Gentoo on my PowerBook or iBook the internal hard drive
+does not show up. What should I do?
 </title>
 <body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2005-08-22  8:53 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-22  8:53 Xavier Neys [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-23 20:30 [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml Sven Vermeulen
2008-01-31 14:33 Jan Kundrat
2008-01-18 23:37 Joshua Saddler
2008-01-18 23:32 Joshua Saddler
2008-01-17  5:38 Joseph Jezak
2007-05-17 11:19 Joseph Jezak
2007-02-18  4:58 Joseph Jezak
2007-01-31  4:53 Joseph Jezak
2007-01-30  0:46 Joseph Jezak
2006-11-02 19:10 Josh Saddler
2006-09-10  0:14 Joseph Jezak
2006-07-11 16:28 Joseph Jezak
2006-07-07 16:55 Joseph Jezak
2006-06-12 20:35 Josh Saddler
2006-06-12 19:12 Joseph Jezak
2006-05-01  3:13 Joseph Jezak
2006-05-01  2:30 Joseph Jezak
2006-04-30 23:23 Joseph Jezak
2006-04-04  0:33 Josh Saddler
2006-02-18 18:08 Joseph Jezak
2006-01-04 22:51 Joseph Jezak
2005-12-16  1:28 Joseph Jezak
2005-12-13  4:30 Lukasz Damentko
2005-08-22  4:48 Shyam Mani
2005-08-20 21:30 Jan Kundrat
2005-08-05  3:32 Joseph Jezak
2005-07-29 17:31 Joseph Jezak
2005-07-29 16:42 Joseph Jezak
2005-07-25 12:23 Xavier Neys
2005-07-12  8:24 Xavier Neys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508220852.j7M8qekh024135@robin.gentoo.org \
    --to=neysx@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox