josejx 06/05/01 02:50:09 Modified: hb-install-ppc-kernel.xml Log: Fixed defconfig for 2.6.16 and newer kernels.
Revision Changes Path 1.40 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.40&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.40&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml.diff?r1=1.39&r2=1.40&cvsroot=gentoo 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.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- hb-install-ppc-kernel.xml 27 Feb 2006 00:55:34 -0000 1.39 +++ hb-install-ppc-kernel.xml 1 May 2006 02:50:09 -0000 1.40 @@ -4,12 +4,12 @@ <!-- 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.39 2006/02/27 00:55:34 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.40 2006/05/01 02:50:09 josejx Exp $ --> <sections> -<version>2.16</version> -<date>2006-02-27</date> +<version>2.17</version> +<date>2006-04-30</date> <section> <title>Timezone</title> @@ -118,14 +118,16 @@ <p> Now go to your kernel source directory, it's time to configure your kernel. It is recommended that you add the default settings to your configuration by first -running <c>make defconfig</c>. After the default configuration has been -generated, run <c>make menuconfig</c> which will fire up an ncurses-based -configuration menu. +running <c>make defconfig</c> (for 2.6.15 and earlier kernels) or +<c>make pmac32_defconfig</c> (for 2.6.16 and later kernels). After the default +configuration has been generated, run <c>make menuconfig</c> which will fire +up an ncurses-based configuration menu. </p> <pre caption="Invoking menuconfig"> # <i>cd /usr/src/linux</i> -# <i>make defconfig</i> +<comment>Substitute defconfig for pmac32_defconfig below if using a 2.6.15 or earlier kernel</comment> +# <i>make pmac32_defconfig</i> # <i>make menuconfig</i> </pre> -- [email protected] mailing list
