summarylogtreecommitdiffstats
path: root/vmware-workstation.install
diff options
context:
space:
mode:
authorYurii Kolesnykov2020-07-28 10:58:55 +0300
committerYurii Kolesnykov2020-07-28 10:58:55 +0300
commitca37c145c34d9c0b008e9a02b57ec32fc3bddcfb (patch)
treed9f3447d9922cc08d8a1f1317e34a5dd2f36d8f2 /vmware-workstation.install
downloadaur-ca37c145c34d9c0b008e9a02b57ec32fc3bddcfb.tar.gz
init, 16540321
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'vmware-workstation.install')
-rw-r--r--vmware-workstation.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/vmware-workstation.install b/vmware-workstation.install
new file mode 100644
index 000000000000..36f5a3505e48
--- /dev/null
+++ b/vmware-workstation.install
@@ -0,0 +1,19 @@
+post_install() {
+ cat << EOF
+
+==> 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 inside 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 remove VMware settings, delete /etc/vmware and /etc/vmware-installer directories.
+
+EOF
+}