diff options
author | Frans Pop <elendil@planet.nl> | 2006-09-28 12:59:38 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-09-28 12:59:38 +0000 |
commit | c5bbd46a64ac31dcc755a669c29225fafc88ae8b (patch) | |
tree | 6b672fada27283f1c15092a3db4a448438c5f476 /nl/appendix/chroot-install.xml | |
parent | c64fd9444684fe5d22f0c262a99ad5eb4cc0369c (diff) | |
download | installation-guide-c5bbd46a64ac31dcc755a669c29225fafc88ae8b.zip |
Update of original English docs
Diffstat (limited to 'nl/appendix/chroot-install.xml')
-rw-r--r-- | nl/appendix/chroot-install.xml | 6 |
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> |