9. Conclusion

Kernel packages created with make-kpkg drop your custom kernel, as well as its configuration, in /boot/. When building future kernels, use the configuration of your current kernel as a starting point. This can save you a lot of headaches when a wrong processor type or neglected device driver prevents you from booting the new kernel. Also, be sure not to leave out any of the steps in this procedure whenever you build a new kernel. Though you may be tempted to dismiss make clean and make mrproper, for instance, doing so may corrupt your build.

With your new kernel up and running, you should now be comfortable using the Debian packaging tools to build future releases.