summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorMichael Janczyk2009-03-20 16:53:57 +0100
committerMichael Janczyk2009-03-20 16:53:57 +0100
commitd02762d84cf473207cc924a7c3508a7b0f16ea00 (patch)
tree9b80a34a647aaf89473fddf4050b7349d0e5976f /os-plugins/plugins/vmchooser/files/run-virt.sh
parent* in an attempt to solve #399 (and #398), we now mount the host's perl core (diff)
downloadcore-d02762d84cf473207cc924a7c3508a7b0f16ea00.tar.gz
core-d02762d84cf473207cc924a7c3508a7b0f16ea00.tar.xz
core-d02762d84cf473207cc924a7c3508a7b0f16ea00.zip
vmchooser: if you start from a dm you do not want to hear that a dm is already started
vmware: shorter check for vmware-images. check for flat images removed, because now only the first 30 lines are checked. and flat images can't be started without a header-vmdk anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2750 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/files/run-virt.sh b/os-plugins/plugins/vmchooser/files/run-virt.sh
index c0cad9d7..87d7abf3 100644
--- a/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -236,7 +236,7 @@ if [ -e /etc/opt/openslx/run-${virt_mach}.include ] ; then
echo "EdgeScroll 0 0" > ${redodir}/fvwm
fvwm2 -f ${redodir}/fvwm >/dev/null 2>&1 &
else
- $dm &
+ $dm >/dev/null 2>&1 &
fi
break
fi