From 7912d75a0a059d6b1259540f155d7f9be351ceae Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 8 Aug 2017 13:37:41 -0400 Subject: Have basebuild-local-kvm work without DISPLAY packer is quite happy to work without DISPLAY and still have VNC up so that if needed a connection to the display can be made. Change-Id: Iae93aec9e9c1421a25dc719300bd4afec54cc533 Signed-off-by: Tom Rini --- packer/templates/basebuild-local-kvm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/templates/basebuild-local-kvm.json b/packer/templates/basebuild-local-kvm.json index 5f7f8f2f..415f2b38 100644 --- a/packer/templates/basebuild-local-kvm.json +++ b/packer/templates/basebuild-local-kvm.json @@ -21,7 +21,7 @@ "disk_size": 20000, "format": "qcow2", - "headless": false, + "headless": true, "accelerator": "kvm", "http_directory": "httpdir", -- cgit 1.2.3-korg