summaryrefslogtreecommitdiff
path: root/templates/Debian-8.0-amd64-netboot/vmfusion.sh
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2015-05-05 13:06:35 +0200
committerkwadronaut <kwadronaut@leap.se>2015-05-05 13:06:35 +0200
commit46c20e44ffd4f1454a607d2c4b3de8497e977bc7 (patch)
treeac63fc5537fdf84eac77a5c12afa387690661e91 /templates/Debian-8.0-amd64-netboot/vmfusion.sh
parent2f37bc5b0c87f626c52bfbadebe10f4ec4a21803 (diff)
Fixed manual boot device choosing in jessie
Removed templates/ no need to duplicate this Updated Readme, including downloads move to hashicorp
Diffstat (limited to 'templates/Debian-8.0-amd64-netboot/vmfusion.sh')
-rw-r--r--templates/Debian-8.0-amd64-netboot/vmfusion.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/Debian-8.0-amd64-netboot/vmfusion.sh b/templates/Debian-8.0-amd64-netboot/vmfusion.sh
deleted file mode 100644
index 3ced7e4..0000000
--- a/templates/Debian-8.0-amd64-netboot/vmfusion.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-cd /tmp
-mkdir -p /mnt/cdrom
-mount -o loop /home/vagrant/linux.iso /mnt/cdrom
-tar zxvf /mnt/cdrom/VMwareTools-*.tar.gz -C /tmp/
-/tmp/vmware-tools-distrib/vmware-install.pl -d
-rm /home/vagrant/linux.iso
-umount /mnt/cdrom