Direct users to hook script documentation in case their other packages have not been updated

svn path=/dists/trunk/linux-2.6/; revision=16979
This commit is contained in:
Ben Hutchings 2011-03-03 14:47:15 +00:00
parent 961c886f21
commit e91b23c9a7
1 changed files with 7 additions and 3 deletions

View File

@ -61,9 +61,10 @@ _Description: Boot loader configuration must be updated
.
If the boot loader needs to be updated whenever a new kernel is
installed, the boot loader package should install a script in
/etc/kernel/postinst.d. Alternately, you can specify the command
to update the boot loader by setting the 'postinst_hook' variable
in /etc/kernel-img.conf.
/etc/kernel/postinst.d.
.
If the boot loader package does not yet do this, see
<http://kernel-handbook.alioth.debian.org/ch-update-hooks.html>.
# This has not yet been reviewed
Template: linux-image-=V/postinst/ignoring-ramdisk
@ -73,3 +74,6 @@ _Description: Ramdisk configuration must be updated
ramdisk creator package should install a script in
/etc/kernel/postinst.d, and you should remove the line beginning
'ramdisk =' from /etc/kernel-img.conf.
.
If the ramdisk creator package does not yet do this, see
<http://kernel-handbook.alioth.debian.org/ch-update-hooks.html>.