* [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
@ 2013-05-12 0:39 Nick Khamis
2013-05-12 4:00 ` staticsafe
2013-05-12 21:32 ` Walter Dnes
0 siblings, 2 replies; 7+ messages in thread
From: Nick Khamis @ 2013-05-12 0:39 UTC (permalink / raw
To: gentoo-user
Hello Everyone,
Just running an installation on another IBM machine, and wanted to know
which kernel config files can we copy over from one machine to another,
and have the same exact modules etc copied over.
Saw examples for genkern, but we build our own kernels. After copying the
files over we like to run make and make modules_install on the new machine.
Thanks in Advance,
Nick.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
2013-05-12 0:39 [gentoo-user] Real qucik question - Copying over kernel configuration for same machines Nick Khamis
@ 2013-05-12 4:00 ` staticsafe
2013-05-12 11:38 ` Nick Khamis
2013-05-12 21:32 ` Walter Dnes
1 sibling, 1 reply; 7+ messages in thread
From: staticsafe @ 2013-05-12 4:00 UTC (permalink / raw
To: gentoo-user
On 5/11/2013 20:39, Nick Khamis wrote:
> Hello Everyone,
>
> Just running an installation on another IBM machine, and wanted to know
> which kernel config files can we copy over from one machine to another,
> and have the same exact modules etc copied over.
> Saw examples for genkern, but we build our own kernels. After copying the
> files over we like to run make and make modules_install on the new machine.
>
>
> Thanks in Advance,
>
> Nick.
>
The .config in the kernel source directory.
--
staticsafe
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post - http://goo.gl/YrmAb
Don't CC me! I'm subscribed to whatever list I just posted on.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
2013-05-12 4:00 ` staticsafe
@ 2013-05-12 11:38 ` Nick Khamis
2013-05-12 14:56 ` Nick Khamis
0 siblings, 1 reply; 7+ messages in thread
From: Nick Khamis @ 2013-05-12 11:38 UTC (permalink / raw
To: gentoo-user
Thank you!!!
On 5/12/13, staticsafe <me@staticsafe.ca> wrote:
> On 5/11/2013 20:39, Nick Khamis wrote:
>> Hello Everyone,
>>
>> Just running an installation on another IBM machine, and wanted to know
>> which kernel config files can we copy over from one machine to another,
>> and have the same exact modules etc copied over.
>> Saw examples for genkern, but we build our own kernels. After copying the
>> files over we like to run make and make modules_install on the new
>> machine.
>>
>>
>> Thanks in Advance,
>>
>> Nick.
>>
>
> The .config in the kernel source directory.
>
> --
> staticsafe
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
> Please don't top post - http://goo.gl/YrmAb
> Don't CC me! I'm subscribed to whatever list I just posted on.
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
2013-05-12 11:38 ` Nick Khamis
@ 2013-05-12 14:56 ` Nick Khamis
2013-05-12 15:00 ` Neil Bothwick
0 siblings, 1 reply; 7+ messages in thread
From: Nick Khamis @ 2013-05-12 14:56 UTC (permalink / raw
To: gentoo-user
I just realized that we were running 3.5.7 on the older systems, and
the current version is 3.7.10. Would I be cutting too many corners to
copy over the ..config from the older machine.
Thanks in Advance,
Nick.
On 5/12/13, Nick Khamis <symack@gmail.com> wrote:
> Thank you!!!
>
> On 5/12/13, staticsafe <me@staticsafe.ca> wrote:
>> On 5/11/2013 20:39, Nick Khamis wrote:
>>> Hello Everyone,
>>>
>>> Just running an installation on another IBM machine, and wanted to know
>>> which kernel config files can we copy over from one machine to another,
>>> and have the same exact modules etc copied over.
>>> Saw examples for genkern, but we build our own kernels. After copying
>>> the
>>> files over we like to run make and make modules_install on the new
>>> machine.
>>>
>>>
>>> Thanks in Advance,
>>>
>>> Nick.
>>>
>>
>> The .config in the kernel source directory.
>>
>> --
>> staticsafe
>> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>> Please don't top post - http://goo.gl/YrmAb
>> Don't CC me! I'm subscribed to whatever list I just posted on.
>>
>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
2013-05-12 14:56 ` Nick Khamis
@ 2013-05-12 15:00 ` Neil Bothwick
2013-05-12 15:06 ` Nick Khamis
0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2013-05-12 15:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 476 bytes --]
On Sun, 12 May 2013 10:56:50 -0400, Nick Khamis wrote:
> I just realized that we were running 3.5.7 on the older systems, and
> the current version is 3.7.10. Would I be cutting too many corners to
> copy over the ..config from the older machine.
That's not a huge step, but you'll have a few questions to answer when you
run make oldconfig.
BTW please stop top-posting.
--
Neil Bothwick
I'll never forget the 1st time I ran Windows, but I'm trying...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
2013-05-12 15:00 ` Neil Bothwick
@ 2013-05-12 15:06 ` Nick Khamis
0 siblings, 0 replies; 7+ messages in thread
From: Nick Khamis @ 2013-05-12 15:06 UTC (permalink / raw
To: gentoo-user
Please forgive me! Gmail client from hell!!!!!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Real qucik question - Copying over kernel configuration for same machines
2013-05-12 0:39 [gentoo-user] Real qucik question - Copying over kernel configuration for same machines Nick Khamis
2013-05-12 4:00 ` staticsafe
@ 2013-05-12 21:32 ` Walter Dnes
1 sibling, 0 replies; 7+ messages in thread
From: Walter Dnes @ 2013-05-12 21:32 UTC (permalink / raw
To: gentoo-user
On Sat, May 11, 2013 at 08:39:02PM -0400, Nick Khamis wrote
> Hello Everyone,
>
> Saw examples for genkern, but we build our own kernels. After copying the
> files over we like to run make and make modules_install on the new machine.
Since the new machine will probably have a newer kernel, I suggest
1) copy /usr/src/linux/.config from the working machine to the new
machine
2) run "make oldconfig"
3) then run male and make modules_install
"make oldconfig" will give you a chance to set values for options in
the newer kernel that don't exist in the older kernel.
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-12 21:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-12 0:39 [gentoo-user] Real qucik question - Copying over kernel configuration for same machines Nick Khamis
2013-05-12 4:00 ` staticsafe
2013-05-12 11:38 ` Nick Khamis
2013-05-12 14:56 ` Nick Khamis
2013-05-12 15:00 ` Neil Bothwick
2013-05-12 15:06 ` Nick Khamis
2013-05-12 21:32 ` Walter Dnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox