simply make sure your kernel sources are up to date:
then follow this:
Code: Select all
# cd /usr/src/linux
make menuconfig
Here you get your menu to configure all your options. I am assuming you are following server guides and realizing you need to compile in different options as you set things up so you know what to do here.
Code: Select all
# make && make modules modules_install install
# mount /boot
# nano -w /boot/grub/grub.conf
Add an entry for the new kernel if the source was updated, if the source is the same as the running kernel, skip editing grub.
Reboot into the new kernel and enjoy!
**The man with one ball uses Linux, the man with both uses Gentoo. Who do you think performs better?**