Skip to content

Commit

Permalink
Update ubuntu-server-2x.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyam committed Nov 11, 2021
1 parent 6d098ad commit 12ef2b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/linux/ubuntu-server-2x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ rm -rf /etc/cloud/cloud.cfg.d/99-installer.cfg
rm -rf /etc/netplan/00-installer-config.yaml
echo "disable_vmware_customization: false" >> /etc/cloud/cloud.cfg
echo "datasource_list: [ VMware, OVF, None ]" > /etc/cloud/cloud.cfg.d/90_dpkg.cfg
# Uncomment below if guest customization will be performed by VMware Tools.
# touch /etc/cloud/cloud.cfg.d/99.disable-network-config.cfg
# echo "network: {config: disabled}" >> /etc/cloud/cloud.cfg.d/99.disable-network-config.cfg
### Modify GRUB ###
echo '> Modifying GRUB ...'
Expand All @@ -144,4 +147,4 @@ EOF
sudo chmod +x /etc/rc.local

### Done. ###
echo '> Done.'
echo '> Done.'

0 comments on commit 12ef2b3

Please sign in to comment.