package: (kernel-package for 2.6.17.8, i386) version: 2.6.17.8 Bug: in debian/pkg/image/postinst there is a typo in line 1251
instead of
if ($explicit_do_loader || (! ($postinst_hook && -x '/sbin/grub')) {
you should have
if ($explicit_do_loader || (! ($postinst_hook && -x '/sbin/grub'))) {
..
cheers,
kristina rothe
signature.asc
Description: OpenPGP digital signature

