summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-09-28 12:59:38 +0000
committerFrans Pop <elendil@planet.nl>2006-09-28 12:59:38 +0000
commitc5bbd46a64ac31dcc755a669c29225fafc88ae8b (patch)
tree6b672fada27283f1c15092a3db4a448438c5f476 /nl/appendix
parentc64fd9444684fe5d22f0c262a99ad5eb4cc0369c (diff)
downloadinstallation-guide-c5bbd46a64ac31dcc755a669c29225fafc88ae8b.zip
Update of original English docs
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>