Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Fixes a bug where vmware tool is not installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Apr 29, 2014
1 parent b77fb03 commit 4e2fd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/vmtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ case $PACKER_BUILDER_TYPE in

rm -f /home/vagrant/VBoxGuestAdditions.iso
;;
'vmware')
'vmware-iso')
echo "Installing VMware Tools..."
mkdir -p /mnt/cdrom
mount -o loop /home/vagrant/linux.iso /mnt/cdrom
Expand Down

0 comments on commit 4e2fd99

Please sign in to comment.