From d5aa950f7736ec30e851292c99146b400ff90d5e Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Mon, 23 Apr 2018 10:30:29 -0700 Subject: [PATCH] Fix typo Typo was blocking script from working correctly; vmw module would not get blacklisted, hv_sock connection would fail. --- ubuntu/18.04/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 9fd6184..3e9f7e9 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -72,7 +72,7 @@ modprobe hv_sock # Blacklist the vmw module if [ ! -e /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf ] ; then cat >> /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf <