We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7d88a commit 6f454f1Copy full SHA for 6f454f1
Jenkins/ovf.json
@@ -14,7 +14,7 @@
14
["modifyvm", "{{.Name}}", "--memory", "2048"],
15
["modifyvm", "{{.Name}}", "--cpus", "2"],
16
["modifyvm", "{{.Name}}", "--nic1", "nat", "--nictype1", "virtio"],
17
- ["modifyvm", "{{.Name}}", "--uart1", "0x3f8", "4", "--uartmode1", "disconnected"]
+ ["modifyvm", "{{.Name}}", "--uart1", "0x3f8", "4", "--uartmode1", "file", "/tmp/packer-build-logs"]
18
]
19
}],
20
"post-processors": [
0 commit comments