diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/chroot-install.xml | 4 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 2 | ||||
-rw-r--r-- | en/post-install/kernel-baking.xml | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 6fc558bf4..c46522a74 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1210,7 +1210,7 @@ installation. The only questions asked concern the installation of the kernel. # The kernel image (meta) package to be installed; "none" can be used if no # kernel is to be installed. -#d-i base-installer/kernel/image string linux-image-2.6-486 +#d-i base-installer/kernel/image string &kernelpackage;-2.6-486 </screen></informalexample> </sect2> diff --git a/en/post-install/kernel-baking.xml b/en/post-install/kernel-baking.xml index d3fad6c5d..07e3b3010 100644 --- a/en/post-install/kernel-baking.xml +++ b/en/post-install/kernel-baking.xml @@ -141,7 +141,7 @@ the power of your machine. Once the compilation is complete, you can install your custom kernel like any package. As root, do <userinput>dpkg -i -../linux-image-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>. +../&kernelpackage;-&kernelversion;-<replaceable>subarchitecture</replaceable>_custom.1.0_&architecture;.deb</userinput>. The <replaceable>subarchitecture</replaceable> part is an optional sub-architecture, <phrase arch="i386"> such as <quote>686</quote>, </phrase> |