Skip to content

Commit

Permalink
[installer] Disable wait script on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lts-rad committed Oct 28, 2024
1 parent 324e9ca commit 7e6f5e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# do not use systemd-resolvd, we will use our own container later
systemctl disable systemd-resolved

systemctl disable systemd-networkd-wait-online.service
systemctl mask systemd-networkd-wait-online.service

rm -f /etc/resolv.conf
echo nameserver 1.1.1.1 > /etc/resolv.conf

Expand Down

0 comments on commit 7e6f5e4

Please sign in to comment.