summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/XX_vmchooser.sh
diff options
context:
space:
mode:
authorBastian Wissler2009-06-17 15:19:25 +0200
committerBastian Wissler2009-06-17 15:19:25 +0200
commit87c90a67a367bf11e8a8aa4ffffbf245d15a78a1 (patch)
tree5f3875751b1d7b0a606791f552ff819daced7d6a /os-plugins/plugins/vmchooser/XX_vmchooser.sh
parentfixed a wrong package-name in xserver::OpenSLX::OSPlugin::Debian (diff)
downloadcore-87c90a67a367bf11e8a8aa4ffffbf245d15a78a1.tar.gz
core-87c90a67a367bf11e8a8aa4ffffbf245d15a78a1.tar.xz
core-87c90a67a367bf11e8a8aa4ffffbf245d15a78a1.zip
vmchooser various changes:
* changed default.desktop to call the binary * deleted vmchooser.sh (not needed any more, as vmchooser binary reads from stage3 variables) -> see Feature #429 * added distro specific classes to copy default.desktop distro specific ;-) - Feature #268 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2962 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/XX_vmchooser.sh')
-rw-r--r--os-plugins/plugins/vmchooser/XX_vmchooser.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index 716c42f8..23ef4611 100644
--- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -17,11 +17,7 @@ CONFFILE="/initramfs/plugin-conf/vmchooser.conf"
if [ -e $CONFFILE ]; then
. $CONFFILE
if [ $vmchooser_active -ne 0 ] ; then
- [ $DEBUGLEVEL -gt 0 ] && echo "vmchooser: copying default .desktop file ..."
- # we expect to have this directory to be interpreted by gdm/kdm
- testmkd /mnt/etc/X11/sessions
- cp /mnt/opt/openslx/plugin-repo/vmchooser/default.desktop \
- /mnt/etc/X11/sessions/
+ [ $DEBUGLEVEL -gt 0 ] && echo "vmchooser: copying stage3 configuration file ..."
testmkd /mnt/etc/opt/openslx
cp $CONFFILE /mnt/etc/opt/openslx/vmchooser-stage3.conf