summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc')
-rw-r--r--src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc
new file mode 100644
index 00000000..28694f85
--- /dev/null
+++ b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc
@@ -0,0 +1,4 @@
+if [ "x$(tty)" == "x/dev/tty1" ]; then
+ startx
+ exit
+fi