From ac62f4e9721bed0fc87368a16cdb0c7906393d52 Mon Sep 17 00:00:00 2001 From: Dave Parsons Date: Mon, 29 Jun 2015 08:39:05 +0100 Subject: [PATCH] unlocker 2.0.6 --- dumpsmc.py | 2 +- esxi-install.sh | 3 +- esxi-uninstall.sh | 2 +- lnx-install.sh | 2 +- lnx-uninstall.sh | 2 +- local-template.sh | 7 ++++- osx-install.sh | 2 +- osx-uninstall.sh | 2 +- readme.txt | 72 ++++++++++++++++++++++++----------------------- unlocker.py | 32 +++++++++++++++++++-- 10 files changed, 81 insertions(+), 45 deletions(-) diff --git a/dumpsmc.py b/dumpsmc.py index d5b8eb2..0fec565 100755 --- a/dumpsmc.py +++ b/dumpsmc.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2014 Dave Parsons +Copyright (c) 2014-2015 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 diff --git a/esxi-install.sh b/esxi-install.sh index 2757767..dc925ab 100755 --- a/esxi-install.sh +++ b/esxi-install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -echo VMware Unlocker 2.0.5 +echo VMware Unlocker 2.0.6 echo =============================== echo Copyright: Dave Parsons 2011-15 @@ -13,6 +13,7 @@ echo Installing local.sh cp local-template.sh local.sh cat unlocker.py >> local.sh echo END >> local.sh +echo /etc/init.d/hostd restart >> local.sh chmod +x local.sh cp local.sh /etc/rc.local.d/local.sh echo Success - please now restart the server! diff --git a/esxi-uninstall.sh b/esxi-uninstall.sh index 452e4e3..63187bd 100755 --- a/esxi-uninstall.sh +++ b/esxi-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -echo VMware Unlocker 2.0.5 +echo VMware Unlocker 2.0.6 echo =============================== echo Copyright: Dave Parsons 2011-15 diff --git a/lnx-install.sh b/lnx-install.sh index 04cde24..5303f6e 100755 --- a/lnx-install.sh +++ b/lnx-install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Unlocker 2.0.5 +echo VMware Unlocker 2.0.6 echo =============================== echo Copyright: Dave Parsons 2011-15 diff --git a/lnx-uninstall.sh b/lnx-uninstall.sh index ea68add..eb656ab 100755 --- a/lnx-uninstall.sh +++ b/lnx-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo VMware Unlocker 2.0.5 +echo VMware Unlocker 2.0.6 echo =============================== echo Copyright: Dave Parsons 2011-15 diff --git a/local-template.sh b/local-template.sh index 1456682..36b6a70 100755 --- a/local-template.sh +++ b/local-template.sh @@ -2,7 +2,7 @@ set -e set -x -echo VMware ESXi 6.x Unlocker 2.0.5 +echo VMware ESXi 6.x Unlocker 2.0.6 echo =============================== echo Copyright: Dave Parsons 2011-15 @@ -35,6 +35,11 @@ ln -s /unlocker/vmx-debug /bin/vmx-debug rm -fv /bin/vmx-stats ln -s /unlocker/vmx-stats /bin/vmx-stats +# Copy the libvmkctl.so file +cp /lib/libvmkctl.so /unlocker +rm -fv /lib/libvmkctl.so +ln -s /unlocker/libvmkctl.so /lib/libvmkctl.so + # Patch the vmx files logger -t unlocker Patching vmx files python <