josejx 06/09/05 16:56:57 Modified: hb-install-ppc-kernel.xml Log: Fixed defconfig->pmac32_defconfig in the handbook.
Revision Changes Path 1.43 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.43&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.42&r2=1.43 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.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- hb-install-ppc-kernel.xml 30 Aug 2006 22:52:28 -0000 1.42 +++ hb-install-ppc-kernel.xml 5 Sep 2006 16:56:57 -0000 1.43 @@ -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.42 2006/08/30 22:52:28 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.43 2006/09/05 16:56:57 josejx Exp $ --> <sections> -<version>7.0</version> -<date>2006-08-30</date> +<version>7.1</version> +<date>2006-09-05</date> <section> <title>Timezone</title> @@ -118,14 +118,14 @@ <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 +first running <c>make pmac32_defconfig</c>. 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> +# <i>make pmac32_defconfig</i> # <i>make menuconfig</i> </pre> -- [email protected] mailing list
