wok view fusecloop/description.txt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 860ce5da84ab
children f937073af512
line source
1 Fusecloop is FUSE mounter for compressed loop images.
2 These images can be found on Knoppix and Knoppix like CD's such as DSL.
4 About SliTaz patch :
6 1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current)
7 format.
9 2- Add new V3 format to build huge cloop images.
10 * The index is compressed and uses 32 bits lengths instead of 64 bits offsets.
11 * The index is moved to the file end. The cloop creation tool holds the index
12 in memory instead of the datas. This reduces memory needs by 5000.
13 $ genisoimage -R myDVD/ | create_compressed_fs 131072 > myDVD.cloop
15 3- Any format cloop can be converted to V2 format for knoppix compatibility.
16 $ extract_compressed_fs myDVD.cloop --convert-to-v2 > myDVDinV2.cloop
18 create_compressed_fs and extract_compressed_fs are available here:
19 http://cook.slitaz.org/cooker.cgi?files=cloop-utils