From ec208d8eb6a3a746d1a1a5c361f6cdb5474fdd35 Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Sun, 23 Jul 2017 13:46:49 +0900 Subject: 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 --- scripts/packer.json | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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", -- cgit v1.2.3