Results 1 to 3 of 3
Hi everyone!
I want to compile new kernel, but i want to load the configuration of my old kernel!
My old kernel is 2.6.8-2 and it was installed with debian ...
- 06-22-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 10
recycling old kernel's config file
Hi everyone!
I want to compile new kernel, but i want to load the configuration of my old kernel!
My old kernel is 2.6.8-2 and it was installed with debian installation.
can somebody tell me how can i extract the configuration of my old kernel?
- 06-22-2006 #2By default Debian will use the old config as a base.
Originally Posted by Shime
Or you can copy it manualy :
Check out this thread :Code:cd /usr/src/linux-new_version cp /boot/config-$(uname -r) .config
http://www.linuxforums.org/forum/lin...ile-error.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-22-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 10
Thank you very much!


Reply With Quote
