blob: 86b522ee478a9bc2c9ac8fcd9a0ff5c17e09eb6a [file] [log] [blame]
Phillip Loughere1621932014-08-08 05:30:01 +01001ACKNOWLEDGEMENTS
2
3Thanks to everyone who have download squashfs. I appreciate people
4using it, and any feedback you have.
5
6The following have provided useful feedback, which has guided
7some of the extra features in squashfs.
8
9Mark Robson - pointed out early on that initrds didn't work
10
11Adam Warner - pointed out that greater than 2GB filesystems didn't work.
12
13John Sutton - raised the problem when archiving the entire filesystem
14(/) there was no way to prevent /proc being archived. This prompted
15exclude files.
16
17Martin Mueller (LinuxTV) - noticed that the filesystem length in the
18superblock doesn't match the output filesystem length. This is due to
19padding to a 4K boundary. This prompted the addition of the -nopad option.
20