Have basebuild-local-kvm work without DISPLAY 63/10563/1
authorTom Rini <trini@konsulko.com>
Tue, 8 Aug 2017 17:37:41 +0000 (13:37 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 8 Aug 2017 17:41:51 +0000 (13:41 -0400)
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 <trini@konsulko.com>
packer/templates/basebuild-local-kvm.json

index 5f7f8f2..415f2b3 100644 (file)
@@ -21,7 +21,7 @@
 
       "disk_size": 20000,
       "format": "qcow2",
-      "headless": false,
+      "headless": true,
       "accelerator": "kvm",
 
       "http_directory": "httpdir",