summarylogtreecommitdiffstats
path: root/vmware-workstation.install
blob: b00241c13f7c9f64805f3b6fbfd75b4be6b3dba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  cat << EOF

==> Before using VMware, you will need to load vmci and vmmon kernel modules.
  In a terminal on root: "modprobe vmci vmmon"
==> You may also need to enable some services:
- vmware-networks.service: to have network access in VMs
- vmware-usbarbitrator.service: to use USB devices inside VMs
- vmware-hostd.service: to start VMware as a server

EOF
}

post_remove() {
  cat << EOF

==> To uninstall your VMware settings, remove /etc/vmware and /etc/vmware-installer directories.

EOF
}