cloudinit: disable snapd 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:14 +02:00
parent 4ee19a8b3f
commit eea2ff1ab4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -8,6 +8,8 @@ bootcmd:
- timedatectl set-timezone Europe/Bratislava
- systemctl stop systemd-resolved
- echo "nameserver 84.200.69.80" > /etc/resolv.conf
- systemctl disable --now snapd
- systemctl disable --now snapd.socket
- sleep 10
runcmd: