From c00e2aff2c048538300c685437caaf0132ec2e91 Mon Sep 17 00:00:00 2001 From: Tomas Papan Date: Sun, 17 Apr 2016 14:30:20 +0200 Subject: [PATCH] Add a headless option in arch-template --- arch-template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-template.json b/arch-template.json index f2bdcfa..b5868bf 100644 --- a/arch-template.json +++ b/arch-template.json @@ -48,7 +48,8 @@ "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_timeout": "{{ user `ssh_timeout` }}", - "shutdown_command": "sudo systemctl start poweroff.timer" + "shutdown_command": "sudo systemctl start poweroff.timer", + "headless" : "{{ user `headless`}}" }, { "type": "vmware-iso",