|
Take a look at /boot/config-<version>. Pretty sure that's your oldconfig. One thing, if you go from fstab with supermount and boot a kernel that does not support supermount, fstab gets modified to reflect that supermount is disabled. If you boot back to the supermount kernel, I think you have to do # supermount -i enable to get it back. There's some stuff at MUO about supermount. Make and install your new kernel, modules, and initrd, if needed, add the entry to grub or lilo, and keep the old kernel for a safety net. I think the bulk of the configuration files don't get modified by the new kernel and this can cause some errors if modules change, etc. That's what I think. HTH.
|