Archive for July, 2009

compile vanilla kernel on debian linux

Friday, July 10th, 2009
 - aptitude install kernel-package fakeroot

- download and uncompress the kernel source and copy the current config from /boot or /proc to .config

- make oldconfig
- export CONCURRENCY_LEVEL=4
- fakeroot make-kpkg --initrd --revision=custom.1.0 kernel_image

- install the deb package