Skip to content

Commit

Permalink
Fix symbol error (vmware-samples#142)
Browse files Browse the repository at this point in the history
Fixes symbol error. vmware-samples#141

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Nov 10, 2021
1 parent 4029e1e commit 6d098ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/ubuntu-server-2x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ echo > ~/.bash_history
rm -fr /root/.bash_history
### Prepare cloud-init ###
echo `> Preparing cloud-init ...`
echo '> Preparing cloud-init ...'
rm -rf /etc/cloud/cloud.cfg.d/subiquity-disable-cloudinit-networking.cfg
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
### Modify GRUB ###
echo `> Modifying GRUB ...`
echo '> Modifying GRUB ...'
sed -i -e "s/GRUB_CMDLINE_LINUX_DEFAULT=\"\(.*\)\"/GRUB_CMDLINE_LINUX_DEFAULT=\"\"/" /etc/default/grub
update-grub
EOF
Expand Down

0 comments on commit 6d098ad

Please sign in to comment.