Commit 3fc00a2d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: auto-answer dialogs [GH-393]

parent b15ecba4
...@@ -21,6 +21,7 @@ IMPROVEMENTS: ...@@ -21,6 +21,7 @@ IMPROVEMENTS:
BUG FIXES: BUG FIXES:
* builder/vmware: Autoanswer VMware dialogs. [GH-393]
* command/inspect: Fix weird output for default values for optional vars. * command/inspect: Fix weird output for default values for optional vars.
## 0.3.6 (September 2, 2013) ## 0.3.6 (September 2, 2013)
......
...@@ -137,6 +137,7 @@ ide1:0.fileName = "{{ .ISOPath }}" ...@@ -137,6 +137,7 @@ ide1:0.fileName = "{{ .ISOPath }}"
ide1:0.deviceType = "cdrom-image" ide1:0.deviceType = "cdrom-image"
isolation.tools.hgfs.disable = "FALSE" isolation.tools.hgfs.disable = "FALSE"
memsize = "512" memsize = "512"
msg.autoAnswer = "true"
nvram = "{{ .Name }}.nvram" nvram = "{{ .Name }}.nvram"
pciBridge0.pciSlotNumber = "17" pciBridge0.pciSlotNumber = "17"
pciBridge0.present = "TRUE" pciBridge0.present = "TRUE"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment