archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.82k stars 509 forks source link

Option to enable DNS caching (systemd-resolved) on other network configurations. #2529

Open crwn1337 opened 4 weeks ago

crwn1337 commented 4 weeks ago

Currently the installer only enables systemd-resolved if the network configuration is set to "manual": https://github.com/archlinux/archinstall/blob/6524ada7622957fc2e18e41e5f965385e8f1020b/archinstall/lib/models/network_configuration.py#L139-L144

This enables DNS caching on manual, but if i select NetworkManager it does not enable it.

I think this should also be a checkbox option, because some people might want to use dnsmasq instead.