You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/05/30 11:42:47 UTC

[cloudstack] branch master updated: Updated vmware virtual hardware version in systemvmtemplate build script (#3921)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 27e7637  Updated vmware virtual hardware version in systemvmtemplate build script (#3921)
27e7637 is described below

commit 27e7637b0291b29e969c84f62e374df526d79af3
Author: Spaceman1984 <49...@users.noreply.github.com>
AuthorDate: Sat May 30 13:42:34 2020 +0200

    Updated vmware virtual hardware version in systemvmtemplate build script (#3921)
    
    Updated vmware virtual hardware version in systemvmtemplate build script
---
 tools/appliance/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index 25d73f1..1c83f9a 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -227,7 +227,7 @@ function stage_vmx() {
 displayname = "${1}"
 annotation = "${1}"
 guestos = "otherlinux-64"
-virtualHW.version = "8"
+virtualHW.version = "11"
 config.version = "8"
 numvcpus = "1"
 cpuid.coresPerSocket = "1"