summaryrefslogtreecommitdiffstats
path: root/src/root/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'src/root/.profile')
-rw-r--r--src/root/.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/root/.profile b/src/root/.profile
new file mode 100644
index 0000000..700597a
--- /dev/null
+++ b/src/root/.profile
@@ -0,0 +1,5 @@
+# Detect interactive logins and display the shell
+if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
+ /etc/rc.initial
+ exit
+fi
OpenPOWER on IntegriCloud