Hi all, After upgrading from hamm to slink I tried to compile a new kernel. Unfortunately the command 'make-kpkg kernel_image' stopped with the following error:
[...] cp arch/i386/boot/bzImage debian/tmp-image/boot/vmlinuz-2.0.36 chmod 644 debian/tmp-image/boot/vmlinuz-2.0.36 test -f System.map && cp System.map \ debian/tmp-image/boot/System.map-2.0.36 test -f System.map && chmod 644 \ debian/tmp-image/boot/System.map-2.0.36 dpkg-gencontrol -pkernel-image-2.0.36 -Pdebian/tmp-image/ dpkg-gencontrol: error: package kernel-image-2.0.36 not in control info make: *** [stamp-image] Error 29 At that time I hadn't the package kernel-image-2.0.36 installed, I had kernel-image-2.0.36-i686 instead. Suspecting that was a problem I installed a new kernel-image-2.0.36 and now according to 'dpkg --status kernel-image-2.0.36' : Package: kernel-image-2.0.36 Status: install ok installed Installed-Size: 822 [...] But my attempt to build a new kernel_image still results in the above error. Is there something wrong with the kernel-package 6.05 or, more probably, my system is completely disorganized? Thank you for your attention :-). -- Tad