Release candidate for 2.0.9

This commit is contained in:
David Parsons 2016-12-15 10:59:48 +00:00
parent f1c216c753
commit da91cfa3ce
3 changed files with 15 additions and 0 deletions

0
lnx-update-tools.sh Normal file → Executable file
View File

13
local.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
set -e
set -x
echo VMware ESXi 6.x Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-16
/etc/init.d/hostd status
/etc/init.d/hostd stop
vmkramdisk /bootbank/unlocker.vgz
/etc/init.d/hostd start
/etc/init.d/hostd status

2
smctest.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
vim-cmd hostsvc/hosthardware | grep smcPresent