Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Fri, 02 Sep 2011 19:39:54
Message-Id: 20110902193944.7BA1A20051@flycatcher.gentoo.org
1 swift 11/09/02 19:39:44
2
3 Modified: hb-install-ppc-kernel.xml
4 hb-install-x86+amd64-kernel.xml
5 Log:
6 Bug #378973 - No need to use LiveDVD kernel configuration, might not even work properly. Genkernel provides a sane start
7
8 Revision Changes Path
9 1.67 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.66&r2=1.67
14
15 Index: hb-install-ppc-kernel.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- hb-install-ppc-kernel.xml 12 Aug 2011 19:05:02 -0000 1.66
22 +++ hb-install-ppc-kernel.xml 2 Sep 2011 19:39:44 -0000 1.67
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.66 2011/08/12 19:05:02 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.67 2011/09/02 19:39:44 swift Exp $ -->
29
30 <sections>
31
32 @@ -13,8 +13,8 @@
33 explains how to configure your kernel.
34 </abstract>
35
36 -<version>12</version>
37 -<date>2011-08-12</date>
38 +<version>13</version>
39 +<date>2011-09-02</date>
40
41 <section>
42 <title>Timezone</title>
43 @@ -350,15 +350,6 @@
44 </pre>
45
46 <p>
47 -Next, copy over the kernel configuration used by the Installation CD to the
48 -location where genkernel looks for the default kernel configuration:
49 -</p>
50 -
51 -<pre caption="Copying over the Installation CD kernel config">
52 -# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/ppc/kernel-config</i>
53 -</pre>
54 -
55 -<p>
56 If you are using FireWire or USB to boot, you'll need to add modules to the
57 initrd. Edit <path>/usr/share/genkernel/arch/ppc/modules_load</path> and change
58 <c>MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"</c> for FireWire support or
59
60
61
62 1.40 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.40&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.40&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.39&r2=1.40
67
68 Index: hb-install-x86+amd64-kernel.xml
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
71 retrieving revision 1.39
72 retrieving revision 1.40
73 diff -u -r1.39 -r1.40
74 --- hb-install-x86+amd64-kernel.xml 22 Aug 2011 17:28:40 -0000 1.39
75 +++ hb-install-x86+amd64-kernel.xml 2 Sep 2011 19:39:44 -0000 1.40
76 @@ -4,7 +4,7 @@
77 <!-- The content of this document is licensed under the CC-BY-SA license -->
78 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
79
80 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.39 2011/08/22 17:28:40 swift Exp $ -->
81 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.40 2011/09/02 19:39:44 swift Exp $ -->
82
83 <sections>
84
85 @@ -13,8 +13,8 @@
86 explains how to configure your kernel.
87 </abstract>
88
89 -<version>10</version>
90 -<date>2011-08-22</date>
91 +<version>11</version>
92 +<date>2011-09-02</date>
93
94 <section>
95 <title>Timezone</title>
96 @@ -374,19 +374,6 @@
97 </pre>
98
99 <p>
100 -Next, copy over the kernel configuration used by the Installation CD to the
101 -location where genkernel looks for the default kernel configuration:
102 -</p>
103 -
104 -<pre test="func:keyval('arch')='x86'" caption="Copying over the Installation CD kernel config">
105 -# <i>zcat /proc/config.gz &gt; /usr/share/genkernel/arch/x86/kernel-config</i>
106 -</pre>
107 -
108 -<pre test="func:keyval('arch')='AMD64'" caption="Copying over the Installation CD kernel config">
109 -# <i>zcat /proc/config.gz &gt; /usr/share/genkernel/arch/x86_64/kernel-config</i>
110 -</pre>
111 -
112 -<p>
113 Now, compile your kernel sources by running <c>genkernel all</c>. Be aware
114 though, as <c>genkernel</c> compiles a kernel that supports almost all
115 hardware, this compilation will take quite a while to finish!