summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/chroot-install.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml
index 79fef3cc4..14114911a 100644
--- a/nl/appendix/chroot-install.xml
+++ b/nl/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39614 untranslated -->
+<!-- original version: 40980 untranslated -->
<sect1 id="linux-upgrade">
<title>Installing &debian; from a Unix/Linux System</title>
@@ -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>