On Fri, Sep 06, 2002 at 08:53:37AM +0530, Jsahambi wrote: > I can reframe the question: If I install the kernel-sourse and run "make > xconfig", how do i load the configuration of the existing kernel, so > that I can know what modules are compiled into the kernel and baased on > that I can add more if I want.
Since you have the source... cd /usr/src/linux grep =m .config to see what modules that can be loaded grep -v \# .config | tr -s '\n' | grep -v =m to see the features included in the kernel. I hope that's what you want. Oki -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]