diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-08 13:37:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-08 13:41:51 -0400 |
commit | 7912d75a0a059d6b1259540f155d7f9be351ceae (patch) | |
tree | e2bc1797df56c9197befc02b1f9beea83f752a1d /packer/templates/basebuild-local-kvm.json | |
parent | 98a2d145f85620f651d6ca862f81d2d1207f867a (diff) |
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 <trini@konsulko.com>
Diffstat (limited to 'packer/templates/basebuild-local-kvm.json')
-rw-r--r-- | packer/templates/basebuild-local-kvm.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |