Difference between revisions of "VMware"
Jump to navigation
Jump to search
(Created page with "``` vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk ``` this copies both .vmdk and -flat.vmdk") |
|||
Line 1: | Line 1: | ||
+ | Create Template for Terraform and other provisioning needs. | ||
+ | ``` | ||
+ | # Base install of Ubuntu Bionic and then | ||
+ | sudo apt-get install -y open-vm-tools sshd | ||
+ | ``` | ||
+ | |||
+ | |||
``` | ``` | ||
vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk | vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk |
Revision as of 16:26, 24 March 2020
Create Template for Terraform and other provisioning needs.
# Base install of Ubuntu Bionic and then sudo apt-get install -y open-vm-tools sshd
vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk
this copies both .vmdk and -flat.vmdk