wok diff fusecloop/description.txt @ rev 17585
Fix: icu packaging
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 08 21:26:53 2015 +0000 (2015-02-08) |
parents | 860ce5da84ab |
children | f937073af512 |
line diff
1.1 --- a/fusecloop/description.txt Mon Dec 09 15:20:40 2013 +0000 1.2 +++ b/fusecloop/description.txt Sun Feb 08 21:26:53 2015 +0000 1.3 @@ -6,11 +6,14 @@ 1.4 1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current) 1.5 format. 1.6 1.7 -2- Add new V3 format 1.8 - * The index uses 32 bits lengths instead of 64 bits offsets. 1.9 - * The index move to the file end. The cloop creation tool holds the index in 1.10 - memory instead of the datas. This reduce memory needs by 5000. 1.11 - $ genisoimage -R mydvd/ | create_compressed_fs 131072 > mydvd.cloop 1.12 +2- Add new V3 format to build huge cloop images. 1.13 + * The index is compressed and uses 32 bits lengths instead of 64 bits offsets. 1.14 + * The index is moved to the file end. The cloop creation tool holds the index 1.15 + in memory instead of the datas. This reduces 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 mydvd.cloop --convert-to-v2 > mydvdinv2.cloop 1.20 + $ extract_compressed_fs myDVD.cloop --convert-to-v2 > myDVDinV2.cloop 1.21 + 1.22 +create_compressed_fs and extract_compressed_fs are available here: 1.23 +http://cook.slitaz.org/cooker.cgi?files=cloop-utils