[BusyBox] [patch] Add bunzip2 support to insmod

Mike Frysinger vapier at gentoo.org
Tue Aug 16 22:02:11 UTC 2005


On Tuesday 16 August 2005 11:41 am, Stephen Warren wrote:
> bzip2 -9 < module.ko > module.ko.bz2

isnt it easier to just run `bzip -9 module.ko` ? ;)

> The only possible issue with the patch is that it doesn't distinguish
> between non-bzip2'd files and failed bzip2'd decompression; both fall
> back to assuming the file isn't bzip2-compressed. However, this should
> work fine in practice.

sounds good
-mike



More information about the busybox mailing list