penguinmaster wrote:Actually i have vanilla-sources-2.4.24, will that affect me or anything? if gentoo-sources is better, I'd like it, would that erase my vanilla-sources kernel (which i wouldn't mind).

Nope, just me making a wrong assumption about which kernel you had installed.

Just stick with that one for now. You can always install a different one later, when you feel more comfortable configuring your kernel.
Edit: If you want to try a different kernel, though, you can just
after chrooting into your environment. Then, change the symlink to your kernel. If you installed gentoo-sources-2.4.25, that would go something like:
Code: Select all
cd /usr/src
rm linux
ln -s linux-2.4.25 linux
Then you would follow the instructions on configuring your kernel, edit your
grub.conf to point to your new kernel, exit, and reboot.