summarylogtreecommitdiffstats
path: root/vmware-workstation.install
diff options
context:
space:
mode:
Diffstat (limited to 'vmware-workstation.install')
-rw-r--r--vmware-workstation.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/vmware-workstation.install b/vmware-workstation.install
index d18d56501e4f..cff644a49f7e 100644
--- a/vmware-workstation.install
+++ b/vmware-workstation.install
@@ -1,7 +1,8 @@
post_install() {
cat << EOF
-==> Before using VMware, you may need to enable some services:
+==> Before using VMware, you need to reboot or load vmw_vmci and vmmon kernel modules (in a terminal on root: modprobe -a vmw_vmci vmmon)
+==> You may also need to enable some of these services:
- vmware-networks.service: to have network access in VMs
- vmware-usbarbitrator.service: to connect USB devices inside VMs
- vmware-hostd.service: to share VMs on the network
@@ -12,7 +13,7 @@ EOF
post_remove() {
cat << EOF
-==> To also remove VMware settings, delete /etc/vmware and /etc/vmware-installer directories.
+==> To remove VMware settings, delete /etc/vmware and /etc/vmware-installer directories.
EOF
}