> > > How do you get a list of what modules etc have been compiled into the
> > > kernel

ok, that's a bit deceptive actually.  Modules aren't compiled "into" the 
kernel.

> > You don't, unless you have the .config file you used to build the kernel
> > with.

I meant you can't know which things are actually part of the kernel, not 
modules.

If you want to list MODULES (which is what you said, but I'm not sure if it's 
what you meant), you can cd into /lib/modules/<kernel-version> and poke 
around and see what's there...

> > There was a discussion about storing that info in the compiled kernel and
> > making it available via /proc, but Linux (probably rightfully) thinks it
> > would be an unnecessary resource hog...

s/Linux/Linus/.  Doh.

> Oh...and if you want the stuff that is compiled into the kernel:
>
> grep "=y" /usr/src/linux/.config > compiled.lst

yeah, that works.

-- 
Like to travel?                        http://TravTalk.org
Micah Yoder Internet Development       http://yoderdev.com



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to