Click to See Complete Forum and Search --> : Kernel upgrading & saved configurations.


stack
12-12-2000, 09:54 AM
When I compiled 2.2.17, I saved the configuration to a file.

I assume I will not be able to download 2.2.18 and load this same file?

7DeadlySins
12-12-2000, 12:47 PM
the last make xconfig/config/menuconfig is saved by default in /usr/src/linux/.config which is what i usually use when upgrading my kernel.

copy your saved configuration file to the new /usr/src/linux/.config and run make oldconfig to re-apply your settings. You may be prompted to answer some of the questions that are new to that kernel tree, but all the other questions will be answered automagically.

See the kernel compilation NHF for more info

7DS

stack
12-12-2000, 02:30 PM
Thanks...I'll give it a shot.