RE: Still can't build kernel_image on slink
> [...]
> 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
>
No. This is an error stating that the packager has no idea what
kernel-image-2.0.36 is. Has nothing to do with what kernel you have currently.
Make sure that:
you have the latest kernel-package in slink
you are typing make kernel_image in the directory with the source (preferably
called 'linux')
Reply to: