okay, with
apt-get install kernel-package
cd /usr/source/kernel-source*
make menuconfigyou can specify what options you want to include and exclude from your own version of the kernel. so... how can you tell what options have already been included from the existing/running kernel image?

