summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/resources
diff options
context:
space:
mode:
authorJonathan Bauer2014-12-03 16:42:30 +0100
committerJonathan Bauer2014-12-03 16:42:30 +0100
commit9a516660027565dba812df7337ea461e241b0b03 (patch)
treee9c230aaf7cc9161d3271da5ee5675aa7c947879 /dozentenmodul/src/main/resources
parent• minor changes (diff)
downloadtutor-module-9a516660027565dba812df7337ea461e241b0b03.tar.gz
tutor-module-9a516660027565dba812df7337ea461e241b0b03.tar.xz
tutor-module-9a516660027565dba812df7337ea461e241b0b03.zip
[client] read the hardware version from the vmdk file and use it in the vmx.
Diffstat (limited to 'dozentenmodul/src/main/resources')
-rwxr-xr-xdozentenmodul/src/main/resources/txt/vmx_template2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/resources/txt/vmx_template b/dozentenmodul/src/main/resources/txt/vmx_template
index bc576e27..1b666d2f 100755
--- a/dozentenmodul/src/main/resources/txt/vmx_template
+++ b/dozentenmodul/src/main/resources/txt/vmx_template
@@ -11,7 +11,7 @@ monitor.virtual_mmu = "automatic"
monitor.virtual_exec = "automatic"
# id
-virtualHW.version = "7"
+virtualHW.version = "%VM_HW_VERSION%"
displayName = "%VM_DISPLAY_NAME%"
guestOS = "%VM_GUEST_OS%"