diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-04 13:26:27 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-04 13:42:06 +0200 |
commit | 2ed6658bbce90e89f0a4e3aba41704944f10b1f1 (patch) | |
tree | e8b60a37ab1e310a6c65c2e84b30cfc15eb8a1c5 /README | |
parent | 6623b1fe4df1e2fceb27eff286a86cf36809b2bc (diff) |
tar2sqfs: repack extended attributes into squashfs filesystem
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ At the moment, the following things still require some work: - more testing (extensive unit testing for libsqfs still needed) - extended attributes - gensquashfs supports SELinux labeling only - - rdsquashfs, sqfs2tar and tar2sqfs ignore them entirely + - rdsquashfs and sqfs2tar 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) |