macinbox 4.0.0 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e40b892a4d63ec18488766757893eddf3898a0695a525580aabdc402f155be34
4
- data.tar.gz: b35b4e53f984f36556ab5ad6b65f196e20e3dd34c88c69b6471d686b7e750638
3
+ metadata.gz: 46e2cfdb8a9c76d13ea099238939bdedcec98edfd1a3f791ab0287517c3b22d1
4
+ data.tar.gz: fc0edb1c47757d08578f611fa6c9dddc6fcaa270b0a83a07c28651e0d3a7f84c
5
5
  SHA512:
6
- metadata.gz: 0130a5bc6662282a236118d5cb81a45d49e17190338eb5a1bfffcc577b477911f66a73ab14738cc9617da97369b24ef802e04d0854383165d609c304f8772bc7
7
- data.tar.gz: b91da886b38a12928bcb4e115351c8c07e79138af73aecd369c79485377770b665be160dcda5f4bafea37b2336ef566465f7c366db9a4596aa85d92a70a422e6
6
+ metadata.gz: 26d4eae4f376a74da25f03832f1c98339d03141edcc1725369812cb4e001c0139a995ff5e45827619bbcbe74e07b7b4e0e8a68918b428df4c5f334c3b64526d1
7
+ data.tar.gz: ffc40a0105fab49330f339d6009fbb28889df6eee3929d2de1db9ea34336879ddf08a06e97d26b247dc3705e6654c4789bb2de6784d3c28c16a916d8f76b112b
@@ -1,3 +1,9 @@
1
+ ## 4.1.0 (April 21, 2020)
2
+
3
+ FEATURES:
4
+
5
+ - Re-enable installation of VMware Tools on Catalina. [GH-45]
6
+
1
7
  ## 4.0.0 (November 12, 2019)
2
8
 
3
9
  FEATURES:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- macinbox (4.0.0)
