summaryrefslogtreecommitdiff
path: root/ja/post-install/kernel-baking.xml
blob: 5092fe753286151dcbeec86432d8191a06874123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 28672 -->

 <sect1 id="kernel-baking"><title>新しいカーネルのコンパイル</title>
<para>

<!--
Why would someone want to compile a new kernel? It is often not
necessary since the default kernel shipped with Debian handles most
configurations. However, it is useful to compile a new kernel in order
to:
-->
新しいカーネルをコンパイルしようとする動機はなんでしょう?
Debian では、標準で入っているカーネルで多くの機能をサポートしてい
るので、ほとんどその必要はありません。しかし、以下のような目的のためには、
新しいカーネルをコンパイルすることは有益です。

<itemizedlist>
<listitem><para>

<!--
handle special hardware needs, or hardware conflicts with the pre-supplied
kernels
-->
特殊なハードウェアを使ったり、
標準カーネルとハードウェアとの競合を回避するため

</para></listitem>
<listitem><para>

<!--
handle hardware or options not included in the stock kernel, such as
APM or SMP
-->
APM や SMP など、
既存のカーネルがサポートしていないハードウェアや機能を利用するため

</para></listitem>
<listitem><para>

<!--
optimize the kernel by removing useless drivers to speed up boot
time
-->
使わないドライバを取り除くことでカーネルを最適化し、
起動にかかる時間を短くするため

</para></listitem>
<listitem><para>

<!--
use options of the kernel which are not supported by the default
kernel (such as high memory support)
-->
(ハイメモリサポートなど)
デフォルトのカーネルでサポートされていない機能を利用するため

</para></listitem>
<listitem><para>

<!--
run an updated or development kernel
-->
最新のカーネルや開発版のカーネルを使用するため

</para></listitem>
<listitem><para>

<!--
impress your friends, try new things
-->
目新しいことをして友達を感心させるため

</para></listitem>
</itemizedlist>

</para>

<!--
  <sect2><title>Kernel Image Management</title>
-->
  <sect2><title>カーネルイメージの管理</title>
<para>

<!--
Don't be afraid to try compiling the kernel.  It's fun and profitable.
-->
カーネルのコンパイルを恐がらないでください。楽しく、かつ役に立つ作業です。

</para><para>

<!--
To compile a kernel the Debian way, you need some packages:
<classname>kernel-package</classname>,
<classname>kernel-source-&kernelversion;</classname> (the most recent version
at the time of this writing), <classname>fakeroot</classname> and a
few others which are probably already installed (see
<filename>/usr/share/doc/kernel-package/README.gz</filename> for the
complete list).
-->
Debian 流にカーネルをコンパイルするのに必要なパッケージは、
<classname>kernel-package</classname>、
<classname>kernel-source-&kernelversion;</classname> (この文書を執筆している
時点で最も新しいバージョンです)、<classname>fakeroot</classname>、あとは
多分すでにインストール済みのパッケージがいくつか、です (完全な一覧については 
<filename>/usr/share/doc/kernel-package/README.gz</filename> を
ご覧ください)。

</para><para>

<!--
This method will make a .deb of your kernel source, and, if you have
non-standard modules, make a synchronized dependent .deb of those
too. It's a better way to manage kernel images;
<filename>/boot</filename> will hold the kernel, the System.map, and a
log of the active config file for the build.
-->
この方法はカーネルソースから .deb を作り、また非標準のモジュールが
あれば、作成したカーネルに依存した .deb も同時に作ります。
これはカーネルイメージの管理には良い方法で、
<filename>/boot</filename> にカーネル、System.map、
ビルドに使った設定ファイルの記録を保存します。

</para><para>

<!--
Note that you don't <emphasis>have</emphasis> to compile your kernel
the <quote>Debian way</quote>; but we find that using the packaging system
to manage your kernel is actually safer and easier.  In fact, you can get
your kernel sources right from Linus instead of
<classname>kernel-source-&kernelversion;</classname>, yet still use the
<classname>kernel-package</classname> compilation method.
-->
必ずしも「Debian 流」にカーネルをコンパイルする必要は
<emphasis>ありません</emphasis>。しかし、カーネルの管理にもパッケージング
システムを用いるほうが、実際に安全で簡単です。実は
<classname>kernel-source-&kernelversion;</classname> ではなく、Linus が
配付しているカーネルソースをそのまま利用することもできますが、その場合でも 
<classname>kernel-package</classname> を用いてコンパイルしてください。

</para><para>

<!--
Note that you'll find complete documentation on using
<classname>kernel-package</classname> under
<filename>/usr/share/doc/kernel-package</filename>.  This section just
contains a brief tutorial.
-->
<classname>kernel-package</classname> の利用に必要な文書すべては、
<filename>/usr/share/doc/kernel-package</filename>
ディレクトリにあります。
そのため、この節では簡単な解説のみを行います。

</para><para>

<!--
Hereafter, we'll assume you have free rein over your machine and will
extract your kernel source to somewhere in your home directory<footnote>
-->
以降では、あなたがマシン上で行動する自由があって、ホームディレクトリの
どこかにカーネルソースを展開すると仮定します。<footnote>

<para>

<!--
There are other locations where you can extract kernel sources and build
your custom kernel, but this is easiest as it does not require special
permissions.
-->
他にも、カーネルソースを展開してカスタムカーネルをビルドできる場所は
ありますが、特別なパーミッションを必要としないここが最も簡単です。

</para>

<!--
</footnote>. We'll also assume that your kernel version is
&kernelversion;. Make sure you are in the directory to where you want to
unpack the kernel sources, extract them using <userinput>tar xjf
/usr/src/kernel-source-&kernelversion;.tar.bz2</userinput> and change
to the directory <filename>kernel-source-&kernelversion;</filename>
that will have been created.
-->
</footnote>。また、カーネルバージョンが &kernelversion; だと仮定します。
カーネルソースを取り出したいディレクトリにいることを確認してから、
<userinput>tar xjf /usr/src/kernel-source-&kernelversion;.tar.bz2</userinput>
としてソースを展開し、作成された <filename>kernel-source-&kernelversion;</filename> 
ディレクトリに移動してください。

</para><para>

<!--
Now, you can configure your kernel.  Run <userinput>make
xconfig</userinput> if X11 is installed, configured and being run; run
<userinput>make menuconfig</userinput> otherwise (you'll need
<classname>libncurses5-dev</classname> installed). Take the time to read
the online help and choose carefully. When in doubt, it is typically
better to include the device driver (the software which manages
hardware peripherals, such as Ethernet cards, SCSI controllers, and so
on) you are unsure about.  Be careful: other options, not related to a
specific hardware, should be left at the default value if you do not
understand them.  Do not forget to select <quote>Kernel module loader</quote>
in <quote>Loadable module support</quote> (it is not selected by default).
If not included, your Debian installation will experience problems.
-->
次にカーネルコンパイルの設定を行います。X11 のインストールおよび設定が
済んでいて、X11 を実行中の場合は <userinput>make xconfig</userinput> を、
そうでない場合は <userinput>make menuconfig</userinput> を実行します (後者では
<classname>libncurses5-dev</classname> がインストールされている必要があります)。
オンラインヘルプを時間をかけて読み、注意深く選択してください。
一般的に、迷った場合はそのデバイスドライバ (イーサネットカードや、
SCSI コントローラなどの周辺機器を制御するソフトウェア) を入れた方が
よいでしょう。なお注意していただきたいのですが、
特定のハードウェアに関係のないその他のオプションで、
よく理解できないものはデフォルトの値のままにしておいてください。
また、<quote>Loadable module support</quote> にある <quote>Kernel module loader</quote>
(デフォルトでは選択されていません) は忘れずに選択してください。
さもないと、Debian のインストールに問題が生じることもあります。

</para><para>

<!--
Clean the source tree and reset the <classname>kernel-package</classname>
parameters.  To do that, do <userinput>make-kpkg clean</userinput>.
-->
続いてソースツリーをクリアし、<classname>kernel-package</classname> のパラメータを
リセットします。これには、<userinput>make-kpkg clean</userinput> を実行してください。

</para><para>

<!--
Now, compile the kernel:
<userinput>fakeroot make-kpkg -\-revision=custom.1.0 kernel_image</userinput>.
The version number of <quote>1.0</quote> can be changed at will; this is just
a version number that you will use to track your kernel builds.
Likewise, you can put any word you like in place of <quote>custom</quote>
(e.g., a host name).  Kernel compilation may take quite a while, depending on
the power of your machine.
-->
さあ、カーネルをコンパイルしましょう。
<userinput>fakeroot make-kpkg --revision=custom.1.0 kernel_image</userinput>
を実行してください。バージョン番号 <quote>1.0</quote> は自由に変えられます。
この番号は、構築したカーネルを後から確認できるようにするためのものだからです。
同様に、<quote>custom</quote> の箇所にもお好みのキーワード (例えばホスト名など)
を使うことができます。マシンのパワーにもよりますが、カーネルのコンパイルには
かなり時間がかかります。

</para><para condition="supports-pcmcia">

<!--
If you require PCMCIA support, you'll also need to install the
<classname>pcmcia-source</classname> package.  Unpack the gzipped tar file
as root in the directory <filename>/usr/src</filename> (it's important that
modules are found where they are expected to be found, namely,
<filename>/usr/src/modules</filename>).  Then, as root, do <userinput>make-kpkg
modules_image</userinput>.
-->
PCMCIA の機能が必要なら、<classname>pcmcia-source</classname>
のインストールも必要です。root アカウントで <filename>/usr/src</filename>
ディレクトリに gzip で圧縮された tar ファイルを展開します (モジュールは
あるべき場所、つまり <filename>/usr/src/modules</filename>
になくてはなりません)。それから root アカウントで <userinput>make-kpkg
modules_image</userinput> を実行します。

</para><para>

<!--
Once the compilation is complete, you can install your custom kernel
like any package.  As root, do <userinput>dpkg -i
../kernel-image-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>.
The <replaceable>subarchitecture</replaceable> part is an optional
sub-architecture,
<phrase arch="i386"> such as <quote>i586</quote>, </phrase>
depending on what kernel options you set.
<userinput>dpkg -i kernel-image...</userinput> will install the
kernel, along with some other nice supporting files.  For instance,
the <filename>System.map</filename> will be properly installed
(helpful for debugging kernel problems), and
<filename>/boot/config-&kernelversion;</filename> will be installed,
containing your current configuration set.  Your new
<classname>kernel-image-&kernelversion;</classname> package is also clever
enough to automatically use your platform's boot-loader to run an
update on the booting, allowing you to boot without re-running the
boot loader.  If you have created a modules package, e.g., if you have
PCMCIA, you'll need to install that package as well.
-->
一旦コンパイルが完了すれば、他のパッケージと同じように、そのカスタムカーネルを
インストールできます。root アカウントで <userinput>dpkg -i
../kernel-image-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>
を実行してください。<replaceable>subarchitecture</replaceable> は、
カーネルのオプションで設定された
<phrase arch="i386"> <quote>i586</quote> のような</phrase>
任意のサブアーキテクチャを表しています。
また <userinput>dpkg -i kernel-image...</userinput> とすると、カーネルと一緒に
役に立つ補助的なファイルもいくつかインストールされます。例えば
カーネルの問題をデバッグするのに役立つ <filename>System.map</filename> や、
現行のカーネルの設定が記録されている
<filename>/boot/config-&kernelversion;</filename> などが適切にインストールされます。
さらに、新たに作成された
<classname>kernel-image-&kernelversion;</classname> パッケージは、
自動的にあなたのプラットフォームのブートローダを設定してくれますので、
ブートローダを再度実行する必要はありません。
なお、モジュールパッケージを作成した場合、例えば PCMCIA がある場合は、
同様にそれらもインストールする必要があるでしょう。

</para><para>

<!--
It is time to reboot the system: read carefully any warning that the
above step may have produced, then <userinput>shutdown -r now</userinput>.
-->
さて、システムを再起動する時がやってきました。これまでの作業の間に何か警告が表示されていたら
それらを注意深く読み、それから <userinput>shutdown -r now</userinput> を実行してください。

</para><para>

<!--
For more information on <classname>kernel-package</classname>, read
the fine documentation in <filename>/usr/share/doc/kernel-package</filename>.
-->
<classname>kernel-package</classname> に関するより詳しい情報については、
<filename>/usr/share/doc/kernel-package</filename> にある素晴しいドキュメントをお読みください。

</para>
  </sect2>
 </sect1>