seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

recipes-core/systemd: remove default DNS server #61

Closed insatomcat closed 2 years ago

insatomcat commented 2 years ago

By default systemd-resolved, the DNS client use by SEAPATH use Goolge DNS servers is there no DNS server configured by systemd-networkd to always have a DNS server configured.

In SEAPATH the DNS servers configuration is done during the setup step is if during this step no DNS server was provided we condidered it is besause it is wanted and we do not want to failback to Google DNS servers.

Signed-off-by: insatomcat florent.carli@rte-france.com