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

Re: [debian-knoppix] compressloop.c usage



At Fri, Jan 03, 2003 at 03:47:17PM -0500, Justin A wrote:
> > For those who use the create_compressed_fs utility with a file from stdin,
> > maybe the following script is useful:
> > bailout() {
> > echo "$*" >&2
> > exit 1
> > }
> > cloopblocks=`mkisofs -quiet -print-size -R cloop`
> > cloopsize=$(( $cloopblocks * 2048 ))
> > trap "rm cd/KNOPPIX/KNOPPIX; bailout aborted." INT
> > mkisofs -quiet -R cloop | compressloop -i $cloopsize \
> > 	 -c${compression} -v -b 65536 - cd/KNOPPIX/KNOPPIX ||
> > 	{ rm cd/KNOPPIX/KNOPPIX; bailout "could not make compressed ISO-image."; }
> 
> that looks familiar... is compressloop the thing I wrote?

Nope, it's http://projects.openoffice.nl/downloads/compressloop/ but, also
and better (a couple of fixes), in the cloop-utils in Debian, as far as I
understood (or will be in there shortly, thanks to Klaus)

V.
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: