Phillip Lougher | e162193 | 2014-08-08 05:30:01 +0100 | [diff] [blame] | 1 | ACKNOWLEDGEMENTS |
| 2 | |
| 3 | Thanks to everyone who have download squashfs. I appreciate people |
| 4 | using it, and any feedback you have. |
| 5 | |
| 6 | The following have provided useful feedback, which has guided |
| 7 | some of the extra features in squashfs. |
| 8 | |
| 9 | Mark Robson - pointed out early on that initrds didn't work |
| 10 | |
| 11 | Adam Warner - pointed out that greater than 2GB filesystems didn't work. |
| 12 | |
| 13 | John Sutton - raised the problem when archiving the entire filesystem |
| 14 | (/) there was no way to prevent /proc being archived. This prompted |
| 15 | exclude files. |
| 16 | |
| 17 | Martin Mueller (LinuxTV) - noticed that the filesystem length in the |
| 18 | superblock doesn't match the output filesystem length. This is due to |
| 19 | padding to a 4K boundary. This prompted the addition of the -nopad option. |
Phillip Lougher | 8dc5c62 | 2014-08-08 05:35:27 +0100 | [diff] [blame^] | 20 | He also reported a problem where 32K block filesystems hung when used as initrds. |
| 21 | |
| 22 | Arkadiusz Patyk reported a problem where 32K block filesystems hung when used |
| 23 | as a root filesystem mounted as a loopback device. |
| 24 | |
Phillip Lougher | e162193 | 2014-08-08 05:30:01 +0100 | [diff] [blame] | 25 | |