Comment 22 for bug 579300

Revision history for this message
Christophe Van Reusel (christophevr) wrote :

Hello,

I don'y know yet how to croscompile. But will look up . How to. But even if I was I would not be able to test it unless I did installed it myself. And unfortunately I'm already running a couple of versions. And need my hd for data as well :-))

But it is quit simple to perform. And make your own kernel with instructions from this site

http://www.howtogeek.com/howto/ubuntu/how-to-customize-your-ubuntu-kernel/

there is just a small problem with instructions :

fakeroot make-kpkg –initrd –append-to-version=-custom kernel_image kernel_headers this instruction must be :

fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

note the -- at initrd and append instead off the one character long stripe.