summarylogtreecommitdiffstats
path: root/vmware-workstation.install
blob: fd6949615c52cf7faa204b625c2688cc61312034 (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 connect USB devices inside VMs
- vmware-hostd.service: to share VMs on the network

EOF
}

post_remove() {
  cat << EOF

==> To also remove VMware settings, delete /etc/vmware and /etc/vmware-installer directories.

EOF
}