summaryrefslogtreecommitdiffstats
path: root/centos-7.3-x86_64.json
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-08 17:25:40 +0100
committerJonathan Bauer2018-02-08 17:25:40 +0100
commit9c45cf084fd61035d3fd6d5ffa3ef99209ffaeaa (patch)
tree3c385097fc9e2e2f4164aae87395535cd2e8d2ef /centos-7.3-x86_64.json
parentMakefile: simplify BUILDER selection (diff)
downloadpacker-templates-9c45cf084fd61035d3fd6d5ffa3ef99209ffaeaa.tar.gz
packer-templates-9c45cf084fd61035d3fd6d5ffa3ef99209ffaeaa.tar.xz
packer-templates-9c45cf084fd61035d3fd6d5ffa3ef99209ffaeaa.zip
[centos-7.3] explicitly use kvm accel for qemu
Diffstat (limited to 'centos-7.3-x86_64.json')
-rw-r--r--centos-7.3-x86_64.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/centos-7.3-x86_64.json b/centos-7.3-x86_64.json
index e355beb..faaddbe 100644
--- a/centos-7.3-x86_64.json
+++ b/centos-7.3-x86_64.json
@@ -11,6 +11,7 @@
},
"builders": [{
"type": "qemu",
+ "accelerator": "kvm",
"iso_url": "{{ user `iso_url` }}",
"iso_checksum": "{{ user `iso_checksum` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",