Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-kernel.xml
Date: Sun, 05 Sep 2010 01:57:16
Message-Id: 20100905015709.47E8920051@flycatcher.gentoo.org
1 nightmorph 10/09/05 01:57:09
2
3 Modified: hb-install-ppc-kernel.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.64 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.64&view=markup
11 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
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.63&r2=1.64
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.63
18 retrieving revision 1.64
19 diff -u -r1.63 -r1.64
20 --- hb-install-ppc-kernel.xml 1 Aug 2010 18:18:46 -0000 1.63
21 +++ hb-install-ppc-kernel.xml 5 Sep 2010 01:57:09 -0000 1.64
22 @@ -4,7 +4,7 @@
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.63 2010/08/01 18:18:46 nightmorph Exp $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 explains how to configure your kernel.
33 </abstract>
34
35 -<version>10.2</version>
36 -<date>2010-08-01</date>
37 +<version>10.3</version>
38 +<date>2010-09-04</date>
39
40 <section>
41 <title>Timezone</title>
42 @@ -355,12 +355,12 @@
43 </p>
44
45 <pre caption="Copying over the Installation CD kernel config">
46 -# <i>zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-config-2.6</i>
47 +# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/ppc/kernel-config</i>
48 </pre>
49
50 <p>
51 If you are using FireWire or USB to boot, you'll need to add modules to the
52 -initrd. Edit <path>/usr/share/genkernel/ppc/modules_load</path> and change
53 +initrd. Edit <path>/usr/share/genkernel/arch/ppc/modules_load</path> and change
54 <c>MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"</c> for FireWire support or
55 <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c> for USB support.
56 </p>
57 @@ -401,7 +401,7 @@
58 </pre>
59
60 <pre caption="Running genkernel on the Pegasos">
61 -# <i>genkernel --genzimage --kernel-config=/usr/share/genkernel/ppc/Pegasos all</i>
62 +# <i>genkernel --genzimage all</i>
63 </pre>
64
65 <p>