summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2017-07-23 13:46:49 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2017-07-23 13:46:49 +0900
commitec208d8eb6a3a746d1a1a5c361f6cdb5474fdd35 (patch)
treed0c9728a3b1fe9b1a8b02a4675b0e987cc0d304a
parent988f4c6e3c1c367d8adc8b2f14b59e89cb5ec2ce (diff)
downloadvyos-build-ec208d8eb6a3a746d1a1a5c361f6cdb5474fdd35.tar.gz
vyos-build-ec208d8eb6a3a746d1a1a5c361f6cdb5474fdd35.zip
Remove accelerator from packer template
When no accelerator is specified, Packer will try to use kvm if it is available but will default to tcg otherwise. See https://www.packer.io/docs/builders/qemu.html#accelerator
-rw-r--r--scripts/packer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/packer.json b/scripts/packer.json
index b09b9834..83df10c5 100644
--- a/scripts/packer.json
+++ b/scripts/packer.json
@@ -17,7 +17,6 @@
"disk_size": 4096,
"format": "raw",
"headless": true,
- "accelerator": "tcg",
"ssh_host_port_min": 2222,
"ssh_host_port_max": 2229,
"ssh_username": "vyos",