From c782cf334e84ab4209560d19770c524255ed0e9b Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Wed, 14 Feb 2018 14:49:42 -0800 Subject: [PATCH] Update install.sh -Blacklist the vmw module and load hv_sock on boot. -Add gnome tweak to get dock --- ubuntu/18.04/install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 033fe7e..38b59f2 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -77,6 +77,11 @@ sudo rmmod vmw_vsock_vmci_transport sudo rmmod vsock sudo modprobe hv_sock +# Blacklist the vmw module +echo "blacklist vmw_vsock_vmci_transport" >> /etc/modprobe.d/blacklist.conf +#Ensure hv_sock gets loaded +echo "hv_sock" >> /etc/modules + # Configure the policy xrdp session sudo bash -c 'cat >/etc/polkit-1/localauthority.conf.d/02-allow-colord.conf <