Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Aug 29, 2016
1 parent bed79f8 commit bd2ba6e
Show file tree
Hide file tree
Showing 25 changed files with 1,719 additions and 1,503 deletions.
2 changes: 1 addition & 1 deletion dumpsmc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
The MIT License (MIT)
Copyright (c) 2014-2015 Dave Parsons
Copyright (c) 2014-2016 Dave Parsons
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
Expand Down
4 changes: 2 additions & 2 deletions esxi-install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
set -e

echo VMware Unlocker 2.0.8
echo VMware Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
4 changes: 2 additions & 2 deletions esxi-uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
set -e

echo VMware Unlocker 2.0.8
echo VMware Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
2 changes: 1 addition & 1 deletion gettools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Dave Parsons
Copyright (c) 2015-2016 Dave Parsons
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
Expand Down
4 changes: 2 additions & 2 deletions lnx-install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.8
echo VMware Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
4 changes: 2 additions & 2 deletions lnx-uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.8
echo VMware Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
4 changes: 2 additions & 2 deletions lnx-update-tools.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -e

echo VMware Get OS X Tools 2.0.8
echo VMware Get OS X Tools 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2015-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
13 changes: 9 additions & 4 deletions local-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -e
set -x

echo VMware ESXi 6.x Unlocker 2.0.8
echo VMware ESXi 6.x Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand All @@ -18,6 +18,8 @@ fi
# Create new RAM disk and map to /unlocker
logger -t unlocker Creating RAM disk
mkdir /unlocker
mkdir /unlocker/lib
mkdir /unlocker/lib64
localcli system visorfs ramdisk add -m 100 -M 100 -n unlocker -p 0755 -t /unlocker

# Copy the vmx files
Expand All @@ -36,9 +38,12 @@ rm -fv /bin/vmx-stats
ln -s /unlocker/vmx-stats /bin/vmx-stats

# Copy the libvmkctl.so file
cp /lib/libvmkctl.so /unlocker
cp /lib/libvmkctl.so /unlocker/lib
rm -fv /lib/libvmkctl.so
ln -s /unlocker/libvmkctl.so /lib/libvmkctl.so
ln -s /unlocker/lib/libvmkctl.so /lib/libvmkctl.so
cp /lib64/libvmkctl.so /unlocker/lib64
rm -fv /lib64/libvmkctl.so
ln -s /unlocker/lib64/libvmkctl.so /lib64/libvmkctl.so

# Patch the vmx files
logger -t unlocker Patching vmx files
Expand Down
4 changes: 2 additions & 2 deletions osx-install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.8
echo VMware Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
4 changes: 2 additions & 2 deletions osx-uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.8
echo VMware Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-15
echo Copyright: Dave Parsons 2011-16

# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Mac OS X Unlocker for VMware V2.0
1. Introduction
---------------

Unlocker 2 is designed for Workstation 11, Player 7, ESXi 6 and Fusion 7.
Unlocker 2 is designed for Workstation 11/12, Player 7/12, ESXi 6 and Fusion 7/8.

If you are using an earlier product please continue using Unlocker 1

Expand Down Expand Up @@ -147,5 +147,6 @@ History
- Get latest VMware tools command
- Removed firmware files
- Moved to PyInstaller 3.0
14/11/15 2.0.9 - Fix ESXI 6.5 libvmkctl.so patching for 32 and 64-bit versions

(c) 2011-2015 Dave Parsons
(c) 2011-2016 Dave Parsons
Loading

0 comments on commit bd2ba6e

Please sign in to comment.