summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/XX_vmchooser.sh
diff options
context:
space:
mode:
authorVolker Uhrig2008-09-14 18:34:48 +0200
committerVolker Uhrig2008-09-14 18:34:48 +0200
commita5429bbd7af607f64228239d3ff7179c9b74f8a9 (patch)
tree6d358fe6617459a046ca54c79af460397c64fc29 /os-plugins/plugins/vmchooser/XX_vmchooser.sh
parent * bug fixes to linkage (diff)
downloadcore-a5429bbd7af607f64228239d3ff7179c9b74f8a9.tar.gz
core-a5429bbd7af607f64228239d3ff7179c9b74f8a9.tar.xz
core-a5429bbd7af607f64228239d3ff7179c9b74f8a9.zip
* untested fix of #264
* now we have an stage3 option called vmchooser::env * s/<tab>/ / to fit our whitespace rule git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2218 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/XX_vmchooser.sh')
-rw-r--r--os-plugins/plugins/vmchooser/XX_vmchooser.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index bdce3429..1df3b275 100644
--- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -17,12 +17,12 @@ CONFFILE="/initramfs/plugin-conf/vmchooser.conf"
if [ -e $CONFFILE ]; then
. $CONFFILE
if [ $vmchooser_active -ne 0 ] ; then
- [ $DEBUGLEVEL -gt 0 ] && echo "executing the 'vmchooser' os-plugin ..."
- [ $DEBUGLEVEL -gt 0 ] && echo "copying default .desktop file ..."
+ [ $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/
+ cp $CONFFILE /mnt/opt/openslx/plugin-repo/vmchooser/stage3.conf
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'vmchooser' os-plugin ..."
fi
fi