Lennart Sorensen wrote:
> Well doing a list of the modules in the current linux-image-2.6.12 on
> i386, and then deleting from the list sound, and netfilter and anything
> else obviously not needed and probably a few things that would be
> needed, I got down to just under 400 modules.  Probably most
> architectures would have less.  how one would automate doing such a
> filter I am not sure.

[EMAIL PROTECTED]:~/lib/debian/unstable>for d in *2.6.12*; do dpkg --contents 
$d; done |grep \.ko |wc -l
340
[EMAIL PROTECTED]:~/lib/debian/unstable>for d in *2.4.27*; do dpkg --contents 
$d; done |grep \.o\$ |wc -l
635

The latter includes the speakup flavour.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to