From c7d27d7e2d9fee1c2e7c10a123d9e221b6444ce5 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Tue, 5 Oct 2010 03:39:56 +0000 Subject: Remove obsolete reference to kernel-img.conf --- debian/changelog | 3 +++ en/appendix/chroot-install.xml | 48 ------------------------------------------ 2 files changed, 3 insertions(+), 48 deletions(-) diff --git a/debian/changelog b/debian/changelog index 234335f95..17ee6a732 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,9 @@ installation-guide (2010xxxx) UNRELEASED; urgency=low * Remove obsolete reference to the replicator package Closes: #597983 + [ Maximilian Attems ] + * Remove obsolete reference to kernel-img.conf + -- Samuel Thibault Mon, 06 Sep 2010 00:56:02 +0200 installation-guide (20100518) unstable; urgency=low diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index 9cfe3874a..9d28047ce 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -501,40 +501,12 @@ and a boot loader. Identify available pre-packaged kernels with: -If you intend to use a pre-packaged kernel, you may want to create the -configuration file /etc/kernel-img.conf before you -do so. Here's an example file: - - -# Kernel image management overrides -# See kernel-img.conf(5) for details -do_symlinks = yes -relative_links = yes -do_bootloader = yes -do_bootfloppy = no -do_initrd = yes -link_in_boot = no - - - - -For detailed information about this file and the various options, consult -its man page which will be available after installing the -kernel-package package. We recommend that you check -that the values are appropriate for your system. - - - Then install the kernel package of your choice using its package name. # aptitude install &kernelpackage;-&kernelversion;-arch-etc -If you did not create a /etc/kernel-img.conf before -installing a pre-packaged kernel, you may be asked some questions during -its installation that refer to it. - @@ -594,26 +566,6 @@ initrd=/initrd.img label=Debian - - -Depending on which bootloader you selected, you can now make some -additional changes in /etc/kernel-img.conf. - - - -For the grub bootloader, you should -set the do_bootloader option to no. -And to automatically update your /boot/grub/menu.lst -on installation or removal of Debian kernels, add the following lines: - - -postinst_hook = update-grub -postrm_hook = update-grub - - -For the lilo bootloader, the value of -do_bootloader needs to remain yes. - Check man yaboot.conf for instructions on -- cgit v1.2.3