cloudinit: disable systemd-resolved 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
eea2ff1ab4
commit
c46bdd8337
@ -6,7 +6,8 @@ bootcmd:
|
|||||||
- uname -r
|
- uname -r
|
||||||
- timedatectl set-ntp 1
|
- timedatectl set-ntp 1
|
||||||
- timedatectl set-timezone Europe/Bratislava
|
- 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
|
- echo "nameserver 84.200.69.80" > /etc/resolv.conf
|
||||||
- systemctl disable --now snapd
|
- systemctl disable --now snapd
|
||||||
- systemctl disable --now snapd.socket
|
- systemctl disable --now snapd.socket
|
||||||
|
Loading…
Reference in New Issue
Block a user