4
+ macinbox (4.1.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -24,19 +24,19 @@ The following software is required. Versions other than those mentioned may work
24
24
 
25
25
  To boot a box created by `macinbox` you will need Vagrant:
26
26
 
27
- * [Vagrant 2.2.5](https://www.vagrantup.com/)
27
+ * [Vagrant 2.2.7](https://www.vagrantup.com/)
28
28
 
29
29
  ### macOS Installer
30
30
 
31
31
  To create a box you will need a macOS installer application. If you are using a Catalina host you must use a Catalina installer:
32
32
 
33
- * [macOS Catalina installer application](http://appstore.com/mac/macoscatalina) Tested with 10.15, 10.15.1
33
+ * [macOS Catalina installer application](https://apps.apple.com/us/app/macos-catalina/id1466841314?ls=1&mt=12) Tested with 10.15, 10.15.1, 10.15.3, 10.15.4
34
34
 
35
35
  Catalina hosts cannot use earlier (e.g. macOS 10.14 Mojave) installers, and Mojave hosts cannot use Catalina installers.
36
36
 
37
37
  If you are using a Mojave host you should use a Mojave installer:
38
38
 
39
- * [macOS Mojave installer application](http://appstore.com/mac/macosmojave) Tested with 10.14.3, 10.14.4, 10.14.5, 10.14.6
39
+ * [macOS Mojave installer application](https://apps.apple.com/us/app/macos-mojave/id1398502828?ls=1&mt=12) Tested with 10.14.3, 10.14.4, 10.14.5, 10.14.6
40
40
 
41
41
  It is recommended that you use the same version for the host and the installer, but previous versions of the macOS installer (e.g. macOS 10.13 High Sierra) may also work with Mojave hosts, and vice-versa.
42
42
 
@@ -50,21 +50,21 @@ One of the following virtualization applications is required:
50
50
 
51
51
  To create and boot a box in the 'vmware_fusion' or 'vmware_desktop' formats you will need:
52
52
 
53
- * [VMware Fusion Pro 11.5.1](http://www.vmware.com/products/fusion.html)
53
+ * [VMware Fusion Pro 11.5.3](http://www.vmware.com/products/fusion.html)
54
54
  * [Vagrant VMware Desktop Provider 2.0.3](https://www.vagrantup.com/vmware/)
55
55
 
56
56
  #### Parallels Desktop
57
57
 
58
58
  To create and boot a box in the 'parallels' format you will need:
59
59
 
60
- * [Parallels Desktop 15 for Mac Pro Edition 15.0.0](https://www.parallels.com/products/desktop/)
60
+ * [Parallels Desktop 15 for Mac Pro Edition 15.1.4](https://www.parallels.com/products/desktop/)
61
61
  * [Vagrant Parallels Provider 2.0.1](https://parallels.github.io/vagrant-parallels/)
62
62
 
63
63
  #### VirtualBox
64
64
 
65
65
  To create and boot a box in the 'virtualbox' format you will need:
66
66
 
67
- * [VirtualBox 6.0.12 with the extension pack](https://www.virtualbox.org)
67
+ * [VirtualBox 6.1.6 with the extension pack](https://www.virtualbox.org)
68
68
 
69
69
  ## Installation
70
70
 
@@ -164,7 +164,7 @@ This tool performs the following actions:
164
164
  1. Wraps the installer app in a disk image
165
165
  1. Creates a new blank disk image
166
166
  1. Installs macOS
167
- 1. Installs the VMware or Parallels tools (Note: VMware Tools installation is skipped on Catalina because it is not working)
167
+ 1. Installs the VMware or Parallels tools
168
168
  1. (VMware only) Updates the SystemPolicyConfiguration KextPolicy to allow the VMware tools kernel extension to load automatically
169
169
  1. Adds an .InstallerConfiguration file to automate the Setup Assistant app and create a user account on first boot
170
170
  1. Enables password-less sudo
@@ -36,10 +36,8 @@ module Macinbox
36
36
  create_temp_dir
37
37
  copy_input_image
38
38
  attach_image
39
- if @macos_version.is_mojave_or_earlier?
40
- install_vmware_tools
41
- set_spc_kextpolicy
42
- end
39
+ set_spc_kextpolicy
40
+ install_vmware_tools
43
41
  eject_image
44
42
  convert_image
45
43
  save_image
@@ -123,6 +121,8 @@ module Macinbox
123
121
  pipe.write <<~EOF
124
122
  PRAGMA foreign_keys=OFF;
125
123
  BEGIN TRANSACTION;
124
+ INSERT OR REPLACE INTO kext_load_history_v3 VALUES('/Library/Extensions/VMwareGfx.kext','EG7KH642X6','com.vmware.kext.VMwareGfx','F5E8FB21-EE9B-47F0-9C9C-FD6C4E41AC99','2020-04-13 16:29:03','2020-04-13 16:30:58',55);
125
+ INSERT OR REPLACE INTO kext_load_history_v3 VALUES('/Library/Application Support/VMware Tools/vmhgfs.kext','EG7KH642X6','com.vmware.kext.vmhgfs','F5E8FB21-EE9B-47F0-9C9C-FD6C4E41AC99','2020-04-13 16:29:04','2020-04-13 16:29:45',53);
126
126
  INSERT OR REPLACE INTO kext_policy VALUES('EG7KH642X6','com.vmware.kext.VMwareGfx',1,'VMware, Inc.',1);
127
127
  INSERT OR REPLACE INTO kext_policy VALUES('EG7KH642X6','com.vmware.kext.vmmemctl',1,'VMware, Inc.',1);
128
128
  INSERT OR REPLACE INTO kext_policy VALUES('EG7KH642X6','com.vmware.kext.vmhgfs',1,'VMware, Inc.',1);
@@ -1,3 +1,3 @@
1
1
  module Macinbox
2
- VERSION = "4.0.0"
2
+ VERSION = "4.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: macinbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Kramer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-13 00:00:00.000000000 Z
11
+ date: 2020-04-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: