summaryrefslogtreecommitdiffstats
path: root/server/build_core
diff options
context:
space:
mode:
Diffstat (limited to 'server/build_core')
-rwxr-xr-xserver/build_core1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/build_core b/server/build_core
index 65a4a89c..16afa396 100755
--- a/server/build_core
+++ b/server/build_core
@@ -44,6 +44,7 @@ then
fi
# shouldn't squashfs-tools be automatically installed as we need them nevertheless!?
+# what if it is already on the machine? faster to check with which than the apt-get check?
if [ -z $(which mksquashfs) ];
then
echo "mksquashfs not found, please install squashfs-tools first."