diff options
Diffstat (limited to 'nl/appendix/chroot-install.xml')
-rw-r--r-- | nl/appendix/chroot-install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml index a9e15f81e..2e85248ef 100644 --- a/nl/appendix/chroot-install.xml +++ b/nl/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 |