summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorDirk2012-12-16 14:38:40 +0100
committerDirk2012-12-16 14:38:40 +0100
commit9a57a5246a53dcab80623be1f9980281544a32e4 (patch)
tree1ebfd3e7d824d59675b3985185f64c6d2ba4a5eb /server
parentchange debug shell & its PATH (diff)
downloadtm-scripts-9a57a5246a53dcab80623be1f9980281544a32e4.tar.gz
tm-scripts-9a57a5246a53dcab80623be1f9980281544a32e4.tar.xz
tm-scripts-9a57a5246a53dcab80623be1f9980281544a32e4.zip
Comments ...
Diffstat (limited to 'server')
-rwxr-xr-xserver/build_core5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/build_core b/server/build_core
index e1bc4611..65a4a89c 100755
--- a/server/build_core
+++ b/server/build_core
@@ -33,16 +33,17 @@ fi
if [ ! -d ${STAGE32_DIR} ];
then
- echo "No stage3.2 directory found. Please run setup_tools first."
+ echo "No stage3.2 directory found. Please run setup-tools.sh first."
exit 1
fi
if [ ! -e ${STAGE32_DIR}/openslx/bin/busybox ];
then
- echo "Busybox not found, run setup_tools first."
+ echo "Busybox not found, run 'setup-tools.sh busybox' first."
exit 1
fi
+# shouldn't squashfs-tools be automatically installed as we need them nevertheless!?
if [ -z $(which mksquashfs) ];
then
echo "mksquashfs not found, please install squashfs-tools first."