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-x86+amd64-kernel.xml
Date: Mon, 30 Nov 2009 19:00:32
Message-Id: E1NFBU5-0005kz-07@stork.gentoo.org
1 nightmorph 09/11/30 19:00:28
2
3 Modified: hb-install-x86+amd64-kernel.xml
4 Log:
5 use smarter conditionals to reduce some duplication. thanks to chiguire for the suggestion on bug 273354
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.30&r2=1.31
13
14 Index: hb-install-x86+amd64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- hb-install-x86+amd64-kernel.xml 30 Nov 2009 08:58:46 -0000 1.30
21 +++ hb-install-x86+amd64-kernel.xml 30 Nov 2009 19:00:28 -0000 1.31
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-x86+amd64-kernel.xml,v 1.30 2009/11/30 08:58:46 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.31 2009/11/30 19:00:28 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 explains how to configure your kernel.
33 </abstract>
34
35 -<version>7.2</version>
36 +<version>7.3</version>
37 <date>2009-11-30</date>
38
39 <section>
40 @@ -360,33 +360,19 @@
41 # <i>emerge genkernel</i>
42 </pre>
43
44 -</body>
45 -<body test="func:keyval('arch')='x86'">
46 -
47 <p>
48 Next, copy over the kernel configuration used by the Installation CD to the
49 location where genkernel looks for the default kernel configuration:
50 </p>
51
52 -<pre caption="Copying over the Installation CD kernel config">
53 +<pre test="func:keyval('arch')='x86'" caption="Copying over the Installation CD kernel config">
54 # <i>zcat /proc/config.gz &gt; /usr/share/genkernel/arch/x86/kernel-config</i>
55 </pre>
56
57 -</body>
58 -<body test="func:keyval('arch')='AMD64'">
59 -
60 -<p>
61 -Next, copy over the kernel configuration used by the Installation CD to the
62 -location where genkernel looks for the default kernel configuration:
63 -</p>
64 -
65 -<pre caption="Copying over the Installation CD kernel config">
66 +<pre test="func:keyval('arch')='AMD64'" caption="Copying over the Installation CD kernel config">
67 # <i>zcat /proc/config.gz &gt; /usr/share/genkernel/arch/x86_64/kernel-config</i>
68 </pre>
69
70 -</body>
71 -<body>
72 -
73 <p>
74 Now, compile your kernel sources by running <c>genkernel all</c>. Be aware
75 though, as <c>genkernel</c> compiles a kernel that supports almost all