From 06fe0f0e0ebeca52027604a4f89db196379c30b1 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Fri, 29 May 2009 19:57:33 +0000 Subject: testversion of kiosk plugin with "profiles" git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2909 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/kiosk/files/bashrc | 4 ---- os-plugins/plugins/kiosk/files/profiles/plain/.bashrc | 1 + os-plugins/plugins/kiosk/files/profiles/plain/bashrc | 4 ++++ os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc | 1 + os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc | 1 + os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc | 4 ++++ os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc | 5 +++++ 7 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 os-plugins/plugins/kiosk/files/bashrc create mode 120000 os-plugins/plugins/kiosk/files/profiles/plain/.bashrc create mode 100644 os-plugins/plugins/kiosk/files/profiles/plain/bashrc create mode 120000 os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc create mode 120000 os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc create mode 100644 os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc create mode 100644 os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc (limited to 'os-plugins/plugins/kiosk/files') diff --git a/os-plugins/plugins/kiosk/files/bashrc b/os-plugins/plugins/kiosk/files/bashrc deleted file mode 100644 index 28694f85..00000000 --- a/os-plugins/plugins/kiosk/files/bashrc +++ /dev/null @@ -1,4 +0,0 @@ -if [ "x$(tty)" == "x/dev/tty1" ]; then - startx - exit -fi 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/profiles/plain/bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/bashrc new file mode 100644 index 00000000..28694f85 --- /dev/null +++ b/os-plugins/plugins/kiosk/files/profiles/plain/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/.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 -- cgit v1.2.3-55-g7522