Messages in this thread |  | | From | "Roland" <> | | Subject | Re: Calculating CONFIG's from lsmod info | | Date | Sat, 27 Dec 2008 15:27:08 +0100 |
| |
Maybe http://cateee.net/autokernconf/ is worth to take a look at.....
roland
List: linux-kernel Subject: Calculating CONFIG's from lsmod info From: "Alex Bennee" <kernel-hacker () bennee ! com> Date: 2008-12-27 11:31:01 Message-ID: b2cdc9f30812270331g3435e0b1wb28573c4e6782e9 () mail ! gmail ! com [Download message RAW]
Hi,
Following a conversation with my Dad concerning his new netbook we discussed one option for speeding up the boot process was a static kernel with the correct config for his actual hardware, obviating the need for initrd and the rest of the flexible hardware hackery. However he has less patience than me for reading through each Kconfig entry so I'm wondering if it's possible to come up with a solution that just works (tm).
Given we usually know the config of the running kernel (/proc/config.gz or some package copy of it) and the modules that have been successfully loaded (lsmod) it must be deducible which CONFIG_* to turn from m to y for a kernel rebuild.
The info from modinfo brings up a host of information for each module but the CONFIG flag that selects it for building is not one of them. Is there some sort of macro magic that could add the flag as module information or will I be reduced to grokking Makefile to deduce which object was invoked by which switch?
Or am I in fact re-inventing a wheel that has already been created but isn't living in the scripts directory?
-- Alex, homepage: http://www.bennee.com/~alex/ CV: http://www.bennee.com/~alex/cv.php
|  |