diff options
Diffstat (limited to 'os-plugins/plugins/kiosk/files')
| l--------- | os-plugins/plugins/kiosk/files/profiles/plain/.bashrc | 1 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/plain/bashrc (renamed from os-plugins/plugins/kiosk/files/bashrc) | 0 | ||||
| l--------- | os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc | 1 | ||||
| l--------- | os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc | 1 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc | 4 | ||||
| -rw-r--r-- | os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc | 5 |
6 files changed, 12 insertions, 0 deletions
diff --git a/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc new file mode 120000 index 00000000..cee304e6 --- /dev/null +++ b/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc @@ -0,0 +1 @@ +bashrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/bashrc index 28694f85..28694f85 100644 --- a/os-plugins/plugins/kiosk/files/bashrc +++ b/os-plugins/plugins/kiosk/files/profiles/plain/bashrc diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc new file mode 120000 index 00000000..cee304e6 --- /dev/null +++ b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc @@ -0,0 +1 @@ +bashrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc new file mode 120000 index 00000000..5539532c --- /dev/null +++ b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc @@ -0,0 +1 @@ +xinitrc
\ No newline at end of file diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc new file mode 100644 index 00000000..28694f85 --- /dev/null +++ b/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc @@ -0,0 +1,4 @@ +if [ "x$(tty)" == "x/dev/tty1" ]; then + startx + exit +fi diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc new file mode 100644 index 00000000..c50baf70 --- /dev/null +++ b/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc @@ -0,0 +1,5 @@ +#!/bin/sh + +xsetroot -bg navy +vmchooser -p /dev/null +bash |
