summaryrefslogtreecommitdiff
path: root/en/appendix/chroot-install.xml
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2010-09-18 13:36:55 +0000
committerSamuel Thibault <sthibault@debian.org>2010-09-18 13:36:55 +0000
commit09aa8167fc10e656c751ece9116e521fb4ede2f9 (patch)
tree0dff1d81e3aff57d793c40c679653d65eeba34b3 /en/appendix/chroot-install.xml
parentd1537fbce1b97f42ddd4dc619107a40a97b3506b (diff)
downloadinstallation-guide-09aa8167fc10e656c751ece9116e521fb4ede2f9.zip
Replace kernel package name and version with &kernelpackage; and &kernelversion;
Diffstat (limited to 'en/appendix/chroot-install.xml')
-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 c74a27583..8e7f47ca2 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -496,7 +496,7 @@ If you intend to boot this system, you probably want a &arch-kernel; kernel
and a boot loader. Identify available pre-packaged kernels with:
<informalexample><screen>
-# apt-cache search linux-image
+# apt-cache search &kernelpackage;
</screen></informalexample>
</para><para>
@@ -528,7 +528,7 @@ that the values are appropriate for your system.
Then install the kernel package of your choice using its package name.
<informalexample><screen>
-# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>
+# aptitude install &kernelpackage;-<replaceable>&kernelversion;-arch-etc</replaceable>
</screen></informalexample>
If you did not create a <filename>/etc/kernel-img.conf</filename> before