Johann Spies wrote:
According to the kernel-package README.gz one can use the following command to compile a kernel with an initrd.img: $Get_Root make-kpkg --initrd --revision=3:custom.2.0 kernel_image In the past I could compile a kernel like that and when I install the package an initrd image would be generated in /boot. It is no longer the case. I had to do it by hand recently and I cannot remember now which command I have used to generate it. Why this change? Or what am I missing?
This has been discussed: http://forums.debian.net/viewtopic.php?f=5&t=40081 and it's progress :-( Now you have to tweak make-kpkg and add your own initrd script. Hugo