Skip to content

Commit

Permalink
Adjustable boot time variable
Browse files Browse the repository at this point in the history
By setting it in a variable I can increase it on my, very old and slow, non-M1,
Mac to build images.

It should not affect default behaviour, will default to 30s as before.
  • Loading branch information
jage committed Feb 21, 2023
1 parent 9a0ac1a commit c51f973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openbsd/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"mirror": "https://fastly.cdn.openbsd.org",
"boot_wait": "30s",
"major_version": "7",
"minor_version": "1"
},
Expand Down Expand Up @@ -41,7 +42,7 @@
"EOF<enter>",
"install -af install.conf && reboot<enter>"
],
"boot_wait": "30s",
"boot_wait": "{{user `boot_wait`}}",
"disk_size": 10140,
"guest_additions_mode": "disable",
"guest_os_type": "OpenBSD_64",
Expand Down

0 comments on commit c51f973

Please sign in to comment.