First off, are you sure it's *kernel* support for IPv6 that you want to disable? If you're having trouble building an application because it fails trying to compile IPv6 support - or if for any reason you want to disable IPv6 support for one particular program - then bear in mind that you may be able to disable that application's IPv6 support through its ./configure script, if it has one, in which case you shouldn't need to disable kernel support.
If this isn't what you want, you should note that IPv6 support is built into the Linode kernels, and because custom kernels aren't allowed, you won't be able to remove support for it in the kernel completely, even if you were to reinstall.
However, after searching a bit on Google, I can see that in Fedora Core 2, at least, you can disable IPv6 support by using the following command as root, and rebooting:
Code:
echo "alias net-pf-10 off" >> /etc/modprobe.conf
I assume the same command can be used in other distributions, but you may want to check that.
Hope this helps.
[edit: Er, scratch that. I've just figured that fairly obviously, since support is built into the kernel, and not as a module, the above command won't work. Hmm. I'm trying to find some other means of doing it for you.]