Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-alpha-kernel.xml hb-install-hppa-kernel.xml hb-install-ia64-kernel.xml hb-install-ppc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Wed, 03 Aug 2011 08:23:07
Message-Id: 20110803082256.CD99D2004C@flycatcher.gentoo.org
1 jkt 11/08/03 08:22:56
2
3 Modified: hb-install-alpha-kernel.xml
4 hb-install-hppa-kernel.xml
5 hb-install-ia64-kernel.xml
6 hb-install-ppc-kernel.xml
7 hb-install-x86+amd64-kernel.xml
8 Log:
9 #369841, initrd is in initial RAM disk, not a root disk
10
11 Thanks to swift for a patch.
12
13 Revision Changes Path
14 1.47 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.47&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.47&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.46&r2=1.47
19
20 Index: hb-install-alpha-kernel.xml
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
23 retrieving revision 1.46
24 retrieving revision 1.47
25 diff -u -r1.46 -r1.47
26 --- hb-install-alpha-kernel.xml 1 Apr 2008 08:53:46 -0000 1.46
27 +++ hb-install-alpha-kernel.xml 3 Aug 2011 08:22:56 -0000 1.47
28 @@ -4,12 +4,12 @@
29 <!-- The content of this document is licensed under the CC-BY-SA license -->
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31
32 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.46 2008/04/01 08:53:46 nightmorph Exp $ -->
33 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.47 2011/08/03 08:22:56 jkt Exp $ -->
34
35 <sections>
36
37 -<version>9.0</version>
38 -<date>2008-04-01</date>
39 +<version>10</version>
40 +<date>2011-08-03</date>
41
42 <section>
43 <title>Timezone</title>
44 @@ -319,7 +319,7 @@
45
46 <p>
47 Once <c>genkernel</c> completes, a kernel, full set of modules and <e>initial
48 -root disk</e> (initrd) will be created. We will use the kernel and initrd when
49 +ram disk</e> (initrd) will be created. We will use the kernel and initrd when
50 configuring a boot loader later in this document. Write down the names of the
51 kernel and initrd as you will need it when writing the bootloader configuration
52 file. The initrd will be started immediately after booting to perform hardware
53
54
55
56 1.48 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.48&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.48&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.47&r2=1.48
61
62 Index: hb-install-hppa-kernel.xml
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
65 retrieving revision 1.47
66 retrieving revision 1.48
67 diff -u -r1.47 -r1.48
68 --- hb-install-hppa-kernel.xml 20 Jul 2010 00:05:24 -0000 1.47
69 +++ hb-install-hppa-kernel.xml 3 Aug 2011 08:22:56 -0000 1.48
70 @@ -4,12 +4,12 @@
71 <!-- The content of this document is licensed under the CC-BY-SA license -->
72 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
73
74 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.47 2010/07/20 00:05:24 nightmorph Exp $ -->
75 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.48 2011/08/03 08:22:56 jkt Exp $ -->
76
77 <sections>
78
79 -<version>10.0</version>
80 -<date>2010-07-19</date>
81 +<version>11</version>
82 +<date>2011-08-03</date>
83
84 <section>
85 <title>Timezone</title>
86 @@ -318,7 +318,7 @@
87
88 <p>
89 Once <c>genkernel</c> completes, a kernel, full set of modules and
90 -<e>initial root disk</e> (initrd) will be created. We will use the kernel
91 +<e>initial ram disk</e> (initrd) will be created. We will use the kernel
92 and initrd when configuring a boot loader later in this document. Write
93 down the names of the kernel and initrd as you will need it when writing
94 the bootloader configuration file. The initrd will be started immediately after
95
96
97
98 1.21 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.21&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.21&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.20&r2=1.21
103
104 Index: hb-install-ia64-kernel.xml
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
107 retrieving revision 1.20
108 retrieving revision 1.21
109 diff -u -r1.20 -r1.21
110 --- hb-install-ia64-kernel.xml 20 Jul 2010 05:14:55 -0000 1.20
111 +++ hb-install-ia64-kernel.xml 3 Aug 2011 08:22:56 -0000 1.21
112 @@ -4,12 +4,12 @@
113 <!-- The content of this document is licensed under the CC-BY-SA license -->
114 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
115
116 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.20 2010/07/20 05:14:55 nightmorph Exp $ -->
117 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.21 2011/08/03 08:22:56 jkt Exp $ -->
118
119 <sections>
120
121 -<version>10.0</version>
122 -<date>2010-07-19</date>
123 +<version>11</version>
124 +<date>2011-08-03</date>
125
126 <section>
127 <title>Timezone</title>
128 @@ -310,7 +310,7 @@
129
130 <p>
131 Once <c>genkernel</c> completes, a kernel, full set of modules and
132 -<e>initial root disk</e> (initrd) will be created. We will use the kernel
133 +<e>initial ram disk</e> (initrd) will be created. We will use the kernel
134 and initrd when configuring a boot loader later in this document. Write
135 down the names of the kernel and initrd as you will need it when writing
136 the bootloader configuration file. The initrd will be started immediately after
137
138
139
140 1.65 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
141
142 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.65&view=markup
143 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.65&content-type=text/plain
144 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.64&r2=1.65
145
146 Index: hb-install-ppc-kernel.xml
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
149 retrieving revision 1.64
150 retrieving revision 1.65
151 diff -u -r1.64 -r1.65
152 --- hb-install-ppc-kernel.xml 5 Sep 2010 01:57:09 -0000 1.64
153 +++ hb-install-ppc-kernel.xml 3 Aug 2011 08:22:56 -0000 1.65
154 @@ -4,7 +4,7 @@
155 <!-- The content of this document is licensed under the CC-BY-SA license -->
156 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
157
158 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.64 2010/09/05 01:57:09 nightmorph Exp $ -->
159 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.65 2011/08/03 08:22:56 jkt Exp $ -->
160
161 <sections>
162
163 @@ -13,8 +13,8 @@
164 explains how to configure your kernel.
165 </abstract>
166
167 -<version>10.3</version>
168 -<date>2010-09-04</date>
169 +<version>11</version>
170 +<date>2011-08-03</date>
171
172 <section>
173 <title>Timezone</title>
174 @@ -406,7 +406,7 @@
175
176 <p>
177 Once <c>genkernel</c> completes, a kernel, full set of modules and
178 -<e>initial root disk</e> (initrd) will be created. We will use the kernel
179 +<e>initial ram disk</e> (initrd) will be created. We will use the kernel
180 and initrd when configuring a boot loader later in this document. Write
181 down the names of the kernel and initrd as you will need them when writing
182 the bootloader configuration file. The initrd will be started immediately after
183
184
185
186 1.36 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
187
188 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.36&view=markup
189 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.36&content-type=text/plain
190 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.35&r2=1.36
191
192 Index: hb-install-x86+amd64-kernel.xml
193 ===================================================================
194 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
195 retrieving revision 1.35
196 retrieving revision 1.36
197 diff -u -r1.35 -r1.36
198 --- hb-install-x86+amd64-kernel.xml 21 Jul 2010 00:13:54 -0000 1.35
199 +++ hb-install-x86+amd64-kernel.xml 3 Aug 2011 08:22:56 -0000 1.36
200 @@ -4,7 +4,7 @@
201 <!-- The content of this document is licensed under the CC-BY-SA license -->
202 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
203
204 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.35 2010/07/21 00:13:54 nightmorph Exp $ -->
205 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.36 2011/08/03 08:22:56 jkt Exp $ -->
206
207 <sections>
208
209 @@ -13,8 +13,8 @@
210 explains how to configure your kernel.
211 </abstract>
212
213 -<version>7.5</version>
214 -<date>2010-07-17</date>
215 +<version>8</version>
216 +<date>2011-08-03</date>
217
218 <section>
219 <title>Timezone</title>
220 @@ -403,7 +403,7 @@
221
222 <p>
223 Once <c>genkernel</c> completes, a kernel, full set of modules and
224 -<e>initial root disk</e> (initrd) will be created. We will use the kernel
225 +<e>initial ram disk</e> (initrd) will be created. We will use the kernel
226 and initrd when configuring a boot loader later in this document. Write
227 down the names of the kernel and initrd as you will need it when writing
228 the bootloader configuration file. The initrd will be started immediately after