summarylogtreecommitdiffstats
path: root/vmware-workstation.install
diff options
context:
space:
mode:
Diffstat (limited to 'vmware-workstation.install')
-rw-r--r--vmware-workstation.install19
1 files changed, 15 insertions, 4 deletions
diff --git a/vmware-workstation.install b/vmware-workstation.install
index 36f5a3505e48..84025a35fb42 100644
--- a/vmware-workstation.install
+++ b/vmware-workstation.install
@@ -2,14 +2,25 @@ 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
+==> You may also need to enable some of the following services:
+- vmware-networks: to have network access inside VMs
+- vmware-usbarbitrator: to connect USB devices inside VMs
+- vmware-hostd: to share VMs on the network
+These services can be activated during boot by enabling .service units or only when a VM is started by enabling .path units (except for vmware-hostd).
EOF
}
+post_upgrade() {
+ if (( $(vercmp "$2" "14.1.7-11") < 0 )); then
+ cat << EOF
+
+Now vmware-networks and vmware-usbarbitrator services can be activated only when a VM is started by enabling .path units instead of .service units.
+
+EOF
+ fi
+}
+
post_remove() {
cat << EOF