View previous topic :: View next topic |
Author |
Message |
rogerdv Apprentice


Joined: 01 Apr 2006 Posts: 185 Location: Santiago, Cuba
|
Posted: Thu Jan 14, 2010 7:19 pm Post subject: migrating kernel configuration to a new installation |
|
|
Im planning to reinstall my system and I would like to reuse my current kernel (2.6.26) configuration with the new one (2.6.31). Is there any "correct" method to do this or simply should I copy the .config file? _________________ Game programming news for newbies | The Ark, making an RPG the right way! |
|
Back to top |
|
 |
aceFruchtsaft Guru


Joined: 16 May 2004 Posts: 438 Location: Vienna, Austria
|
Posted: Thu Jan 14, 2010 8:00 pm Post subject: Re: migrating kernel configuration to a new installation |
|
|
rogerdv wrote: | Im planning to reinstall my system and I would like to reuse my current kernel (2.6.26) configuration with the new one (2.6.31). Is there any "correct" method to do this or simply should I copy the .config file? |
1. Copy .config
2. Run "make oldconfig" in the new kernel directory |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Jan 14, 2010 8:58 pm Post subject: |
|
|
After that, double check your config again, because maybe you may remove some old stuff or add new one. |
|
Back to top |
|
 |
|