On Mon, Apr 21, 2003 at 09:19:15PM +0100, Barry Samuels wrote:
I want to replace one of the modules (98k) within the file system with one of my own (68k) but always end up with a compressed file system that is larger than the original and won't fit on the disc.
You could try `gzip -9`?
-# --fast --best Regulate the speed of compression using the speci- fied digit #, where -1 or --fast indicates the fastest compression method (less compression) and -9 or --best indicates the slowest compression method (best compression). The default compression level is -6 (that is, biased towards high compres- sion at expense of speed).
Cheers, Alexis