Gentoo Archives: gentoo-doc-cvs

From: Joseph Jezak <josejx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-kernel.xml
Date: Mon, 01 May 2006 02:50:07
Message-Id: 20060501025009.DFAE0642AF@smtp.gentoo.org
1 josejx 06/05/01 02:50:09
2
3 Modified: hb-install-ppc-kernel.xml
4 Log:
5 Fixed defconfig for 2.6.16 and newer kernels.
6
7 Revision Changes Path
8 1.40 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-ppc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- hb-install-ppc-kernel.xml 27 Feb 2006 00:55:34 -0000 1.39
21 +++ hb-install-ppc-kernel.xml 1 May 2006 02:50:09 -0000 1.40
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 -<version>2.16</version>
32 -<date>2006-02-27</date>
33 +<version>2.17</version>
34 +<date>2006-04-30</date>
35
36 <section>
37 <title>Timezone</title>
38 @@ -118,14 +118,16 @@
39 <p>
40 Now go to your kernel source directory, it's time to configure your kernel. It
41 is recommended that you add the default settings to your configuration by first
42 -running <c>make defconfig</c>. After the default configuration has been
43 -generated, run <c>make menuconfig</c> which will fire up an ncurses-based
44 -configuration menu.
45 +running <c>make defconfig</c> (for 2.6.15 and earlier kernels) or
46 +<c>make pmac32_defconfig</c> (for 2.6.16 and later kernels). After the default
47 +configuration has been generated, run <c>make menuconfig</c> which will fire
48 +up an ncurses-based configuration menu.
49 </p>
50
51 <pre caption="Invoking menuconfig">
52 # <i>cd /usr/src/linux</i>
53 -# <i>make defconfig</i>
54 +<comment>Substitute defconfig for pmac32_defconfig below if using a 2.6.15 or earlier kernel</comment>
55 +# <i>make pmac32_defconfig</i>
56 # <i>make menuconfig</i>
57 </pre>
58
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list