summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ja/appendix/chroot-install.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ja/appendix/chroot-install.xml b/ja/appendix/chroot-install.xml
index c971578b6..102573af0 100644
--- a/ja/appendix/chroot-install.xml
+++ b/ja/appendix/chroot-install.xml
@@ -581,7 +581,7 @@ and a boot loader. Identify available pre-packaged kernels with
次のようにして、あらかじめパッケージ化したカーネルを確認してください。
<informalexample><screen>
-# apt-cache search <phrase condition="classic-kpkg">kernel</phrase><phrase condition="common-kpkg">linux</phrase>-image
+# apt-cache search linux-image
</screen></informalexample>
<!--
@@ -590,7 +590,7 @@ Then install your choice using its package name.
次に、選んだパッケージ名を使ってインストールしてください。
<informalexample><screen>
-# aptitude install <phrase condition="classic-kpkg">kernel</phrase><phrase condition="common-kpkg">linux</phrase>-image-<replaceable>&kernelversion;-arch-etc</replaceable>
+# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>
</screen></informalexample>
</para>