From: Tom Rini Date: Tue, 8 Aug 2017 17:37:41 +0000 (-0400) Subject: Have basebuild-local-kvm work without DISPLAY X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7912d75a0a059d6b1259540f155d7f9be351ceae;p=ci-management.git 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 --- 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",