Hi,

I also have this problem. After installing the kernel-image created from
linux-tree-2.6.12 with kernel-package 9.003 I noted that /boot/vmlinuz
had pointed to nonexistent file -2.6 . 


Here is the contents of my /etc/kernel-img.conf:

# Do not create symbolic links in /
do_symlinks = yes
link_in_boot = yes
do_bootloader = no
do_bootfloppy = no
postinst_hook = /sbin/update-grub
postrm_hook = /sbin/update-grub

And /etc/kernel-pkg.conf:

maintainer := Robert Luberda
email := [EMAIL PROTECTED]
priority := Low
debian := 9:vox.1.0
kimage := bzImage
image_in_boot := True
config_target := menuconfig
root_cmd := fakeroot
delete_build_link := true
patch_the_kernel := AUTO

The generated  kernel-image.postinst file is mostly the same as that one: 
http://bugs.debian.org/cgi-bin/bugreport.cgi/kernel-image-2.6.12.20050722.postinst?bug=319452&msg=14&att=1
although there're some probably unimportant differences:
25c25
< my $version           = "2.6.12.20050722";
---
> my $version           = "2.6.12";
34,35c34,35
< my $kimage            = "vmlinux";   # Should be empty, mostly
< my $loader            = "yaboot"; # lilo, silo, quik, palo, vmelilo, nettrom, 
arcboot or delo
---
> my $kimage            = "bzImage";   # Should be empty, mostly
> my $loader            = "lilo"; # lilo, silo, quik, palo, vmelilo, nettrom, 
> arcboot or delo
54c54
< my $arch              = "powerpc"; #  should be same as dpkg 
--print-installation-architecture
---
> my $arch              = "i386"; #  should be same as dpkg 
> --print-installation-architecture


Best Regrards,
robert

Attachment: signature.asc
Description: Digital signature

Reply via email to