diff options
author | Jonathan Bauer | 2020-01-23 12:47:57 +0100 |
---|---|---|
committer | Jonathan Bauer | 2020-01-23 12:47:57 +0100 |
commit | 37f21cd111f1bba3cb21654c9c8f7b0a66314ce7 (patch) | |
tree | 4ac3719de38a5fe9bf0676e699a3b4121998ee82 | |
parent | centos-8: update to 1911 (diff) | |
download | packer-templates-37f21cd111f1bba3cb21654c9c8f7b0a66314ce7.tar.gz packer-templates-37f21cd111f1bba3cb21654c9c8f7b0a66314ce7.tar.xz packer-templates-37f21cd111f1bba3cb21654c9c8f7b0a66314ce7.zip |
centos-8: fix missing boot_wait
-rw-r--r-- | centos-8-x86_64.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/centos-8-x86_64.json b/centos-8-x86_64.json index 54aa729..8866b02 100644 --- a/centos-8-x86_64.json +++ b/centos-8-x86_64.json @@ -5,6 +5,7 @@ "iso_checksum_url": "{{ user `iso_base_url` }}/CHECKSUM", "iso_checksum_type": "sha256", "vm_name": "centos-8-x86_64", + "boot_wait": "5s", "http_dir": "http", "kickstart_path": "centos-8/anaconda-ks.cfg", "shutdown_command": "systemctl poweroff", |