summaryrefslogtreecommitdiff
path: root/community-testing/open-vm-tools/open-vm-tools.install
blob: 88d9b88e6075ea75e07ccc6ebdac71432cf43784 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  [ ! -d "/mnt/hgfs" ] && mkdir /mnt/hgfs
  echo ">>>"
  echo ">>> You can mount VMware Shared Folders via:"
  echo ">>>    mount -t vmhgfs .host:/ /mnt/hgfs"
  echo ">>>"
  echo ">>> or by adding this line to /etc/fstab:"
  echo ">>>    .host:/   /mnt/hgfs   vmhgfs  defaults  0 0"
  echo ">>>"
}