summaryrefslogtreecommitdiffstats
path: root/server/includes
diff options
context:
space:
mode:
authorSimon Rettberg2014-07-04 20:04:41 +0200
committerSimon Rettberg2014-07-04 20:04:41 +0200
commitb7a021b2df67c6d08457df32f3ba1514897ac70b (patch)
treef038199bdd92329808f1c54bf41d646d9dfe6fd3 /server/includes
parent[downloader.inc] Special case sourceforge: Allow setting a mirror in ./config (diff)
downloadtm-scripts-b7a021b2df67c6d08457df32f3ba1514897ac70b.tar.gz
tm-scripts-b7a021b2df67c6d08457df32f3ba1514897ac70b.tar.xz
tm-scripts-b7a021b2df67c6d08457df32f3ba1514897ac70b.zip
Try to clean up the mess with all the different kernel version variables everywhere
Diffstat (limited to 'server/includes')
-rw-r--r--server/includes/packing.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/includes/packing.inc b/server/includes/packing.inc
index d24c8e51..aaa088aa 100644
--- a/server/includes/packing.inc
+++ b/server/includes/packing.inc
@@ -41,8 +41,8 @@ generate_squashfs() {
pinfo "Using default compression"
PARAMS=""
fi
- rm -f -- "$2"
- mksquashfs "$1" "$2" -ef "$IGNORE" $PARAMS -b 1M -no-recovery >&6 \
+ rm -f -- "$2" # -no-exports ?
+ mksquashfs "$1" "$2" -ef "$IGNORE" $PARAMS -b 1M -no-recovery -always-use-fragments >&6 \
|| perror "mksquashfs failed ($?)."
pinfo "Created squashfs of $1 at $2"
pinfo "Size: $(du -bsh "$2" | awk 'END {print $1}')"