workaround missing SDL by preferring GTK for output

https://github.com/hashicorp/packer/issues/6136
This commit is contained in:
Brent Cook 2018-07-25 20:38:10 -05:00
parent 4e27eda152
commit 1f722aa0c3
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,8 @@
"vm_name": "metasploitable3-ub1404", "vm_name": "metasploitable3-ub1404",
"qemuargs": [ "qemuargs": [
["-m", "4096"], ["-m", "4096"],
["-smp", "2"] ["-smp", "2"],
["-display", "gtk"]
] ]
} }
], ],

View File

@ -135,7 +135,8 @@
], ],
"qemuargs": [ "qemuargs": [
["-m", "4096"], ["-m", "4096"],
["-smp", "2"] ["-smp", "2"],
["-display", "gtk"]
] ]
} }
], ],