View previous topic :: View next topic |
Author |
Message |
jcmuse Tux's lil' helper
Joined: 16 Jan 2006 Posts: 86
|
Posted: Tue Apr 11, 2006 3:32 am Post subject: using .config with another kernel [solved] |
|
|
hi,
i'm currently using Linux kernel version: 2.6.15-gentoo-r1. I'd like to switch to the suspend2-sources kernel but don't want to have to go through reconfiguring again. Is it possible to use my existing .config with another kernel? If so, how?
make oldconfig worked GREAT, THX!
Last edited by jcmuse on Tue Apr 11, 2006 5:18 am; edited 2 times in total |
|
Back to top |
|
|
desultory Bodhisattva
Joined: 04 Nov 2005 Posts: 9410
|
Posted: Tue Apr 11, 2006 4:02 am Post subject: |
|
|
make oldconfig |
|
Back to top |
|
|
AaronPPC Guru
Joined: 29 May 2005 Posts: 522 Location: Tucson, AZ
|
Posted: Tue Apr 11, 2006 4:36 am Post subject: |
|
|
I like to make xconfig and load the .config from a previous kernel. Either way works well. _________________ --Aaron |
|
Back to top |
|
|
Kaste Guru
Joined: 21 Dec 2005 Posts: 546 Location: /home Sweet /home
|
Posted: Tue Apr 11, 2006 5:04 am Post subject: |
|
|
@Aaron
You have to take into account that jcmuse is switching to a different kernel here. If you move within the same branch and just bump versions all the time the risk of running into trouble is pretty minimal but moving to a different source is a little more risky.
I'd recommend oldconfig as well and If you decide to go for the other approach at least check what the console says about unknown options to see what flags were dropped along the way. |
|
Back to top |
|
|
|