| There probably is an easier way that each distros can compile the kernel. I know Debian at least has one.
Well, after running make menuconfig, you probably want to run either 'make install' or 'make bzImage'. The prior should take care of moving the compressed kernel to the /boot, edit boot configuration files to add the new kernel and etc. The latter will not.
After you've done that, you want to compile and install modules. To do that, run 'make modules' and then 'make modules_install'.
__________________
The best things in life are free.
|