Skip to content

Commit 6f454f1

Browse files
committed
focal/packer expects serial console.
1 parent 2e7d88a commit 6f454f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkins/ovf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
["modifyvm", "{{.Name}}", "--memory", "2048"],
1515
["modifyvm", "{{.Name}}", "--cpus", "2"],
1616
["modifyvm", "{{.Name}}", "--nic1", "nat", "--nictype1", "virtio"],
17-
["modifyvm", "{{.Name}}", "--uart1", "0x3f8", "4", "--uartmode1", "disconnected"]
17+
["modifyvm", "{{.Name}}", "--uart1", "0x3f8", "4", "--uartmode1", "file", "/tmp/packer-build-logs"]
1818
]
1919
}],
2020
"post-processors": [

0 commit comments

Comments
 (0)