nightmorph 10/09/05 01:57:09 Modified: hb-install-ppc-kernel.xml Log: update genkernel locations, punt special pegasos genkernel info that doesn't seem to apply anymore. there's nothing pegasos-specific shipped with genkernel these days. bug 336010.
Revision Changes Path 1.64 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.63&r2=1.64 Index: hb-install-ppc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- hb-install-ppc-kernel.xml 1 Aug 2010 18:18:46 -0000 1.63 +++ hb-install-ppc-kernel.xml 5 Sep 2010 01:57:09 -0000 1.64 @@ -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-kernel.xml,v 1.63 2010/08/01 18:18:46 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.64 2010/09/05 01:57:09 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ explains how to configure your kernel. </abstract> -<version>10.2</version> -<date>2010-08-01</date> +<version>10.3</version> +<date>2010-09-04</date> <section> <title>Timezone</title> @@ -355,12 +355,12 @@ </p> <pre caption="Copying over the Installation CD kernel config"> -# <i>zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-config-2.6</i> +# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/ppc/kernel-config</i> </pre> <p> If you are using FireWire or USB to boot, you'll need to add modules to the -initrd. Edit <path>/usr/share/genkernel/ppc/modules_load</path> and change +initrd. Edit <path>/usr/share/genkernel/arch/ppc/modules_load</path> and change <c>MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"</c> for FireWire support or <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c> for USB support. </p> @@ -401,7 +401,7 @@ </pre> <pre caption="Running genkernel on the Pegasos"> -# <i>genkernel --genzimage --kernel-config=/usr/share/genkernel/ppc/Pegasos all</i> +# <i>genkernel --genzimage all</i> </pre> <p>
