Skip to content

Commit

Permalink
Merge pull request #683 from chef/omnios
Browse files Browse the repository at this point in the history
Get omnios boxes building again
  • Loading branch information
tas50 committed Oct 21, 2016
2 parents 3d9525b + ca99ea9 commit df73d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions omnios-r151014.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
"execute_command": "export {{.Vars}} && sh '{{.Path}}'",
"scripts": [
"scripts/common/metadata.sh",
"scripts/omnios/vmtools.sh",
"scripts/common/virtualbox.sh",
"scripts/common/vmware.sh",
"scripts/common/parallels.sh",
"scripts/omnios/postinstall.sh"
],
"type": "shell"
Expand All @@ -223,7 +225,7 @@
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "16fd303c81521db72fe6b0b5e891cffb5f9caa60",
"iso_checksum": "a19c8b0c0b84d4903ea697c5038249dcfb64efd5",
"iso_checksum_type": "sha1",
"iso_name": "OmniOS_Text_r151014.iso",
"memory": "1024",
Expand Down
6 changes: 4 additions & 2 deletions omnios-r151018.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
"execute_command": "export {{.Vars}} && sh '{{.Path}}'",
"scripts": [
"scripts/common/metadata.sh",
"scripts/omnios/vmtools.sh",
"scripts/common/virtualbox.sh",
"scripts/common/vmware.sh",
"scripts/common/parallels.sh",
"scripts/omnios/postinstall.sh"
],
"type": "shell"
Expand All @@ -223,7 +225,7 @@
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "5378cfdf9c7197c886231eb622bd9b19de597dba",
"iso_checksum": "accb4dec37021e47414c6b64929ef1b8e1f2d6d9",
"iso_checksum_type": "sha1",
"iso_name": "OmniOS_Text_r151018.iso",
"memory": "1024",
Expand Down

0 comments on commit df73d6b

Please sign in to comment.