Creating Debian packages for Linux kernels >= 3.0.0 in Ubuntu

The following sequence no longer creates a working “linux-headers” Debian package when compiling Linux kernels newer than version 2.6.x under Ubuntu (tested here with Ubuntu 11.04 and Linux kernel 3.0): cd linux-3.0 make-kpkg clean export CONCURRENCY_LEVEL=4 fakeroot make-kpkg –initrd kernel-image kernel-headers As noted in this Launchpad bug report for the `kernel-package` package, there is a […]