summaryrefslogtreecommitdiffstats
path: root/remote/core
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-14 14:05:29 +0100
committerJonathan Bauer2013-03-14 14:05:29 +0100
commit2701ad423a2407f07b6415cf2ee70db6c66e03e1 (patch)
tree4ae906619e0a46a6334acb0a3e5103806b9c3a6c /remote/core
parentbusybox: change TARGET_DIR to PREFIX (diff)
parentadd polkit.service to data (diff)
downloadtm-scripts-2701ad423a2407f07b6415cf2ee70db6c66e03e1.tar.gz
tm-scripts-2701ad423a2407f07b6415cf2ee70db6c66e03e1.tar.xz
tm-scripts-2701ad423a2407f07b6415cf2ee70db6c66e03e1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/core')
-rwxr-xr-xremote/core/data/init3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/core/data/init b/remote/core/data/init
index 25508e66..ef9c32a7 100755
--- a/remote/core/data/init
+++ b/remote/core/data/init
@@ -153,6 +153,9 @@ mount -n --move /dev/shm/uniontmp /mnt/uniontmp
if [ $DEBUG -ge 1 ]; then
echo "Starting debug shell, CTRL + D will start Stage 3.2."
setsid sh -c 'exec sh </dev/tty1 >/dev/tty1 2>&1'
+else
+ #Debug is not set so hide kernel debug output
+ echo "0 0 0 0" >/proc/sys/kernel/printk
fi
for mnt in proc sys run ; do