Skip to content

Commit

Permalink
Merge pull request #36 from jage/openbsd-7.2
Browse files Browse the repository at this point in the history
OpenBSD 7.2
  • Loading branch information
Chrizpy authored Feb 22, 2023
2 parents 47d176d + 2174cc7 commit e593f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbsd/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mirror": "https://fastly.cdn.openbsd.org",
"boot_wait": "30s",
"major_version": "7",
"minor_version": "1"
"minor_version": "2"
},
"provisioners": [
{
Expand Down Expand Up @@ -46,7 +46,7 @@
"disk_size": 10140,
"guest_additions_mode": "disable",
"guest_os_type": "OpenBSD_64",
"iso_checksum": "sha256:d3a7c5b9bf890bc404304a1c96f9ee72e1d9bbcf9cc849c1133bdb0d67843396",
"iso_checksum": "sha256:0369ef40a3329efcb978c578c7fdc7bda71e502aecec930a74b44160928c91d3",
"iso_url": "{{user `mirror`}}/pub/OpenBSD/{{user `major_version`}}.{{user `minor_version`}}/amd64/install{{user `major_version`}}{{user `minor_version`}}.iso",
"output_directory": "packer-openbsd-{{user `major_version`}}.{{user `minor_version`}}-amd64-virtualbox",
"shutdown_command": "/sbin/halt -p",
Expand Down

0 comments on commit e593f52

Please sign in to comment.