diff options
author | Jonathan Bauer | 2020-01-23 12:43:45 +0100 |
---|---|---|
committer | Jonathan Bauer | 2020-01-23 12:43:45 +0100 |
commit | 451f15fb08cae75b72ea8b2e86f47aec8c0dc9da (patch) | |
tree | 411426f7ee155bb308623f56d7475951568762de | |
parent | Makefile: fix default dir name for ansible-dracut (diff) | |
download | packer-templates-451f15fb08cae75b72ea8b2e86f47aec8c0dc9da.tar.gz packer-templates-451f15fb08cae75b72ea8b2e86f47aec8c0dc9da.tar.xz packer-templates-451f15fb08cae75b72ea8b2e86f47aec8c0dc9da.zip |
centos-7-x86_64.json: fix missing boot_wait
wtf this must have been broken for a while?
-rw-r--r-- | centos-7-x86_64.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/centos-7-x86_64.json b/centos-7-x86_64.json index 9cfeb29..94592df 100644 --- a/centos-7-x86_64.json +++ b/centos-7-x86_64.json @@ -5,6 +5,7 @@ "iso_checksum_url": "{{ user `iso_base_url` }}/sha256sum.txt", "iso_checksum_type": "sha256", "vm_name": "centos-7-x86_64", + "boot_wait": "5s", "http_dir": "http", "kickstart_path": "centos-7/anaconda-ks.cfg", "shutdown_command": "systemctl poweroff", |