From 416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 2 Sep 2010 17:50:49 +0200 Subject: change dir structure --- src/os-plugins/plugins/kiosk/files/kgetty | Bin 0 -> 14524 bytes .../plugins/kiosk/files/profiles/plain/.bashrc | 1 + .../plugins/kiosk/files/profiles/plain/bashrc | 4 ++++ .../kiosk/files/profiles/vmchooser/.bash_profile | 2 ++ .../plugins/kiosk/files/profiles/vmchooser/.bashrc | 1 + .../plugins/kiosk/files/profiles/vmchooser/.xinitrc | 1 + .../plugins/kiosk/files/profiles/vmchooser/bashrc | 4 ++++ .../plugins/kiosk/files/profiles/vmchooser/xinitrc | 7 +++++++ 8 files changed, 20 insertions(+) create mode 100755 src/os-plugins/plugins/kiosk/files/kgetty create mode 120000 src/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc create mode 100644 src/os-plugins/plugins/kiosk/files/profiles/plain/bashrc create mode 100644 src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile create mode 120000 src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc create mode 120000 src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc create mode 100644 src/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc create mode 100644 src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc (limited to 'src/os-plugins/plugins/kiosk/files') diff --git a/src/os-plugins/plugins/kiosk/files/kgetty b/src/os-plugins/plugins/kiosk/files/kgetty new file mode 100755 index 00000000..a65d96de Binary files /dev/null and b/src/os-plugins/plugins/kiosk/files/kgetty differ diff --git a/src/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc b/src/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc new file mode 120000 index 00000000..cee304e6 --- /dev/null +++ b/src/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc @@ -0,0 +1 @@ +bashrc \ No newline at end of file diff --git a/src/os-plugins/plugins/kiosk/files/profiles/plain/bashrc b/src/os-plugins/plugins/kiosk/files/profiles/plain/bashrc new file mode 100644 index 00000000..28694f85 --- /dev/null +++ b/src/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/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile new file mode 100644 index 00000000..099cd106 --- /dev/null +++ b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile @@ -0,0 +1,2 @@ +# fix for some systems which don't source .bashrc automatically +. ~/.bashrc \ No newline at end of file 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 120000 index 00000000..cee304e6 --- /dev/null +++ b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc @@ -0,0 +1 @@ +bashrc \ No newline at end of file diff --git a/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc new file mode 120000 index 00000000..5539532c --- /dev/null +++ b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc @@ -0,0 +1 @@ +xinitrc \ No newline at end of file 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 diff --git a/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc new file mode 100644 index 00000000..7774f4d2 --- /dev/null +++ b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc @@ -0,0 +1,7 @@ +# check if we need to include Xsession script generated by out profile +# plugin +[ -e /etc/X11/Xsession.d/10slx-home_env ] && \ + . /etc/X11/Xsession.d/10slx-home_env + +/usr/bin/xsetroot -solid navy +/opt/openslx/plugin-repo/vmchooser/vmchooser -p /dev/null \ No newline at end of file -- cgit v1.2.3-55-g7522