summaryrefslogtreecommitdiff
path: root/ja
diff options
context:
space:
mode:
authorNozomu KURASAWA <nabetaro@caldron.jp>2006-09-26 23:52:49 +0000
committerNozomu KURASAWA <nabetaro@caldron.jp>2006-09-26 23:52:49 +0000
commit0685944c2808e853af025225c58d986c94581de9 (patch)
treee14df3e68ecd221e5e0739a7f66bc7a8df0ea6fb /ja
parent01c1a9c070aa8afb73d843d93d6e61833ff95dd6 (diff)
downloadinstallation-guide-0685944c2808e853af025225c58d986c94581de9.zip
Update Japanese translation (a bit)
Diffstat (limited to 'ja')
-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>