swift 11/09/02 19:39:44
Modified: hb-install-ppc-kernel.xml
hb-install-x86+amd64-kernel.xml
Log:
Bug #378973 - No need to use LiveDVD kernel configuration, might not even
work properly. Genkernel provides a sane start
Revision Changes Path
1.67 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.67&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.66&r2=1.67
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.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- hb-install-ppc-kernel.xml 12 Aug 2011 19:05:02 -0000 1.66
+++ hb-install-ppc-kernel.xml 2 Sep 2011 19:39:44 -0000 1.67
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>12</version>
-<date>2011-08-12</date>
+<version>13</version>
+<date>2011-09-02</date>
<section>
<title>Timezone</title>
@@ -350,15 +350,6 @@
</pre>
<p>
-Next, copy over the kernel configuration used by the Installation CD to the
-location where genkernel looks for the default kernel configuration:
-</p>
-
-<pre caption="Copying over the Installation CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/ppc/kernel-config</i>
-</pre>
-
-<p>
If you are using FireWire or USB to boot, you'll need to add modules to the
initrd. Edit <path>/usr/share/genkernel/arch/ppc/modules_load</path> and change
<c>MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"</c> for FireWire support or
1.40 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.40&view=markup
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
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
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hb-install-x86+amd64-kernel.xml 22 Aug 2011 17:28:40 -0000 1.39
+++ hb-install-x86+amd64-kernel.xml 2 Sep 2011 19:39:44 -0000 1.40
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>10</version>
-<date>2011-08-22</date>
+<version>11</version>
+<date>2011-09-02</date>
<section>
<title>Timezone</title>
@@ -374,19 +374,6 @@
</pre>
<p>
-Next, copy over the kernel configuration used by the Installation CD to the
-location where genkernel looks for the default kernel configuration:
-</p>
-
-<pre test="func:keyval('arch')='x86'" caption="Copying over the Installation
CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86/kernel-config</i>
-</pre>
-
-<pre test="func:keyval('arch')='AMD64'" caption="Copying over the Installation
CD kernel config">
-# <i>zcat /proc/config.gz >
/usr/share/genkernel/arch/x86_64/kernel-config</i>
-</pre>
-
-<p>
Now, compile your kernel sources by running <c>genkernel all</c>. Be aware
though, as <c>genkernel</c> compiles a kernel that supports almost all
hardware, this compilation will take quite a while to finish!