Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apt-get install fakeroot kernel-wedge build-essential makedumpfile kernel-package libncurses5 libncurses5-dev make-kpkg wget bzip2
- make mrproper
- cp -vi /boot/config-'uname -r' .config (Find a working config and copy it over!)
- make oldconfig (I forget the syntax. This might be wrong....)
- make menuconfig (Customize it boyeeeee!)
- make localmodconfig (Plug in all of your USB and misc devices so that the modules will load. Then run this)
- CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` make-kpkg --initrd --append-to-version=-joels38utv1 kernel_image kernel_headers
Add Comment
Please, Sign In to add comment