summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorMichael Janczyk2009-05-07 18:15:08 +0200
committerMichael Janczyk2009-05-07 18:15:08 +0200
commit059f8a7a58f12ad522c02fe76f5e954700968044 (patch)
treecde0f83a15ced8e2a6e1b3192aeb24871f49d995 /os-plugins/plugins/vmchooser/files/run-virt.sh
parentbug not verifiable with vmplayer 2.5, causes only trouble, for vmware server ... (diff)
downloadcore-059f8a7a58f12ad522c02fe76f5e954700968044.tar.gz
core-059f8a7a58f12ad522c02fe76f5e954700968044.tar.xz
core-059f8a7a58f12ad522c02fe76f5e954700968044.zip
adding support for non-default netvork cards in vmware/vmchooser
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2847 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.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmchooser/files/run-virt.sh b/os-plugins/plugins/vmchooser/files/run-virt.sh
index 8c1ccabe..ee9c8124 100644
--- a/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -86,6 +86,7 @@ vmostype=$(grep -io "<os param=.*\"" ${xml} | awk -F "\"" '{ print $2 }')
# Definition of the networking the client system is connected to
network_kind=$(grep -io "<network param=.*\"" ${xml} | awk -F "\"" '{ print $2 }')
+network_card=$(grep -io "<netcard param=.*\"" ${xml} | awk -F "\"" '{ print $2 }')
# Serial/parallel ports defined (e.g. "ttyS0" or "autodetect")
serial=$(grep -io "<serialport param=.*\"" ${xml} | awk -F "\"" '{ print $2 }')