Hi!

While creating a livecd based on OpenSuSE10.0, we get to a failure creating
the compressed filesystem, using the livecd scripts at the novell forge.

The problem is related to the block size that is used at the
create_compressed_fs command. Actually, the livecd scripts did:

create_compressed_fs $build_area/inner.iso 16384 >
$build_area/outer/cloop.img

And it did not work for us. However, if we change it to :

create_compressed_fs $build_area/inner.iso 65536 >
$build_area/outer/cloop.img

and it works.

I just want it to share it here, as the livecd project web-page was not very
usefull in that sense (http://developer.novell.com/wiki/index.php/LiveCD).

jordi

-----------------------------------------------
Jordi Massaguer Pla
openTrends Solucions i Sistemes
phone: +34 93 320 84 14
fax: +34 93 300 35 27
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to