summaryrefslogtreecommitdiffstats
path: root/remote/core/data/init
diff options
context:
space:
mode:
Diffstat (limited to 'remote/core/data/init')
-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