diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-25 01:54:45 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-25 02:27:47 +0200 |
commit | b04d8591c8e8208a1ceb48c4028b03073d8b4efe (patch) | |
tree | 95c6fecc4bbe47534426c8dfac12e95465efa18a | |
parent | 9723d466d51e2b9790e975224f5c6cf348921559 (diff) |
Update README
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | README | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -7,15 +7,16 @@ on embedded devices, live systems or simply as a compressed archive format. Think of it as a .tar.gz that you can mount (or XZ, LZO, LZ4, ZSTD). -The filesystem itself and the user space tooling were originally developed by -Phillip Lougher with third party contributions that have accumulated over time. - -Unfortunately, the original user space tooling does not support a lot of -standard use cases, the source code of the tools is in a pretty deteriorated -state and apparently no longer maintained. - -This package contains the source code of a complete rewrite of the user space -tools that attempt to address many of the problems of the old tools: +As the name suggests, this is not the original user space tooling for +SquashFS, which are currently maintained in parallel elsewhere. After a +long period of silence on the SourceForge site and mailing list, I +attempted to fork the existing code base with the intention to +restructure/clean it up and add many features I personally perceived to +be missing, but I ultimately decided that it would be easier to start +from scratch than to work with the existing code. + +Here are some of the features that primarily distinguish this package from +the (at the time of writing recent) squashfs-tools 4.3: - Reproducible SquashFS images, i.e. deterministic packing without any local time stamps. |