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: Wed, 30 Aug 2006 21:33:07
Message-Id: 20060830213257.28950646F0@smtp.gentoo.org
1 josejx 06/08/30 21:32:56
2
3 Modified: hb-install-ppc-kernel.xml
4 Log:
5 Removed --zimage from non-pegasos genkernel instructions.
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-ppc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-ppc-kernel.xml 30 Aug 2006 20:17:31 -0000 1.1
21 +++ hb-install-ppc-kernel.xml 30 Aug 2006 21:32:56 -0000 1.2
22 @@ -4,11 +4,11 @@
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/2006.1/hb-install-ppc-kernel.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml,v 1.2 2006/08/30 21:32:56 josejx Exp $ -->
28
29 <sections>
30
31 -<version>7.0</version>
32 +<version>7.1</version>
33 <date>2006-08-30</date>
34
35 <section>
36 @@ -428,14 +428,14 @@
37 <p>
38 Note that, if your partition where the kernel should be located doesn't use ext2
39 or ext3 as filesystem you might need to manually configure your kernel using
40 -<c>genkernel --menuconfig --genzimage all</c> and add support for your
41 +<c>genkernel --menuconfig all</c> and add support for your
42 filesystem <e>in</e> the kernel (i.e. <e>not</e> as a module). Users of EVMS2 or
43 LVM2 will probably want to add <c>--evms2</c> or <c>--lvm2</c> as argument as
44 well.
45 </p>
46
47 <pre caption="Running genkernel">
48 -# <i>genkernel --genzimage all</i>
49 +# <i>genkernel all</i>
50 </pre>
51
52 <pre caption="Running genkernel on the Pegasos">
53
54
55
56 --
57 gentoo-doc-cvs@g.o mailing list