Sha256: e046ea18ee421fc2cda82f1f0cdecefa7685020a51069a59eb087978ca26dd01

Contents?: true

Size: 284 Bytes

Versions: 48

Compression:

Stored size: 284 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

cd /tmp
mkdir -p /mnt/cdrom
mount -o loop /home/vagrant/linux.iso /mnt/cdrom
tar zxf /mnt/cdrom/VMwareTools-*.tar.gz -C /tmp/
/tmp/vmware-tools-distrib/vmware-install.pl -d
umount /mnt/cdrom
rm /home/vagrant/linux.iso

Version data entries

48 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-i386-netboot/vmfusion.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-i386/vmfusion.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-amd64-netboot/vmfusion.sh
veewee-0.5.0.alpha4 templates/ubuntu-10.04.4-server-amd64/vmfusion.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-i386-netboot/vmfusion.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-amd64/vmfusion.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-amd64-netboot/vmfusion.sh
veewee-0.5.0.alpha3 templates/ubuntu-10.04.4-server-i386/vmfusion.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-amd64/vmfusion.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-i386-netboot/vmfusion.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-i386/vmfusion.sh
veewee-0.5.0.alpha2 templates/ubuntu-10.04.4-server-amd64-netboot/vmfusion.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-amd64-netboot/vmfusion.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-amd64/vmfusion.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-i386-netboot/vmfusion.sh
veewee-0.5.0.alpha1 templates/ubuntu-10.04.4-server-i386/vmfusion.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-amd64/vmfusion.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-i386-netboot/vmfusion.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-i386/vmfusion.sh
veewee-0.4.5.1 templates/ubuntu-10.04.4-server-amd64-netboot/vmfusion.sh