summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-22 20:43:18 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-22 20:43:30 +0200
commit88d53c4c124a6e3979a7b4f79b3f95bfc3706604 (patch)
treeb439ff2fddb6cc27c6d5a8c0406a9be14c26d7aa
parentadc8e37d7f86d661ab54adf9c43e4b0aa67a939c (diff)
Convert README "limitations" to github issues
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--README17
1 files changed, 0 insertions, 17 deletions
diff --git a/README b/README
index ec9991b..e598729 100644
--- a/README
+++ b/README
@@ -42,22 +42,6 @@ together with the existing tools:
- `sqfs2tar` can turn a SquashFS image into a tar ball, written to stdout.
- `tar2sqfs` can turn a tar ball (read from stdin) into a SquashFS image.
-
- Limitations
- ***********
-
-At the moment, the following things still require some work:
-
- - more testing (extensive unit testing for libsqfs still needed)
- - many corner cases in the Xattr code have never been tested
- - NFS export should work in theory but hasn't been tested yet
- - extended attributes
- - gensquashfs supports SELinux labeling only
- - code for reading them back from an image doesn't exist yet
- - hard links (not implemented; tar2sqfs turns them into symlinks)
- - File deduplication (not implemented; do we even need this?)
-
-
Future plans
************
@@ -76,7 +60,6 @@ have eventually:
- Patching kernel and user space to support SquashFS on top of UBI
- Patching kernel and user space to support ACLs
-
Copyright & License
*******************