commit | 019c5d4d59f9a93308c2dcb90d5d4afa23226f66 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 18:59:15 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 18:59:15 2015 +0200 |
tree | 6ea465788454ac2709f0c1c494405ea49a014867 | |
parent | a55513de95badebf45f382dfa84bb032252ab08b [diff] |
Build virtualbox images headless
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json index 7296c3c..32a28e1 100644 --- a/ubuntu-14.04/template.json +++ b/ubuntu-14.04/template.json
@@ -132,6 +132,7 @@ "ssh_port": 22, "ssh_wait_timeout": "10000s", "shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -P now", + "headless": true, "vboxmanage": [ [ "modifyvm", "{{.Name}}", "--memory", "1024" ], [ "modifyvm", "{{.Name}}", "--cpus", "2" ]