blob: dc2eb1d55bbf0578946c3adade1bad32cac0dd6c [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.
Phillip Lougher8dc5c622014-08-08 05:35:27 +010020He also reported a problem where 32K block filesystems hung when used as initrds.
21
22Arkadiusz Patyk reported a problem where 32K block filesystems hung when used
23as a root filesystem mounted as a loopback device.
24
Phillip Loughere1621932014-08-08 05:30:01 +010025