My first vanilla kernel compilation
anomit | June 13, 2007I compiled a vanilla kernel (2.6.21.3) for the first time on Edgy. Nothing much to write in detail about it. There are tons of tutorials on the net detailing the procedure. I followed this one.
Though I got a bit confused at one of the build steps. From the tutorial:
fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
The explanation that follows it:
After –append-to-version= you can write any string that helps you identify the kernel, but it must begin with a minus (-) and must not contain whitespace.
What it actually means that replace the custom string in the above command with anything of your choice, but the strings kernel_image and kernel_headers are absolutely necessary.






