diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -50,22 +50,17 @@ together with the existing tools: At the moment, the following things still require some work: - - more testing + - more testing (extensive unit testing for libsqfs still needed) - extended attributes - - currently limited to SELinux labeling only - - rdsquashfs ignores them entirely - - SquashFS supports deduplicating values through "out of line" - storage but this is currently not used yet. - - hard links (not implemented yet; do we even want this?) + - gensquashfs supports SELinux labeling only + - rdsquashfs, sqfs2tar and tar2sqfs ignore them entirely + - entire key value blocks are deduplicated, but individual value + deduplication ("out of line" storage) isn't implemented. + - hard links (not implemented; tar2sqfs turns them into symlinks) - File deduplication (not implemented; do we even need this?) - NFS export tables (not implemented yet) -At the moment, tar2sqfs also has some limitations on what it can process: - - only POSIX tar archives with pax extensions (use --posix for GNU tar) - - no sparse files or hard links (converted to symlink) - - Future plans ************ |