Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-medium.xml
Date: Sun, 20 Apr 2008 00:25:16
Message-Id: E1JnNMn-0006bN-QS@stork.gentoo.org
1 nightmorph 08/04/20 00:25:13
2
3 Modified: hb-install-x86+amd64-medium.xml
4 Log:
5 gentoo-nofb is available for amd64, so add to tables. bug 197814
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.13&r2=1.14
13
14 Index: hb-install-x86+amd64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-install-x86+amd64-medium.xml 2 Apr 2008 17:02:24 -0000 1.13
21 +++ hb-install-x86+amd64-medium.xml 20 Apr 2008 00:25:13 -0000 1.14
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-medium.xml,v 1.13 2008/04/02 17:02:24 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.14 2008/04/20 00:25:13 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 Installer LiveCD is possible as well.
33 </abstract>
34
35 -<version>6.2</version>
36 -<date>2008-04-01</date>
37 +<version>6.3</version>
38 +<date>2008-04-19</date>
39
40 <section>
41 <title>Hardware Requirements</title>
42 @@ -344,43 +344,27 @@
43 Below you'll find a short overview on the available kernels:
44 </p>
45
46 -</body>
47 -<body test="func:keyval('arch')='x86'">
48 -
49 <table>
50 <tr>
51 <th>Kernel</th>
52 <th>Description</th>
53 </tr>
54 -<tr>
55 +<tr test="func:keyval('arch')='x86'">
56 <ti>gentoo</ti>
57 <ti>Default 2.6 kernel with support for multiple CPUs</ti>
58 </tr>
59 -<tr>
60 - <ti>gentoo-nofb</ti>
61 - <ti>Same as <c>gentoo</c> but without framebuffer support</ti>
62 -</tr>
63 -<tr>
64 - <ti>memtest86</ti>
65 - <ti>Test your local RAM for errors</ti>
66 -</tr>
67 -</table>
68 -
69 -</body>
70 -<body test="func:keyval('arch')='AMD64'">
71 -<table>
72 -<tr>
73 - <th>Kernel</th>
74 - <th>Description</th>
75 -</tr>
76 -<tr>
77 +<tr test="func:keyval('arch')='AMD64'">
78 <ti>gentoo</ti>
79 <ti>
80 - Default kernel with support for K8 CPUs (including NUMA support) and EM64T
81 + Default kernel with support for K8 CPUS (including NUMA support) and EM64T
82 CPUs
83 </ti>
84 </tr>
85 <tr>
86 + <ti>gentoo-nofb</ti>
87 + <ti>Same as <c>gentoo</c> but without framebuffer support</ti>
88 +</tr>
89 +<tr>
90 <ti>memtest86</ti>
91 <ti>Test your local RAM for errors</ti>
92 </tr>
93
94
95
96 --
97 gentoo-doc-cvs@l.g.o mailing list