From: Adam Gołębiowski Date: Wed, 31 Oct 2018 18:12:53 +0000 (+0100) Subject: - do not load vmv_pvscsi (if it is needed, it should already be loaded by e.g. initrd) X-Git-Tag: auto/th/open-vm-tools-10.3.0-4~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=e0c4746c755655e7c11c27db0482614d8ddc12c2;p=packages%2Fopen-vm-tools.git - do not load vmv_pvscsi (if it is needed, it should already be loaded by e.g. initrd) --- diff --git a/open-vm-tools-init b/open-vm-tools-init index 6ae86d3..2be426c 100755 --- a/open-vm-tools-init +++ b/open-vm-tools-init @@ -141,7 +141,6 @@ start() { _modprobe single vmware_vmmemctl _modprobe single vmci _modprobe single vsock - _modprobe single vmw_pvscsi start_vmsync }