Skip to content
Snippets Groups Projects
Commit 7e277a7a authored by Zdenek Vydra's avatar Zdenek Vydra
Browse files

update debian.json for newer packer version

parent 2823780a
No related branches found
No related tags found
No related merge requests found
{
"_comment": "qemu at MacOS doesn't support kvm accelerator, it will use the default accelerator, if no accelerator is defined",
"_comment": "qemu at MacOS doesn't come with SDL support, use_default_display must be set to true",
"__comment": "qemu at MacOS doesn't come with SDL support, use_default_display must be set to true",
"builders": [
{
"accelerator": "kvm",
"use_default_display": "true",
"boot_command": [
"<esc><wait>",
"install",
......@@ -137,7 +136,7 @@
{
"type": "vagrant",
"output" : "target-vbox/debian.box",
"except": ["debian-qemu"]
"only": ["debian-vbox"]
}
],
"variables": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment