diff --git a/debian/wheezy64.erb b/debian/wheezy64.erb index 6d68080..a84c2fb 100644 --- a/debian/wheezy64.erb +++ b/debian/wheezy64.erb @@ -19,7 +19,12 @@ "builders": [{ "name": "wheezy64-<%= @type %>", "type": "<%= @target %>", + <%- if @target == "vmware" -%> + "guest_os_type": "debian7-64", + "tools_upload_flavor": "linux", + <%- else -%> "guest_os_type": "Debian_64", + <%- end -%> "headless": true, "iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/amd64/iso-cd/debian-7.2.0-amd64-netinst.iso",