diff options
| author | Sebastian Schmelzer | 2009-05-29 21:57:33 +0200 |
|---|---|---|
| committer | Sebastian Schmelzer | 2009-05-29 21:57:33 +0200 |
| commit | 06fe0f0e0ebeca52027604a4f89db196379c30b1 (patch) | |
| tree | ffecbd7781fde2a13fc9888a3fe96c9b001e6af2 /os-plugins/plugins/kiosk/files | |
| parent | Starting to enable the CGI script to write configurations ... (diff) | |
| download | core-06fe0f0e0ebeca52027604a4f89db196379c30b1.tar.gz core-06fe0f0e0ebeca52027604a4f89db196379c30b1.tar.xz core-06fe0f0e0ebeca52027604a4f89db196379c30b1.zip | |
testversion of kiosk plugin with "profiles"
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2909 95ad53e4-c205-0410-b2fa-d234c58c8868
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 |
