wok diff fusecloop/description.txt @ rev 11996

fusecloop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 04 09:52:39 2012 +0100 (2012-03-04)
parents
children 860ce5da84ab
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fusecloop/description.txt	Sun Mar 04 09:52:39 2012 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +Fusecloop is FUSE mounter for compressed loop images.
     1.5 +These images can be found on Knoppix and Knoppix like CD's such as DSL.
     1.6 +
     1.7 +About SliTaz patch :
     1.8 +
     1.9 +1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current)
    1.10 +   format.
    1.11 +
    1.12 +2- Add new V3 format
    1.13 + * The index uses 32 bits lengths instead of 64 bits offsets.
    1.14 + * The index move to the file end. The cloop creation tool holds the index in 
    1.15 +   memory instead of the datas. This reduce memory needs by 5000.
    1.16 +   $ genisoimage -R mydvd/ | create_compressed_fs 131072 > mydvd.cloop
    1.17 +  
    1.18 +3- Any format cloop can be converted to V2 format for knoppix compatibility.
    1.19 +   $ extract_compressed_fs file.cloop --convert-to-v2 > fileinv2.cloop