From 5a63f1d60442fc116d87e2a4d8183a681746f96b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 30 Jun 2019 23:05:48 +0200 Subject: Update documentation Signed-off-by: David Oberhollenzer --- README | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 1c064ff..6564d13 100644 --- a/README +++ b/README @@ -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 ************ -- cgit v1.2.3