* Automatic config file generator
@ 2008-10-02 16:53 Stephen Clark
2008-10-02 17:02 ` Cyrill Gorcunov
2008-10-02 17:35 ` Alexey Dobriyan
0 siblings, 2 replies; 4+ messages in thread
From: Stephen Clark @ 2008-10-02 16:53 UTC (permalink / raw)
To: linux-kernel
Hello List,
Is there a utility that will examine your system and generate a tailored config
file so I don't have to compile a zillion modules.
Currently when I want to build the latest kernel I take the config file from
my distro, (fedora), but it has every module in the world. So on my
1.8ghz core 2 duo laptop it takes about 30 min to build a new kernel.
Thanks,
Steve
--
"They that give up essential liberty to obtain temporary safety,
deserve neither liberty nor safety." (Ben Franklin)
"The course of history shows that as a government grows, liberty
decreases." (Thomas Jefferson)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Automatic config file generator
2008-10-02 16:53 Automatic config file generator Stephen Clark
@ 2008-10-02 17:02 ` Cyrill Gorcunov
2008-10-02 17:40 ` Stephen Clark
2008-10-02 17:35 ` Alexey Dobriyan
1 sibling, 1 reply; 4+ messages in thread
From: Cyrill Gorcunov @ 2008-10-02 17:02 UTC (permalink / raw)
To: Stephen Clark; +Cc: linux-kernel
[Stephen Clark - Thu, Oct 02, 2008 at 12:53:37PM -0400]
> Hello List,
>
> Is there a utility that will examine your system and generate a tailored
> config file so I don't have to compile a zillion modules.
>
> Currently when I want to build the latest kernel I take the config file from
> my distro, (fedora), but it has every module in the world. So on my
> 1.8ghz core 2 duo laptop it takes about 30 min to build a new kernel.
>
> Thanks,
> Steve
> --
>
> "They that give up essential liberty to obtain temporary safety,
> deserve neither liberty nor safety." (Ben Franklin)
>
> "The course of history shows that as a government grows, liberty
> decreases." (Thomas Jefferson)
>
>
You could be interested by this thread
http://lkml.org/lkml/2008/9/16/290
- Cyrill -
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Automatic config file generator
2008-10-02 16:53 Automatic config file generator Stephen Clark
2008-10-02 17:02 ` Cyrill Gorcunov
@ 2008-10-02 17:35 ` Alexey Dobriyan
1 sibling, 0 replies; 4+ messages in thread
From: Alexey Dobriyan @ 2008-10-02 17:35 UTC (permalink / raw)
To: Stephen Clark; +Cc: linux-kernel
On Thu, Oct 02, 2008 at 12:53:37PM -0400, Stephen Clark wrote:
> Is there a utility that will examine your system and generate a tailored
> config file so I don't have to compile a zillion modules.
>
> Currently when I want to build the latest kernel I take the config file from
> my distro, (fedora), but it has every module in the world. So on my
> 1.8ghz core 2 duo laptop it takes about 30 min to build a new kernel.
Switch CONFIG_DEBUG_INFO off.
Anyway, trim your config once with big switch-offs like
CONFIG_INFINIBAND=n or CONFIG_ISDN=n (or something like that) then use
old mainline config when upgrading to new mainline kernel with
"make oldconfig". You'll answer small amount of questions every time because of
new options and developers try very hard to ensure oldconfig always
leaves valid working configuration.
Even more, turn on /proc/config.gz feature to never lose your config.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Automatic config file generator
2008-10-02 17:02 ` Cyrill Gorcunov
@ 2008-10-02 17:40 ` Stephen Clark
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Clark @ 2008-10-02 17:40 UTC (permalink / raw)
To: Cyrill Gorcunov; +Cc: linux-kernel
Cyrill Gorcunov wrote:
> [Stephen Clark - Thu, Oct 02, 2008 at 12:53:37PM -0400]
>> Hello List,
>>
>> Is there a utility that will examine your system and generate a tailored
>> config file so I don't have to compile a zillion modules.
>>
>> Currently when I want to build the latest kernel I take the config file from
>> my distro, (fedora), but it has every module in the world. So on my
>> 1.8ghz core 2 duo laptop it takes about 30 min to build a new kernel.
>>
>> Thanks,
>> Steve
>> --
>>
>> "They that give up essential liberty to obtain temporary safety,
>> deserve neither liberty nor safety." (Ben Franklin)
>>
>> "The course of history shows that as a government grows, liberty
>> decreases." (Thomas Jefferson)
>>
>>
>
> You could be interested by this thread
>
> http://lkml.org/lkml/2008/9/16/290
>
> - Cyrill -
>
Thanks,
Somehow I missed that thread.
Steve
--
"They that give up essential liberty to obtain temporary safety,
deserve neither liberty nor safety." (Ben Franklin)
"The course of history shows that as a government grows, liberty
decreases." (Thomas Jefferson)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-02 17:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 16:53 Automatic config file generator Stephen Clark
2008-10-02 17:02 ` Cyrill Gorcunov
2008-10-02 17:40 ` Stephen Clark
2008-10-02 17:35 ` Alexey Dobriyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox