summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorMichael Janczyk2009-11-03 20:34:13 +0100
committerMichael Janczyk2009-11-03 20:34:13 +0100
commit9313292708570f1b7786a2bb092345003e5a7969 (patch)
treea004f0c776a8607c52346d03147a4eab4e9bd181 /os-plugins
parentwrong path fixed (diff)
downloadcore-9313292708570f1b7786a2bb092345003e5a7969.tar.gz
core-9313292708570f1b7786a2bb092345003e5a7969.tar.xz
core-9313292708570f1b7786a2bb092345003e5a7969.zip
hopefully last fix :(
forgotten prefix /mnt git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3188 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmchooser/XX_vmchooser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index 1a16f84e..4f656478 100644
--- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -30,7 +30,7 @@ if [ -e $CONFFILE ]; then
testmkd ${PLUGINCONFDIR}/fd-loop 1777
cp $CONFFILE ${PLUGINCONFDIR}/vmchooser.conf
# TODO: remove vmchooser-stage3.conf when vmchooser path adapted
- cp $CONFFILE ${OPENSLX_DEFAULT_CONFDIR}/vmchooser-stage3.conf
+ cp $CONFFILE /mnt/${OPENSLX_DEFAULT_CONFDIR}/vmchooser-stage3.conf
ln -s ${PLUGINDIR}/run-virt.sh ${BINDIR}/run-virt.sh
ln -s ${PLUGINDIR}/vmchooser ${BINDIR}/vmchooser