Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-27 | gensquashfs: Add options to globally override UID/GID values | David Oberhollenzer | |
A common use case for mksquashfs is to simply pack a directory and set a magic option to force all user/group IDs to root. This commit adds similar options to gensquashfs to maek it better suited as a direct replacement for packing an input directory. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-04-27 | Cleanup directory structure of the binary programs | David Oberhollenzer | |
Instead of having the binary programs in randomly named subdirectories, move all of them to a "bin" subdirectory, similar to the utility libraries that have subdirectories within "lib" and give the subdirectories the propper names (e.g. have gensquashfs source in a directory *actually* named "gensquashfs"). Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |