Skip to content

Commit

Permalink
Update to OpenBSD 6.2
Browse files Browse the repository at this point in the history
Close #16
  • Loading branch information
jage committed Dec 6, 2017
1 parent c40f64f commit 47bfa4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openbsd/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ftp_proxy": "{{env `ftp_proxy`}}",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"mirror": "https://ftp.su.se"
"mirror": "https://ftp.eu.openbsd.org"
},
"provisioners": [
{
Expand Down Expand Up @@ -44,10 +44,10 @@
"disk_size": 10140,
"guest_additions_mode": "disable",
"guest_os_type": "OpenBSD_64",
"iso_checksum": "dfb4bf2408d993645ef9560e6913be48ca6e854322c42156954d4da93d450fd9",
"iso_checksum": "b7994d29c7db3087db65158901d700fb7d10500b9b7496c1d86b285cabce0a2b",
"iso_checksum_type": "sha256",
"iso_url": "{{user `mirror`}}/pub/OpenBSD/6.1/amd64/install61.iso",
"output_directory": "packer-openbsd-6.1-amd64-virtualbox",
"iso_url": "{{user `mirror`}}/pub/OpenBSD/6.2/amd64/install62.iso",
"output_directory": "packer-openbsd-6.2-amd64-virtualbox",
"shutdown_command": "/sbin/halt -p",
"ssh_username": "root",
"ssh_password": "vagrant",
Expand All @@ -58,13 +58,13 @@
[ "modifyvm", "{{.Name}}", "--cpus", "1" ]
],
"virtualbox_version_file": ".vbox_version",
"vm_name": "openbsd-6.1-amd64"
"vm_name": "openbsd-6.2-amd64"
}
],
"post-processors": [
[{
"type": "vagrant",
"output": "openbsd-6.1-amd64-{{.Provider}}.box",
"output": "openbsd-6.2-amd64-{{.Provider}}.box",
"vagrantfile_template": "Vagrantfile.template"
}]
],
Expand Down

0 comments on commit 47bfa4e

Please sign in to comment.