summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorroot2013-05-31 16:10:53 +0200
committerroot2013-05-31 16:10:53 +0200
commit7a456f2d51ffbb9e77edfa24c65cf193cc439d70 (patch)
tree4fd5a4999642e5869068911438440f36614f0a2e /mltk
parentAlso move hidden files when mounting temp partition (diff)
downloadtm-scripts-7a456f2d51ffbb9e77edfa24c65cf193cc439d70.tar.gz
tm-scripts-7a456f2d51ffbb9e77edfa24c65cf193cc439d70.tar.xz
tm-scripts-7a456f2d51ffbb9e77edfa24c65cf193cc439d70.zip
[vmplayer] More error checks
[stage31] more error checks in stage31 (and then drop to shell) [fileutil] Add option to tarcopy to ignore failed reads
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mltk b/mltk
index 83b17998..4635f5dd 100755
--- a/mltk
+++ b/mltk
@@ -20,6 +20,8 @@ SELF="$(readlink -f $0)"
ROOT_DIR="$(dirname "${SELF}")"
MLTK_PID="$$"
+# Required: m4 make gcc g++ binutils
+
# Make apt-get install non-interactive when it comes to postinstall questions
# ie. kdm asking which dm you want to set as default
export DEBIAN_FRONTEND=noninteractive