I had just tried to recompile kernel in order to support VPN, I follow the
following step:
mark mrproper
make menuconfig
make dep
make boot
make modules
make modules_install
copy the vmlinux.gz to /boot/new_kernel.gz
reconfigure aboot.conf
but then, I find that usually the new_kernel it keep prompting me could not
find modules, so, what's wrong?
