summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-09-26 00:27:16 +0000
committerFrans Pop <elendil@planet.nl>2006-09-26 00:27:16 +0000
commit78b5b1f120a61d3c8dd5bcd4b507ca478b8a9826 (patch)
treeb59a69ed9d8a01ac79c75ab577294c65d2256fb6 /en/appendix
parent282ff96a9f3ca43344dc5cd9cc34a989e8b388a7 (diff)
downloadinstallation-guide-78b5b1f120a61d3c8dd5bcd4b507ca478b8a9826.zip
* Remove now obsolete distinction between classic and common kpkg.
* Update all arches to kernel version 2.6.17.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/chroot-install.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index a3f707b03..8d192c76a 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -382,13 +382,13 @@ If you intend to boot this system, you probably want a Linux kernel
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>
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>