diff options
author | Nozomu KURASAWA <nabetaro@caldron.jp> | 2007-01-13 15:09:38 +0000 |
---|---|---|
committer | Nozomu KURASAWA <nabetaro@caldron.jp> | 2007-01-13 15:09:38 +0000 |
commit | 2d28b75d6f183a2c9db05a0ad713b6526c5ab4ba (patch) | |
tree | ae4952068b7ba8729164362906954ab9332d950a /ja/boot-installer | |
parent | 4c3fde9dfa9b0b63880250b98edc73cc72fd6a03 (diff) | |
download | installation-guide-2d28b75d6f183a2c9db05a0ad713b6526c5ab4ba.zip |
Update Japanese translation
Diffstat (limited to 'ja/boot-installer')
-rw-r--r-- | ja/boot-installer/parameters.xml | 63 |
1 files changed, 60 insertions, 3 deletions
diff --git a/ja/boot-installer/parameters.xml b/ja/boot-installer/parameters.xml index eff4b2c62..23d2b7cbc 100644 --- a/ja/boot-installer/parameters.xml +++ b/ja/boot-installer/parameters.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 43730 --> +<!-- original version: 44002 --> <sect1 id="boot-parms"><title>ブートパラメータ</title> <para> @@ -754,10 +754,11 @@ See <xref linkend="pkgsel"/> for additional information. </sect3> + <sect3 id="module-parms"> <!-- - <sect3 id="module-parms"><title>Passing parameters to kernel modules</title> + <title>Passing parameters to kernel modules</title> --> - <sect3 id="module-parms"><title>カーネルモジュールへパラメータを渡す</title> + <title>カーネルモジュールへパラメータを渡す</title> <para> <!-- @@ -823,5 +824,61 @@ IRQ 10 を設定する場合は、以下のようにします。 </para> </sect3> + + <sect3 id="module-blacklist"> +<!-- + <title>Blacklisting kernel modules</title> +--> + <title>カーネルモジュールのブラックリスト化</title> +<para> + +<!-- +Sometimes it may be necessary to blacklist a module to prevent it from +being loaded automatically by the kernel and udev. One reason could be that +a particular module causes problems with your hardware. The kernel also +sometimes lists two different drivers for the same device. This can cause +the device to not work correctly if the drivers conflict or if the wrong +driver is loaded first. +--> +時には、カーネルや udev が自動的にモジュールを読み込むのを防ぐために、 +ブラックリストに載せる必要があるかもしれません。 +目的の 1 つには、特定のモジュールが、 +あなたのハードウェアで問題を起こす場合が挙げられます。 +またカーネルに、同じデバイスに対して複数の異なるドライバがある場合もあります。 +ドライバが衝突したり、間違ったドライバを先に読み込んでしまうと、 +デバイスが正しく動作しない原因となります。 + +</para><para> + +<!-- +You can blacklist a module using the following syntax: +<userinput><replaceable>module_name</replaceable>.blacklist=yes</userinput>. +This will cause the module to be blacklisted in +<filename>/etc/modprobe.d/blacklist.local</filename> both during the +installation and for the installed system. +--> +<userinput><replaceable>module_name</replaceable>.blacklist=yes</userinput> +といった文法でモジュールをブラックリストに指定できます。 +これでそのモジュールが <filename>/etc/modprobe.d/blacklist.local</filename> +にあるブラックリストに指定され、 +インストール中・インストールしたシステムの双方で、 +ブラックリストが有効になります。 + +</para><para> + +<!-- +Note that a module may still be loaded by the installation system itself. +You can prevent that from happening by running the installation in expert +mode and unselecting the module from the list of modules displayed during +the hardware detection phases. +--> +インストールシステム自体が、 +モジュールをまだ読み込んでいる可能性があることに注意してください。 +エキスパートモードでインストールを行い、 +ハードウェア検出時にモジュールの一覧からモジュールの選択を外すことで、 +モジュールの読み込みを防げます。 + +</para> + </sect3> </sect2> </sect1> |