On Sat, Jun 15, 2013 at 4:37 PM, ASIC Felix <[email protected]> wrote:
>>> +for driver in $(find -type f -name *.ko); do
>>
>> and here perhaps you forgot to apply the extension, and perhaps best
>> to just peg the path in the find from the start, otherwise we end up
>> removing other kernel's updates as well:
>
> I may be missing something. IMO the correct list of modules to
> uninstall is the compiled *.ko in the unpacked tarball,

Correct.

> and these are never compressed.

They are upon make install for distros that use compression.

> The delete location is $KLIB/updates where make
> install copied them to. If applied compression was on $KLIB/updates as
> well.

Right, so the modules would be compressed if on on $KLIB/updates. Keep
in mind "updates" can be changed to something else, and hence the
usage of a variable for it.

  Luis
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to