Disable HW acceleration on virtualbox-iso
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 7d58a32..0c338f7 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -138,7 +138,9 @@
[ "modifyvm", "{{.Name}}", "--cpus", "2" ],
[ "modifyvm", "{{.Name}}", "--vrde", "on" ],
[ "modifyvm", "{{.Name}}", "--vrdeport", "5000-5050" ],
- [ "modifyvm", "{{.Name}}", "--vrdeaddress", "127.0.0.1" ]
+ [ "modifyvm", "{{.Name}}", "--vrdeaddress", "127.0.0.1" ],
+ [ "modifyvm", "{{.Name}}", "--vhwvirtex", "off" ],
+ [ "modifyvm", "{{.Name}}", "--vtxvpid", "off" ]
]
},
{