josejx 11/05/16 15:15:46 Modified: hb-install-ppc-medium.xml Log: Update handbook, fix ppc32 kernel name.
Revision Changes Path 1.65 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.64&r2=1.65 Index: hb-install-ppc-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- hb-install-ppc-medium.xml 21 Jul 2010 01:28:29 -0000 1.64 +++ hb-install-ppc-medium.xml 16 May 2011 15:15:45 -0000 1.65 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.64 2010/07/21 01:28:29 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.65 2011/05/16 15:15:45 josejx Exp $ --> <sections> @@ -13,8 +13,8 @@ Gentoo using the minimal Installation CD. </abstract> -<version>10.0</version> -<date>2010-07-20</date> +<version>10.1</version> +<date>2011-05-16</date> <section> <title>Hardware Requirements</title> @@ -294,7 +294,7 @@ </p> <p> -We provide one generic kernel, <e>apple</e>. This kernel is built with support +We provide one generic kernel, <e>ppc32</e>. This kernel is built with support for multiple CPUs, but it will boot on single processor machines as well. </p> @@ -354,17 +354,17 @@ </table> <p> -To use the above options, at the <e>boot:</e> prompt, type <e>apple</e> followed +To use the above options, at the <e>boot:</e> prompt, type <e>ppc32</e> followed by the desired option. In the example below, we'll force the kernel to use the Open Firmware framebuffer instead of the device specific driver. </p> <pre caption="Force the use of the Open Firmware framebuffer"> -boot: <i>apple video=ofonly</i> +boot: <i>ppc32 video=ofonly</i> </pre> <p> -If you don't need to add any options, just hit enter at this prompt, and a +If you don't need to add any options, just type ppc32 at this prompt, and a complete Gentoo Linux environment will be loaded from the CD. Continue with <uri link="#booted">And When You're Booted...</uri>. </p> @@ -405,14 +405,14 @@ archive into <c>Extensions Folder</c> and the BootX App Control Panel into <c>Control Panels</c>, both of which are located in your MacOS System Folder. Next, create a folder called "Linux Kernels" in your System folder and copy the -<c>apple</c> kernel from the CD to this folder. Finally, copy <c>apple.igz</c> +<c>ppc32</c> kernel from the CD to this folder. Finally, copy <c>ppc32.igz</c> from the Installation CD <path>boot</path> folder into the MacOS <c>System Folder</c>. </p> <p> To prepare BootX, start the BootX App Control Panel. First select the Options -dialog and check <c>Use Specified RAM Disk</c> and select <c>apple.igz</c> from +dialog and check <c>Use Specified RAM Disk</c> and select <c>ppc32.igz</c> from your System Folder. Continue back to the initial screen and ensure that the ramdisk size is at least <c>32000</c>. Finally, set the kernel arguments as shown below:
