summarylogtreecommitdiffstats
path: root/vmware-patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vmware-patch.sh')
-rw-r--r--vmware-patch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmware-patch.sh b/vmware-patch.sh
index 53f69c57b49e..0cf3a29ee913 100644
--- a/vmware-patch.sh
+++ b/vmware-patch.sh
@@ -227,6 +227,8 @@ for kernel in ${kernels[@]}; do
msg "Installing modules.."
if [[ $verbose ]]; then
# Run vmware-modconfig
+ # workaround for vmci building problem, thanks to AlexKornitzer
+ vmware-modconfig --console --build-mod vmci
if ! vmware-modconfig --console --install-all -k "$kernel"; then
# See logs
if ls /tmp/vmware-root/vmware-[0-9]*.log &>/dev/null; then
@@ -240,6 +242,7 @@ for kernel in ${kernels[@]}; do
fi
else
# Run vmware-modconfig
+ vmware-modconfig --console --build-mod vmci &>/dev/null
if ! vmware-modconfig --console --install-all -k "$kernel" &>/dev/null; then
# See logs
if ls /tmp/vmware-root/vmware-*.log &>/dev/null; then