summaryrefslogtreecommitdiffstats
path: root/centos-7.4-x86_64.json
diff options
context:
space:
mode:
authorManuel Messner2018-02-07 13:25:12 +0100
committerJonathan Bauer2018-02-07 14:58:51 +0100
commitf89133d020bf7fcd4a013475a18db2a172992bc9 (patch)
tree916730ba71fbe044fd07e1db14731a4de50c932a /centos-7.4-x86_64.json
parentMakefile: fix indention (diff)
downloadpacker-templates-f89133d020bf7fcd4a013475a18db2a172992bc9.tar.gz
packer-templates-f89133d020bf7fcd4a013475a18db2a172992bc9.tar.xz
packer-templates-f89133d020bf7fcd4a013475a18db2a172992bc9.zip
centos-7.4-x86_64.json: use qemu with kvm
Diffstat (limited to 'centos-7.4-x86_64.json')
-rw-r--r--centos-7.4-x86_64.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/centos-7.4-x86_64.json b/centos-7.4-x86_64.json
index e5bb034..b4933b8 100644
--- a/centos-7.4-x86_64.json
+++ b/centos-7.4-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` }}",