[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6.12 is in testing



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.

joey@dragon:~/lib/debian/unstable>for d in *2.6.12*; do dpkg --contents $d; done |grep \.ko |wc -l
340
joey@dragon:~/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 to: