summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index a555bb2..52ee41e 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -28,6 +28,11 @@ PLATFORM=`cat /etc/platform`
# endless loop
while : ; do
+if [ -f /tmp/ttybug ]; then
+ rm /tmp/ttybug
+ exit && exit && logout
+fi
+
/etc/rc.banner
# display a cheap menu
OpenPOWER on IntegriCloud