Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | Move gensquashfs specific code from libfstree to gensquashfs | David Oberhollenzer | |
The "from dir" and from "from file" code, as well as the "sort file" code is specific to gensquashfs, so move them there and the test cases as well. The medium term idea is to reduce libfstree to a stub, merge it into the generic writer and ultimately hoist that into libsquashfs. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2021-03-25 | libfstree: Allow / as argument for "glob" and "dir" commands | David Oberhollenzer | |
This allows putting globbed files & directories into the filesystem root, as well as explicitly setting attributes of the root directory from the file lisiting. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2021-03-06 | Cleanup: add some structure to the test directory | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |