cloudinit: disable systemd-resolved on first boot
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-07-14 17:05:55 +02:00
parent eea2ff1ab4
commit c46bdd8337
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -6,7 +6,8 @@ bootcmd:
- uname -r
- timedatectl set-ntp 1
- timedatectl set-timezone Europe/Bratislava
- systemctl stop systemd-resolved
- systemctl disable --now systemd-resolved
- unlink /etc/resolv.conf || true
- echo "nameserver 84.200.69.80" > /etc/resolv.conf
- systemctl disable --now snapd
- systemctl disable --now snapd.socket