summaryrefslogtreecommitdiff
path: root/po/ja/post-install.po
diff options
context:
space:
mode:
authorD-I role <debian-boot@lists.debian.org>2018-07-29 08:28:03 +0000
committerD-I role <debian-boot@lists.debian.org>2018-07-29 08:28:03 +0000
commite309be1887f3b66c789fb1cf7e062bee558f42bf (patch)
treee5692e86f4dfc5a22fffedbab1ff926eeeed37ee /po/ja/post-install.po
parent015c9c8fa4d6483a00db573804517555944bbf22 (diff)
downloadinstallation-guide-e309be1887f3b66c789fb1cf7e062bee558f42bf.zip
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
Diffstat (limited to 'po/ja/post-install.po')
-rw-r--r--po/ja/post-install.po524
1 files changed, 246 insertions, 278 deletions
diff --git a/po/ja/post-install.po b/po/ja/post-install.po
index 71021e99c..d5ebb5410 100644
--- a/po/ja/post-install.po
+++ b/po/ja/post-install.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-07-13 22:22+0000\n"
+"POT-Creation-Date: 2018-07-29 08:27+0000\n"
"PO-Revision-Date: 2017-02-03 05:39+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -804,290 +804,29 @@ msgstr "新しいカーネルのコンパイル"
#: post-install.xml:521
#, no-c-format
msgid ""
-"Why would someone want to compile a new kernel? It is often not necessary "
-"since the default kernel shipped with &debian; handles most configurations. "
-"Also, &debian; often offers several alternative kernels. So you may want to "
-"check first if there is an alternative kernel image package that better "
-"corresponds to your hardware. However, it can be useful to compile a new "
-"kernel in order to:"
+"Why would someone want to compile a new kernel? It is most probably not "
+"necessary since the default kernel shipped with &debian; handles almost all "
+"configurations."
msgstr ""
-"新しいカーネルをコンパイルしようとする動機はなんでしょう? &debian; では、標準"
-"で入っているカーネルで多くの機能をサポートしているので、ほとんどその必要はあ"
-"りません。また、&debian; は多くの場合、いくつかの代替カーネルを提供していま"
-"す。ですからおそらく、もっと自分のハードウェアに対応する代わりのカーネルイ"
-"メージパッケージがあるかどうかをまず確認したいと思うでしょう。しかし、以下の"
-"ような目的のためには、新しいカーネルをコンパイルすることは有益です。"
#. Tag: para
-#: post-install.xml:531
+#: post-install.xml:527
#, no-c-format
msgid ""
-"handle special hardware needs, or hardware conflicts with the pre-supplied "
-"kernels"
+"If you want to compile your own kernel nevertheless, this is of course "
+"possible and we recommend the use of the <quote>make deb-pkg</quote> target. "
+"For more information read the <ulink url=\"&url-kernel-handbook;\">Debian "
+"Linux Kernel Handbook</ulink>."
msgstr ""
-"特殊なハードウェアを使ったり、標準カーネルとハードウェアとの競合を回避するた"
-"め"
-
-#. Tag: para
-#: post-install.xml:537
-#, no-c-format
-msgid ""
-"use options of the kernel which are not supported in the pre-supplied "
-"kernels (such as high memory support)"
-msgstr ""
-"(ハイメモリサポートなど) 標準カーネルでサポートされていない機能を利用するため"
-
-#. Tag: para
-#: post-install.xml:543
-#, no-c-format
-msgid "optimize the kernel by removing useless drivers to speed up boot time"
-msgstr ""
-"使わないドライバを取り除くことでカーネルを最適化し、起動にかかる時間を短くす"
-"るため"
-
-#. Tag: para
-#: post-install.xml:548
-#, no-c-format
-msgid "create a monolithic instead of a modularized kernel"
-msgstr "モジュール化されたカーネルの代わりに、一体化したカーネルを作成するため"
-
-#. Tag: para
-#: post-install.xml:553
-#, no-c-format
-msgid "run an updated or development kernel"
-msgstr "最新のカーネルや開発版のカーネルを使用するため"
-
-#. Tag: para
-#: post-install.xml:558
-#, no-c-format
-msgid "learn more about linux kernels"
-msgstr "linux カーネルに関してもっと学ぶため"
#. Tag: title
-#: post-install.xml:567
-#, no-c-format
-msgid "Kernel Image Management"
-msgstr "カーネルイメージの管理"
-
-#. Tag: para
-#: post-install.xml:568
-#, no-c-format
-msgid "Don't be afraid to try compiling the kernel. It's fun and profitable."
-msgstr ""
-"カーネルのコンパイルを恐がらないでください。楽しく、かつ役に立つ作業です。"
-
-#. Tag: para
-#: post-install.xml:572
-#, no-c-format
-msgid ""
-"To compile a kernel the &debian; way, you need some packages: "
-"<classname>fakeroot</classname>, <classname>kernel-package</classname>, "
-"<classname>linux-source-2.6</classname> and a few others which are probably "
-"already installed (see <filename>/usr/share/doc/kernel-package/README.gz</"
-"filename> for the complete list)."
-msgstr ""
-"&debian; 流にカーネルをコンパイルするのに必要なパッケージは、"
-"<classname>fakeroot</classname>、<classname>kernel-package</classname>、"
-"<classname>linux-source-2.6</classname>、あとは多分すでにインストール済みの"
-"パッケージがいくつか、です (完全な一覧については <filename>/usr/share/doc/"
-"kernel-package/README.gz</filename> をご覧ください)。"
-
-#. Tag: para
-#: post-install.xml:581
-#, no-c-format
-msgid ""
-"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."
-msgstr ""
-"この方法はカーネルソースから .deb を作り、また非標準のモジュールがあれば、作"
-"成したカーネルに依存した .deb も同時に作ります。これはカーネルイメージの管理"
-"には良い方法で、<filename>/boot</filename> にカーネル、System.map、ビルドに"
-"使った設定ファイルの記録を保存します。"
-
-#. Tag: para
-#: post-install.xml:589
-#, no-c-format
-msgid ""
-"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>linux-source-2.6</"
-"classname>, yet still use the <classname>kernel-package</classname> "
-"compilation method."
-msgstr ""
-"必ずしも「&debian; 流」にカーネルをコンパイルする必要は <emphasis>ありません"
-"</emphasis>。しかし、カーネルの管理にもパッケージングシステムを用いるほうが、"
-"実際に安全で簡単です。実は <classname>linux-source-2.6</classname> ではなく、"
-"Linus が配付しているカーネルソースをそのまま利用することもできますが、その場"
-"合でも <classname>kernel-package</classname> を用いてコンパイルしてください。"
-
-#. Tag: para
-#: post-install.xml:598
-#, no-c-format
-msgid ""
-"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."
-msgstr ""
-"<classname>kernel-package</classname> の利用に必要な文書すべては、<filename>/"
-"usr/share/doc/kernel-package</filename> ディレクトリにあります。そのため、こ"
-"の節では簡単な解説のみを行います。"
-
-#. Tag: para
-#: post-install.xml:605
-#, no-c-format
-msgid ""
-"Hereafter, we'll assume you have free rein over your machine and will "
-"extract your kernel source to somewhere in your home directory<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 xf /usr/src/"
-"linux-source-&kernelversion;.tar.xz</userinput> and change to the directory "
-"<filename>linux-source-&kernelversion;</filename> that will have been "
-"created."
-msgstr ""
-"以降では、あなたがマシン上で行動する自由があって、ホームディレクトリのどこか"
-"にカーネルソースを展開すると仮定します<footnote> <para> 他にも、カーネルソー"
-"スを展開してカスタムカーネルをビルドできる場所はありますが、特別なパーミッ"
-"ションを必要としないここが最も簡単です。</para> </footnote>。また、カーネル"
-"バージョンが &kernelversion; だと仮定します。カーネルソースを取り出したいディ"
-"レクトリにいることを確認してから、<userinput>tar xf /usr/src/linux-source-"
-"&kernelversion;.tar.xz</userinput> としてソースを展開し、作成された "
-"<filename>linux-source-&kernelversion;</filename> ディレクトリに移動してくだ"
-"さい。"
-
-#. Tag: para
-#: post-install.xml:625
-#, no-c-format
-msgid ""
-"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."
-msgstr ""
-"次にカーネルコンパイルの設定を行います。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; のインストールに問題が生じることもあります。"
-
-#. Tag: para
-#: post-install.xml:640
-#, no-c-format
-msgid ""
-"Clean the source tree and reset the <classname>kernel-package</classname> "
-"parameters. To do that, do <userinput>make-kpkg clean</userinput>."
-msgstr ""
-"続いてソースツリーを掃除し、<classname>kernel-package</classname> のパラメー"
-"タをリセットしてください。これには、<userinput>make-kpkg clean</userinput> を"
-"実行します。"
-
-#. Tag: para
-#: post-install.xml:645
-#, no-c-format
-msgid ""
-"Now, compile the kernel: <userinput>fakeroot make-kpkg --initrd --"
-"revision=1.0.custom 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."
-msgstr ""
-"さあ、カーネルをコンパイルしましょう。<userinput>fakeroot make-kpkg --initrd "
-"--revision=1.0.custom kernel_image</userinput> を実行してください。バージョン"
-"番号 <quote>1.0</quote> は自由に変えられます。この番号は、構築したカーネルを"
-"後から確認できるようにするためのものだからです。同様に、<quote>custom</"
-"quote> の箇所にもお好みのキーワード (例えばホスト名など) を使うことができま"
-"す。マシンのパワーにもよりますが、カーネルのコンパイルにはかなり時間がかかり"
-"ます。"
-
-#. Tag: para
-#: post-install.xml:655
-#, no-c-format
-msgid ""
-"Once the compilation is complete, you can install your custom kernel like "
-"any package. As root, do <userinput>dpkg -i ../&kernelpackage;-"
-"&kernelversion;-<replaceable>subarchitecture</replaceable>_1.0."
-"custom_&architecture;.deb</userinput>. The <replaceable>subarchitecture</"
-"replaceable> part is an optional sub-architecture, <phrase arch=\"i386\"> "
-"such as <quote>686</quote>, </phrase> depending on what kernel options you "
-"set. <userinput>dpkg -i</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 kernel "
-"package is also clever enough to automatically update your boot loader to "
-"use the new kernel. If you have created a modules package, you'll need to "
-"install that package as well."
-msgstr ""
-"一旦コンパイルが完了すれば、他のパッケージと同じように、そのカスタムカーネル"
-"をインストールできます。root アカウントで <userinput>dpkg -i ../"
-"&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</"
-"replaceable>_1.0.custom_&architecture;.deb</userinput> を実行してください。"
-"<replaceable>subarchitecture</replaceable> は、カーネルのオプションで設定され"
-"た <phrase arch=\"i386\"> <quote>686</quote> のような</phrase> 任意のサブアー"
-"キテクチャを表しています。また <userinput>dpkg -i</userinput> とすると、カー"
-"ネルと一緒に役に立つ補助的なファイルもいくつかインストールされます。例えば"
-"カーネルの問題をデバッグするのに役立つ <filename>System.map</filename> や、現"
-"行のカーネルの設定が記録されている <filename>/boot/config-&kernelversion;</"
-"filename> などが適切にインストールされます。さらに、新たに作成されたカーネル"
-"パッケージは、新しいカーネルを使用するようにブートローダの設定を自動的に更新"
-"してくれます。なお、モジュールパッケージを作成した場合、同様にそれらもインス"
-"トールする必要があるでしょう。"
-
-#. Tag: para
-#: post-install.xml:675
-#, no-c-format
-msgid ""
-"It is time to reboot the system: read carefully any warning that the above "
-"step may have produced, then <userinput>shutdown -r now</userinput>."
-msgstr ""
-"さて、システムを再起動する時がやってきました。これまでの作業の間に何か警告が"
-"表示されていたらそれらを注意深く読み、それから <userinput>shutdown -r now</"
-"userinput> を実行してください。"
-
-#. Tag: para
-#: post-install.xml:680
-#, no-c-format
-msgid ""
-"For more information on &debian; kernels and kernel compilation, see the "
-"<ulink url=\"&url-kernel-handbook;\">Debian Linux Kernel Handbook</ulink>. "
-"For more information on <classname>kernel-package</classname>, read the fine "
-"documentation in <filename>/usr/share/doc/kernel-package</filename>."
-msgstr ""
-"&debian; カーネルやカーネルのコンパイルに関するより詳しい情報については、"
-"<ulink url=\"&url-kernel-handbook;\">Debian Linux Kernel Handbook</ulink> を"
-"ご覧ください。<classname>kernel-package</classname> に関するより詳しい情報に"
-"ついては、<filename>/usr/share/doc/kernel-package</filename> にある素晴しいド"
-"キュメントをお読みください。"
-
-#. Tag: title
-#: post-install.xml:696
+#: post-install.xml:542
#, no-c-format
msgid "Recovering a Broken System"
msgstr "起動しなくなってしまったシステムの回復"
#. Tag: para
-#: post-install.xml:697
+#: post-install.xml:543
#, no-c-format
msgid ""
"Sometimes, things go wrong, and the system you've carefully installed is no "
@@ -1106,7 +845,7 @@ msgstr ""
"ます。"
#. Tag: para
-#: post-install.xml:707
+#: post-install.xml:553
#, no-c-format
msgid ""
"To access rescue mode, select <userinput>rescue</userinput> from the boot "
@@ -1130,7 +869,7 @@ msgstr ""
"ることを確認するために、ハードウェア検出機能を利用します。"
#. Tag: para
-#: post-install.xml:724
+#: post-install.xml:570
#, no-c-format
msgid ""
"Instead of the partitioning tool, you should now be presented with a list of "
@@ -1146,7 +885,7 @@ msgstr ""
"も選択できます。"
#. Tag: para
-#: post-install.xml:732
+#: post-install.xml:578
#, no-c-format
msgid ""
"If possible, the installer will now present you with a shell prompt in the "
@@ -1163,7 +902,7 @@ msgstr ""
"'(hd0)'</userinput> と入力してください。</phrase>"
#. Tag: para
-#: post-install.xml:744
+#: post-install.xml:590
#, no-c-format
msgid ""
"If the installer cannot run a usable shell in the root file system you "
@@ -1181,13 +920,13 @@ msgstr ""
"filename> ディレクトリにマウントされます。"
#. Tag: para
-#: post-install.xml:753
+#: post-install.xml:599
#, no-c-format
msgid "In either case, after you exit the shell, the system will reboot."
msgstr "いずれの場合でも、シェルを抜けた後にシステムが再起動します。"
#. Tag: para
-#: post-install.xml:757
+#: post-install.xml:603
#, no-c-format
msgid ""
"Finally, note that repairing broken systems can be difficult, and this "
@@ -1198,3 +937,232 @@ msgstr ""
"ルが、うまくいかない事や問題を修正する方法のすべてを説明しようとしているわけ"
"ではないということに注意してください。もし問題があれば、専門家に相談してくだ"
"さい。"
+
+#~ msgid ""
+#~ "Why would someone want to compile a new kernel? It is often not necessary "
+#~ "since the default kernel shipped with &debian; handles most "
+#~ "configurations. Also, &debian; often offers several alternative kernels. "
+#~ "So you may want to check first if there is an alternative kernel image "
+#~ "package that better corresponds to your hardware. However, it can be "
+#~ "useful to compile a new kernel in order to:"
+#~ msgstr ""
+#~ "新しいカーネルをコンパイルしようとする動機はなんでしょう? &debian; では、"
+#~ "標準で入っているカーネルで多くの機能をサポートしているので、ほとんどその必"
+#~ "要はありません。また、&debian; は多くの場合、いくつかの代替カーネルを提供"
+#~ "しています。ですからおそらく、もっと自分のハードウェアに対応する代わりの"
+#~ "カーネルイメージパッケージがあるかどうかをまず確認したいと思うでしょう。し"
+#~ "かし、以下のような目的のためには、新しいカーネルをコンパイルすることは有益"
+#~ "です。"
+
+#~ msgid ""
+#~ "handle special hardware needs, or hardware conflicts with the pre-"
+#~ "supplied kernels"
+#~ msgstr ""
+#~ "特殊なハードウェアを使ったり、標準カーネルとハードウェアとの競合を回避する"
+#~ "ため"
+
+#~ msgid ""
+#~ "use options of the kernel which are not supported in the pre-supplied "
+#~ "kernels (such as high memory support)"
+#~ msgstr ""
+#~ "(ハイメモリサポートなど) 標準カーネルでサポートされていない機能を利用する"
+#~ "ため"
+
+#~ msgid ""
+#~ "optimize the kernel by removing useless drivers to speed up boot time"
+#~ msgstr ""
+#~ "使わないドライバを取り除くことでカーネルを最適化し、起動にかかる時間を短く"
+#~ "するため"
+
+#~ msgid "create a monolithic instead of a modularized kernel"
+#~ msgstr ""
+#~ "モジュール化されたカーネルの代わりに、一体化したカーネルを作成するため"
+
+#~ msgid "run an updated or development kernel"
+#~ msgstr "最新のカーネルや開発版のカーネルを使用するため"
+
+#~ msgid "learn more about linux kernels"
+#~ msgstr "linux カーネルに関してもっと学ぶため"
+
+#~ msgid "Kernel Image Management"
+#~ msgstr "カーネルイメージの管理"
+
+#~ msgid ""
+#~ "Don't be afraid to try compiling the kernel. It's fun and profitable."
+#~ msgstr ""
+#~ "カーネルのコンパイルを恐がらないでください。楽しく、かつ役に立つ作業です。"
+
+#~ msgid ""
+#~ "To compile a kernel the &debian; way, you need some packages: "
+#~ "<classname>fakeroot</classname>, <classname>kernel-package</classname>, "
+#~ "<classname>linux-source-2.6</classname> and a few others which are "
+#~ "probably already installed (see <filename>/usr/share/doc/kernel-package/"
+#~ "README.gz</filename> for the complete list)."
+#~ msgstr ""
+#~ "&debian; 流にカーネルをコンパイルするのに必要なパッケージは、"
+#~ "<classname>fakeroot</classname>、<classname>kernel-package</classname>、"
+#~ "<classname>linux-source-2.6</classname>、あとは多分すでにインストール済み"
+#~ "のパッケージがいくつか、です (完全な一覧については <filename>/usr/share/"
+#~ "doc/kernel-package/README.gz</filename> をご覧ください)。"
+
+#~ msgid ""
+#~ "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."
+#~ msgstr ""
+#~ "この方法はカーネルソースから .deb を作り、また非標準のモジュールがあれば、"
+#~ "作成したカーネルに依存した .deb も同時に作ります。これはカーネルイメージの"
+#~ "管理には良い方法で、<filename>/boot</filename> にカーネル、System.map、ビ"
+#~ "ルドに使った設定ファイルの記録を保存します。"
+
+#~ msgid ""
+#~ "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>linux-"
+#~ "source-2.6</classname>, yet still use the <classname>kernel-package</"
+#~ "classname> compilation method."
+#~ msgstr ""
+#~ "必ずしも「&debian; 流」にカーネルをコンパイルする必要は <emphasis>ありませ"
+#~ "ん</emphasis>。しかし、カーネルの管理にもパッケージングシステムを用いるほ"
+#~ "うが、実際に安全で簡単です。実は <classname>linux-source-2.6</classname> "
+#~ "ではなく、Linus が配付しているカーネルソースをそのまま利用することもできま"
+#~ "すが、その場合でも <classname>kernel-package</classname> を用いてコンパイ"
+#~ "ルしてください。"
+
+#~ msgid ""
+#~ "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."
+#~ msgstr ""
+#~ "<classname>kernel-package</classname> の利用に必要な文書すべては、"
+#~ "<filename>/usr/share/doc/kernel-package</filename> ディレクトリにありま"
+#~ "す。そのため、この節では簡単な解説のみを行います。"
+
+#~ msgid ""
+#~ "Hereafter, we'll assume you have free rein over your machine and will "
+#~ "extract your kernel source to somewhere in your home directory<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 xf /usr/src/linux-source-&kernelversion;.tar.xz</"
+#~ "userinput> and change to the directory <filename>linux-source-"
+#~ "&kernelversion;</filename> that will have been created."
+#~ msgstr ""
+#~ "以降では、あなたがマシン上で行動する自由があって、ホームディレクトリのどこ"
+#~ "かにカーネルソースを展開すると仮定します<footnote> <para> 他にも、カーネル"
+#~ "ソースを展開してカスタムカーネルをビルドできる場所はありますが、特別なパー"
+#~ "ミッションを必要としないここが最も簡単です。</para> </footnote>。また、"
+#~ "カーネルバージョンが &kernelversion; だと仮定します。カーネルソースを取り"
+#~ "出したいディレクトリにいることを確認してから、<userinput>tar xf /usr/src/"
+#~ "linux-source-&kernelversion;.tar.xz</userinput> としてソースを展開し、作成"
+#~ "された <filename>linux-source-&kernelversion;</filename> ディレクトリに移"
+#~ "動してください。"
+
+#~ msgid ""
+#~ "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."
+#~ msgstr ""
+#~ "次にカーネルコンパイルの設定を行います。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; のインストールに問題が生じることもあります。"
+
+#~ msgid ""
+#~ "Clean the source tree and reset the <classname>kernel-package</classname> "
+#~ "parameters. To do that, do <userinput>make-kpkg clean</userinput>."
+#~ msgstr ""
+#~ "続いてソースツリーを掃除し、<classname>kernel-package</classname> のパラ"
+#~ "メータをリセットしてください。これには、<userinput>make-kpkg clean</"
+#~ "userinput> を実行します。"
+
+#~ msgid ""
+#~ "Now, compile the kernel: <userinput>fakeroot make-kpkg --initrd --"
+#~ "revision=1.0.custom 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."
+#~ msgstr ""
+#~ "さあ、カーネルをコンパイルしましょう。<userinput>fakeroot make-kpkg --"
+#~ "initrd --revision=1.0.custom kernel_image</userinput> を実行してください。"
+#~ "バージョン番号 <quote>1.0</quote> は自由に変えられます。この番号は、構築し"
+#~ "たカーネルを後から確認できるようにするためのものだからです。同様に、"
+#~ "<quote>custom</quote> の箇所にもお好みのキーワード (例えばホスト名など) を"
+#~ "使うことができます。マシンのパワーにもよりますが、カーネルのコンパイルには"
+#~ "かなり時間がかかります。"
+
+#~ msgid ""
+#~ "Once the compilation is complete, you can install your custom kernel like "
+#~ "any package. As root, do <userinput>dpkg -i ../&kernelpackage;-"
+#~ "&kernelversion;-<replaceable>subarchitecture</replaceable>_1.0."
+#~ "custom_&architecture;.deb</userinput>. The <replaceable>subarchitecture</"
+#~ "replaceable> part is an optional sub-architecture, <phrase arch=\"i386\"> "
+#~ "such as <quote>686</quote>, </phrase> depending on what kernel options "
+#~ "you set. <userinput>dpkg -i</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 kernel "
+#~ "package is also clever enough to automatically update your boot loader to "
+#~ "use the new kernel. If you have created a modules package, you'll need to "
+#~ "install that package as well."
+#~ msgstr ""
+#~ "一旦コンパイルが完了すれば、他のパッケージと同じように、そのカスタムカーネ"
+#~ "ルをインストールできます。root アカウントで <userinput>dpkg -i ../"
+#~ "&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</"
+#~ "replaceable>_1.0.custom_&architecture;.deb</userinput> を実行してくださ"
+#~ "い。<replaceable>subarchitecture</replaceable> は、カーネルのオプションで"
+#~ "設定された <phrase arch=\"i386\"> <quote>686</quote> のような</phrase> 任"
+#~ "意のサブアーキテクチャを表しています。また <userinput>dpkg -i</userinput> "
+#~ "とすると、カーネルと一緒に役に立つ補助的なファイルもいくつかインストールさ"
+#~ "れます。例えばカーネルの問題をデバッグするのに役立つ <filename>System."
+#~ "map</filename> や、現行のカーネルの設定が記録されている <filename>/boot/"
+#~ "config-&kernelversion;</filename> などが適切にインストールされます。さら"
+#~ "に、新たに作成されたカーネルパッケージは、新しいカーネルを使用するように"
+#~ "ブートローダの設定を自動的に更新してくれます。なお、モジュールパッケージを"
+#~ "作成した場合、同様にそれらもインストールする必要があるでしょう。"
+
+#~ msgid ""
+#~ "It is time to reboot the system: read carefully any warning that the "
+#~ "above step may have produced, then <userinput>shutdown -r now</userinput>."
+#~ msgstr ""
+#~ "さて、システムを再起動する時がやってきました。これまでの作業の間に何か警告"
+#~ "が表示されていたらそれらを注意深く読み、それから <userinput>shutdown -r "
+#~ "now</userinput> を実行してください。"
+
+#~ msgid ""
+#~ "For more information on &debian; kernels and kernel compilation, see the "
+#~ "<ulink url=\"&url-kernel-handbook;\">Debian Linux Kernel Handbook</"
+#~ "ulink>. For more information on <classname>kernel-package</classname>, "
+#~ "read the fine documentation in <filename>/usr/share/doc/kernel-package</"
+#~ "filename>."
+#~ msgstr ""
+#~ "&debian; カーネルやカーネルのコンパイルに関するより詳しい情報については、"
+#~ "<ulink url=\"&url-kernel-handbook;\">Debian Linux Kernel Handbook</ulink> "
+#~ "をご覧ください。<classname>kernel-package</classname> に関するより詳しい情"
+#~ "報については、<filename>/usr/share/doc/kernel-package</filename> にある素"
+#~ "晴しいドキュメントをお読みください。"