summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile')
-rw-r--r--build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile b/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile
new file mode 100644
index 0000000..7a30be6
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile
@@ -0,0 +1,9 @@
+. $HOME/.bashrc
+
+#*#+schlim+#*#
+if [[ ! -f /tmp/_nox_ ]] && [[ "${XRUN}" == "y" ]]; then
+ unset XRUN
+ echo Starting 'schlim' login manager
+ exec /opt/schlim/xlogin.py
+fi
+#*#-schlim-#*#