Compare commits

...

2 Commits

Author SHA1 Message Date
c46bdd8337
cloudinit: disable systemd-resolved on first boot
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-14 17:07:15 +02:00
eea2ff1ab4
cloudinit: disable snapd on first boot
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-14 17:05:14 +02:00

@ -6,8 +6,11 @@ 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
- sleep 10
runcmd: