summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser
diff options
context:
space:
mode:
authorDirk2011-07-07 20:39:19 +0200
committerDirk2011-07-07 20:39:19 +0200
commit74ec9bad5b9c5f3f68e84188043103f2deeb2347 (patch)
tree3e5c4e3c556978e3c2dfcd892cc9793572c8675e /src/os-plugins/plugins/vmchooser
parentExtensions of the emufe plugin ... (diff)
downloadcore-74ec9bad5b9c5f3f68e84188043103f2deeb2347.tar.gz
core-74ec9bad5b9c5f3f68e84188043103f2deeb2347.tar.xz
core-74ec9bad5b9c5f3f68e84188043103f2deeb2347.zip
...
Diffstat (limited to 'src/os-plugins/plugins/vmchooser')
-rw-r--r--src/os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
index e38c0f19..154714c6 100644
--- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -214,7 +214,7 @@ xmlvirt=$(grep -o 'virtualmachine param=.*"' ${xmlfile} \
# choose the proper virtualization/emulator plugin
[ "x${xmlvirt}" != "x" -a "x${xmlvirt}" != "xqemukvm" -a \
"x${xmlvirt}" != "xvirtualbox" -a "x${xmlvirt}" != "xvmware" ] && \
- xmlvirt="emulator"
+ xmlvirt="emufe"
# make a guess from the filename extension if ${xmlvirt} is empty
# (not set within the XML file)