mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-08-04 00:32:20 +00:00
Add a headless option in arch-template
This commit is contained in:
parent
9c14206b34
commit
c00e2aff2c
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue