diff --git a/_service:recompress:download_url:open-vm-tools-2011.04.25-402641.tar.bz2 b/_service:recompress:download_url:open-vm-tools-2011.04.25-402641.tar.bz2 deleted file mode 100644 index dfa4204..0000000 --- a/_service:recompress:download_url:open-vm-tools-2011.04.25-402641.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6724632168332df1816f0d7e1b1c1d1523e4a4ddbe4b75173dc6c71ea90a98b9 -size 2577538 diff --git a/vmtoolsd b/vmtoolsd index 0a1084d..a8d759e 100644 --- a/vmtoolsd +++ b/vmtoolsd @@ -43,10 +43,10 @@ test -x $VMTOOLSD_BIN || { echo "$VMTOOLSD_BIN not installed"; # The kernel module for the balloon driver changes its name in different kernel versions KERNEL_MICRO=$(uname -r | awk -F- '{print $1}' | sed 's,2.6.,,') case $KERNEL_MICRO in - 36) + 27|28|29|30|31|32|33) VMBALLOON=vmmemctl ;; - 37) + 34|35) VMBALLOON=vmware_balloon ;; *)