mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-22 16:02:19 +00:00
5 lines
221 B
Bash
5 lines
221 B
Bash
|
#!/bin/bash -eu
|
||
|
echo '>> Enabling legacy VMware Guest Customization...'
|
||
|
echo 'disable_vmware_customization: true' | sudo tee -a /etc/cloud/cloud.cfg
|
||
|
sudo vmware-toolbox-cmd config set deployPkg enable-custom-scripts true
|