summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-07-21 15:16:27 +0200
committerSebastian Schmelzer2011-07-21 15:16:27 +0200
commit7cdaf5af7e8bba53562b0cf61fb40b4795b71542 (patch)
tree18db1af8010486a1ddbac13425dce261c95ef0d5 /src/os-plugins/plugins/vmchooser/files/run-virt.sh
parentfix enables two vms running parallel (diff)
parentEmulation stuff ... (diff)
downloadcore-7cdaf5af7e8bba53562b0cf61fb40b4795b71542.tar.gz
core-7cdaf5af7e8bba53562b0cf61fb40b4795b71542.tar.xz
core-7cdaf5af7e8bba53562b0cf61fb40b4795b71542.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'src/os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--src/os-plugins/plugins/vmchooser/files/run-virt.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
index bf62b404..d62a13ae 100644
--- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -248,15 +248,15 @@ elif [ -z "${xmlvirt}" ]; then
xmlvirt="qemukvm"
;;
*)
- xmlvirt="emulator"
+ xmlvirt="emufe"
;;
esac
writelog "result:\t${xmlvirt}"
fi
# Definition of the client system
-vmostype=$(grep -io '<os param=.*"' ${xmlfile} | awk -F '"' '{ print $2 }' \
- | tr "[A-Z]" "[a-z]")
+vmostype=$(grep -io '<os param=.*"' ${xmlfile} | awk -F '"' '{ print $2 }' |\
+ tr "[A-Z]" "[a-z]")
# Definition of the networking the client system is connected to
network_kind=$(grep -io '<network param=.*"' ${xmlfile} \