builder/vmware: auto-answer dialogs [GH-393]
This commit is contained in:
parent
b15ecba4e7
commit
3fc00a2dfa
|
@ -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 }}"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue