diff --git a/omnios-r151014.json b/omnios-r151014.json index 897d98b7a..de9e3c415 100644 --- a/omnios-r151014.json +++ b/omnios-r151014.json @@ -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" @@ -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", diff --git a/omnios-r151018.json b/omnios-r151018.json index e0893adb1..557c9a288 100644 --- a/omnios-r151018.json +++ b/omnios-r151018.json @@ -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" @@ -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",