Skip to content

Instantly share code, notes, and snippets.

@eru
Created November 9, 2015 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eru/b1824a00650d378f9b4e to your computer and use it in GitHub Desktop.
Save eru/b1824a00650d378f9b4e to your computer and use it in GitHub Desktop.
#!/bin/sh
## VMware Workstation 12
## kernel: 4.2.5-300.fc23.x86_64
cd /usr/lib/vmware/modules/source
cp vmblock.tar{,.orig}
tar xvf vmblock.tar
cd vmblock-only
curl -O https://gist.githubusercontent.com/eru/f3352e728d6661491462/raw/be1c373c3a4e6032e54b12e9075fafc88cd48a0c/vmblock.patch
patch -p0 < vmblock.patch
cd ..
tar cvf vmblock.tar vmblock-only
vmware-modconfig --console --build-mod vmblock
vmware-modconfig --console --install-pbm vmblock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment