summaryrefslogtreecommitdiffstats
path: root/makemod (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-26Add zstd compression support for squashfs modules Eric Hameleers1-3/+4
This will provide compression ratios approaching those of xz, while achieving decompression rations similar to lzo (5 times faster than xz). We will need to have a zstd package in Slackware first, and then rebuild squashfs-tools to add zstd support.
2016-06-23makemod: fix the logic. Eric Hameleers1-11/+10
2016-05-13makemod: add interactive mode (-i switch) to prevent overwriting module file. Eric Hameleers1-3/+55
Default behaviour of makemod is to overwrite the destination squashfs module without asking. When adding the '-i' switch to the 'makemod' command, the script will ask explicitly whether it is allowed to overwrite an existing file. Also added is a '-h' switch which shows help on using the script. Bugfix: add "-noappend" to the squashfs command in the script to avoid adding new data to an existing squashfs module.