OSDN Git Service

clfs-3.0.0-sysvinit.
[clfsja/cross-lfs-ja.git] / src / boot / x86 / kernel.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <secondary>boot</secondary>
14 @y
15     <secondary>ブート</secondary>
16 @z
17
18 @x
19     <title>Installation of the kernel</title>
20 @y
21     <title>&InstallationOf1;カーネル&InstallationOf2;</title>
22 @z
23
24 @x
25       <para>Here a temporary cross-compiled kernel will be built. When
26       configuring it, select the minimal amount of options required to
27       boot the target machine and build the final system. I.e., no support
28       for sound, printers, etc. will be needed.</para>
29 @y
30       <para>
31       ここではクロスコンパイル用の一時的なカーネルを生成します。
32       したがってカーネル設定においては必要最小限のオプションを選択するようにしてください。
33       ターゲットマシンが起動でき最終システムを構築できるだけで十分だからです。
34       つまり例えばサウンド、印刷機能といったものは必要になりません。
35       </para>
36 @z
37
38 @x
39       <para>Also, try to avoid the use of modules if possible, and don't
40       use the resulting kernel image for production systems.</para>
41 @y
42       <para>
43       同様にモジュールの生成は極力避けてください。
44       またここで生成されるカーネルイメージを最終システムにおいて利用しないでください。
45       </para>
46 @z
47
48 %@x
49 %    <note os="kc"><para>A good starting place for setting up the kernel
50 %    configuration is to run <command>make defconfig</command>. This will set the    base configuration to a good state that takes your current system
51 %    architecture into account.</para>
52 %@y
53 %    <note os="kc"><para>
54 %    カーネル設定を行うにあたって、分かりやすいやり方として <command>make defconfig</command> を実行する方法があります。
55 %    これを実行することで基本的な設定がなされ、現在のシステム構成が考慮された、より良い設定が得られるかもしれません。
56 %    </para>
57 %@z
58
59 %@x
60 %    <para>Be sure to configure the following options as
61 %    shown, or the system might not work correctly or boot at all.</para>
62 %@y
63 %    <para>
64 %    以下のオプションについての有効無効を確認してください。
65 %    不適切である場合にはシステムが正常動作しなかったり起動できなかったりするかもしれません。
66 %    </para>
67 %@z
68
69 @x
70     <para os="ae">Configure the kernel via a menu-driven interface:</para>
71 @y
72     <para os="ae">
73     メニュー方式のインターフェースによりカーネルを設定します。
74     </para>
75 @z
76
77 @x
78     <para os="af">If the use of kernel modules can't be avoided, a file in
79     <filename class="directory">/etc/modprobe.d</filename> may be needed.
80     Information pertaining to modules and kernel configuration is
81     located in the kernel documentation in the <filename
82     class="directory">Documentation</filename> directory of the kernel
83     sources tree. The <filename>modprobe.d</filename> man page may also
84     be of interest.</para>
85 @y
86     <para os="af">
87     やむなくカーネルモジュールを利用する場合は <filename
88     class="directory">/etc/modprobe.d</filename> ファイルが必要になります。
89     モジュールやカーネル設定に関する情報はカーネルソースの <filename
90     class="directory">Documentation</filename> ディレクトリにあるカーネルドキュメントを参照してください。
91     また <filename>modprobe.d</filename> も有用です。
92     </para>
93 @z
94
95 @x
96     <para os="u">After kernel compilation is complete, additional steps are
97     required to complete the installation. Some files need to be copied to
98     the <filename class="directory">/tools/boot</filename> directory.</para>
99 @y
100     <para os="u">
101     カーネルのコンパイルが終わったら、インストールの完了に向けてあと少し作業を行います。
102     <filename class="directory">/tools/boot</filename> ディレクトリにいくつかのファイルをコピーします。
103     </para>
104 @z
105
106 @x
107     <para os="v">Issue the following commands to install the kernel:</para>
108 @y
109     <para os="v">
110     以下のコマンドを実行してカーネルをインストールします。
111     </para>
112 @z
113
114 @x
115     <para>Details on this package are located in <xref
116     linkend="contents-kernel" role="."/></para>
117 @y
118     <para>
119     &Details1;<xref linkend="contents-kernel" role=""/>&Details2;
120     </para>
121 @z