Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-hppa-kernel.xml hb-install-ia64-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml
Date: Sat, 06 Apr 2013 08:09:25
Message-Id: 20130406080920.B5A502171D@flycatcher.gentoo.org
1 swift 13/04/06 08:09:20
2
3 Modified: hb-install-hppa-kernel.xml
4 hb-install-ia64-kernel.xml
5 hb-install-ppc-kernel.xml
6 hb-install-ppc64-kernel.xml
7 Log:
8 Fix bug #463475 - Add in devtmpfs in kernel configuration (remainder of architectures)
9
10 Revision Changes Path
11 1.53 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.52&r2=1.53
16
17 Index: hb-install-hppa-kernel.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- hb-install-hppa-kernel.xml 16 Mar 2013 18:58:17 -0000 1.52
24 +++ hb-install-hppa-kernel.xml 6 Apr 2013 08:09:20 -0000 1.53
25 @@ -4,12 +4,12 @@
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.52 2013/03/16 18:58:17 swift Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.53 2013/04/06 08:09:20 swift Exp $ -->
31
32 <sections>
33
34 -<version>14</version>
35 -<date>2013-03-16</date>
36 +<version>15</version>
37 +<date>2013-04-06</date>
38
39 <section>
40 <title>Installing the Sources</title>
41 @@ -204,6 +204,18 @@
42 </pre>
43
44 <p>
45 +Next select <e>Maintain a devtmpfs file system to mount at /dev</e> so that
46 +critical device files are already available early in the boot process.
47 +</p>
48 +
49 +<pre caption="Enabling devtmpfs support">
50 +Device Drivers ---&gt;
51 + Generic Driver Options ---&gt;
52 + [*] Maintain a devtmpfs filesystem to mount at /dev
53 + [ ] Automount devtmpfs at /dev, after the kernel mounted the rootfs
54 +</pre>
55 +
56 +<p>
57 When you've finished configuring the kernel, continue with <uri
58 link="#compiling">Compiling and Installing</uri>.
59 </p>
60
61
62
63 1.30 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.30&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.30&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.29&r2=1.30
68
69 Index: hb-install-ia64-kernel.xml
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
72 retrieving revision 1.29
73 retrieving revision 1.30
74 diff -u -r1.29 -r1.30
75 --- hb-install-ia64-kernel.xml 16 Mar 2013 18:58:17 -0000 1.29
76 +++ hb-install-ia64-kernel.xml 6 Apr 2013 08:09:20 -0000 1.30
77 @@ -4,12 +4,12 @@
78 <!-- The content of this document is licensed under the CC-BY-SA license -->
79 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
80
81 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.29 2013/03/16 18:58:17 swift Exp $ -->
82 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.30 2013/04/06 08:09:20 swift Exp $ -->
83
84 <sections>
85
86 -<version>19</version>
87 -<date>2013-03-16</date>
88 +<version>20</version>
89 +<date>2013-04-06</date>
90
91 <section>
92 <title>Installing the Sources</title>
93 @@ -136,6 +136,18 @@
94 </pre>
95
96 <p>
97 +Next select <e>Maintain a devtmpfs file system to mount at /dev</e> so that
98 +critical device files are already available early in the boot process.
99 +</p>
100 +
101 +<pre caption="Enabling devtmpfs support">
102 +Device Drivers ---&gt;
103 + Generic Driver Options ---&gt;
104 + [*] Maintain a devtmpfs filesystem to mount at /dev
105 + [ ] Automount devtmpfs at /dev, after the kernel mounted the rootfs
106 +</pre>
107 +
108 +<p>
109 Now go to <c>File Systems</c> and select support for the filesystems you use.
110 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
111 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
112
113
114
115 1.72 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.72&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.72&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.71&r2=1.72
120
121 Index: hb-install-ppc-kernel.xml
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
124 retrieving revision 1.71
125 retrieving revision 1.72
126 diff -u -r1.71 -r1.72
127 --- hb-install-ppc-kernel.xml 16 Mar 2013 18:58:17 -0000 1.71
128 +++ hb-install-ppc-kernel.xml 6 Apr 2013 08:09:20 -0000 1.72
129 @@ -4,7 +4,7 @@
130 <!-- The content of this document is licensed under the CC-BY-SA license -->
131 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
132
133 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.71 2013/03/16 18:58:17 swift Exp $ -->
134 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.72 2013/04/06 08:09:20 swift Exp $ -->
135
136 <sections>
137
138 @@ -13,8 +13,8 @@
139 explains how to configure your kernel.
140 </abstract>
141
142 -<version>16</version>
143 -<date>2013-03-16</date>
144 +<version>17</version>
145 +<date>2013-04-06</date>
146
147 <section>
148 <title>Installing the Kernel Sources</title>
149 @@ -253,6 +253,18 @@
150 </note>
151
152 <p>
153 +Next select <e>Maintain a devtmpfs file system to mount at /dev</e> so that
154 +critical device files are already available early in the boot process.
155 +</p>
156 +
157 +<pre caption="Enabling devtmpfs support">
158 +Device Drivers ---&gt;
159 + Generic Driver Options ---&gt;
160 + [*] Maintain a devtmpfs filesystem to mount at /dev
161 + [ ] Automount devtmpfs at /dev, after the kernel mounted the rootfs
162 +</pre>
163 +
164 +<p>
165 When you're done configuring your kernel, continue with <uri
166 link="#compiling">Compiling and Installing</uri>.
167 </p>
168
169
170
171 1.40 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
172
173 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.40&view=markup
174 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.40&content-type=text/plain
175 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.39&r2=1.40
176
177 Index: hb-install-ppc64-kernel.xml
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
180 retrieving revision 1.39
181 retrieving revision 1.40
182 diff -u -r1.39 -r1.40
183 --- hb-install-ppc64-kernel.xml 16 Mar 2013 18:58:17 -0000 1.39
184 +++ hb-install-ppc64-kernel.xml 6 Apr 2013 08:09:20 -0000 1.40
185 @@ -4,7 +4,7 @@
186 <!-- The content of this document is licensed under the CC-BY-SA license -->
187 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
188
189 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.39 2013/03/16 18:58:17 swift Exp $ -->
190 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.40 2013/04/06 08:09:20 swift Exp $ -->
191
192 <sections>
193
194 @@ -13,8 +13,8 @@
195 explains how to configure your kernel.
196 </abstract>
197
198 -<version>12</version>
199 -<date>2013-03-16</date>
200 +<version>13</version>
201 +<date>2013-04-06</date>
202
203 <section>
204 <title>Installing the Sources</title>
205 @@ -166,6 +166,18 @@
206 </p>
207
208 <p>
209 +Next select <e>Maintain a devtmpfs file system to mount at /dev</e> so that
210 +critical device files are already available early in the boot process.
211 +</p>
212 +
213 +<pre caption="Enabling devtmpfs support">
214 +Device Drivers ---&gt;
215 + Generic Driver Options ---&gt;
216 + [*] Maintain a devtmpfs filesystem to mount at /dev
217 + [ ] Automount devtmpfs at /dev, after the kernel mounted the rootfs
218 +</pre>
219 +
220 +<p>
221 When you're done configuring your kernel, continue with <uri
222 link="#compiling">Compiling and Installing</uri>.
223 </p>