View previous topic :: View next topic |
Author |
Message |
massctrl Apprentice
Joined: 19 Mar 2004 Posts: 156
|
Posted: Thu Jan 04, 2007 10:24 pm Post subject: [solved] Xen & merging .config files |
|
|
Hi,
I have a .config file of a previous install. (Gentoo 2.6.18-hardened)
What is the most efficient and safe way to use these settings for the xen-sources 2.6.16.28-r1?
When I copy the .config file from my other server to the /usr/src/linux directory and do "make menuconfig" the XEN kernel options are not there anymore,....
Basically, what I'm trying is to get rid of all the modules that are selected in the standard .config that comes with xen-sources.
cheers,
Last edited by massctrl on Sun Jan 07, 2007 7:09 pm; edited 1 time in total |
|
Back to top |
|
|
Crapo Tux's lil' helper
Joined: 27 Nov 2004 Posts: 110
|
Posted: Fri Jan 05, 2007 12:52 pm Post subject: |
|
|
Try this Code: | make ARCH=xen oldconfig |
Worked for me. |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Fri Jan 05, 2007 6:00 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware.
Kernel question, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
massctrl Apprentice
Joined: 19 Mar 2004 Posts: 156
|
Posted: Sun Jan 07, 2007 6:55 pm Post subject: |
|
|
HI Crapo,
Thanks for the answer but that's not a solution to my question.
Basically I want to have my .config from another server copied over to my xen server and still have the XEN options available in my "make menuconfig"
Code: | make ARCH=xen oldconfig |
will build the xen kernel so at this point i'm allready passed the make menuconfig menu. |
|
Back to top |
|
|
massctrl Apprentice
Joined: 19 Mar 2004 Posts: 156
|
|
Back to top |
|
|
|