From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GKeES-0003an-8X for garchives@archives.gentoo.org; Tue, 05 Sep 2006 16:57:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k85GuxdH001806; Tue, 5 Sep 2006 16:56:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k85GuwGm032726 for ; Tue, 5 Sep 2006 16:56:58 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id E83D9644E3 for ; Tue, 5 Sep 2006 16:56:57 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Tue, 5 Sep 2006 16:56:57 +0000 From: "Joseph Jezak" Date: Tue, 5 Sep 2006 16:56:57 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-kernel.xml Message-Id: <20060905165657.E83D9644E3@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 5cee3545-83c8-4133-9da9-b3866cf9dc4f X-Archives-Hash: 73b354d54ab8fcd1ebb13122b9c56164 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 @@ - + -7.0 -2006-08-30 +7.1 +2006-09-05
Timezone @@ -118,14 +118,14 @@

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 make defconfig. After the default configuration has been -generated, run make menuconfig which will fire up an ncurses-based +first running make pmac32_defconfig. After the default configuration has +been generated, run make menuconfig which will fire up an ncurses-based configuration menu.

 # cd /usr/src/linux
-# make defconfig
+# make pmac32_defconfig
 # make menuconfig
 
-- gentoo-doc-cvs@gentoo.org mailing list