cloudinit: disable snapd on first boot
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4ee19a8b3f
commit
eea2ff1ab4
@ -8,6 +8,8 @@ bootcmd:
|
|||||||
- timedatectl set-timezone Europe/Bratislava
|
- timedatectl set-timezone Europe/Bratislava
|
||||||
- systemctl stop systemd-resolved
|
- systemctl stop systemd-resolved
|
||||||
- echo "nameserver 84.200.69.80" > /etc/resolv.conf
|
- echo "nameserver 84.200.69.80" > /etc/resolv.conf
|
||||||
|
- systemctl disable --now snapd
|
||||||
|
- systemctl disable --now snapd.socket
|
||||||
- sleep 10
|
- sleep 10
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
|
Loading…
Reference in New Issue
Block a user