keep old kernel configuration
When switching kernels, you can save yourself time by not having to go
through the same menu options in the kernel configuration tools. You
can just save your old one. There are two basic ways to do this.
In the kernel source directory, type:
make oldconfig
or you can save your old configuration by copying .config to
.config_old and then re-copy it back when you want to compile
a new kernel
|