more readmes

This commit is contained in:
Tomas M
2017-05-18 01:47:21 -05:00
parent 08b9ac91b9
commit 1e215402a2
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ allow_only_root
# check for mksquashfs with xz compression
if [ "$(mksquashfs 2>&1 | grep "Xdict-size")" = "" ]; then
echo "mksquashfs not found or doesn't support -comp xz, aborting, no changes made"
echo "you may consider installing squashfs-tools package"
exit 1
fi