Last Updated on: 10th March 2022, 01:40 pm
The latest iso images of Sparky rolling 2022.03 have an issue with a DNS configuration via ‘systemd-resolved’.
The live system features a small script which fixes it via ‘sparky-firstrun-fix’ package which is removed during post-install.
But… If you find the same problem after installing Sparky on a hard/virtual drive, and can’t install the ‘sparky-firstrun-fix’ package, you can try to fix the DNS manually:
sudo mv /etc/resolv.conf /etc/resolv.conf.copy
sudo systemctl restart NetworkManager
The NetworkManager installs its own resolv.conf then.