packer-arch/scripts/install-vmware.sh
2018-09-30 18:35:07 +01:00

9 lines
310 B
Bash

#!/usr/bin/bash -x
# Open VM Tools
# https://wiki.archlinux.org/index.php/VMware
# https://wiki.archlinux.org/index.php/VMware/Installing_Arch_as_a_guest
/usr/bin/pacman -S --noconfirm linux-headers open-vm-tools nfs-utils
/usr/bin/systemctl enable vmtoolsd.service
/usr/bin/systemctl enable rpcbind.service