From bbee8e32f2ac6bbf8bf8b1fd83f300b8f176761c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 28 Jun 2023 07:13:46 +0200 Subject: [PATCH] restart resolved in network --- usr/lib/archboot/installer/network.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/installer/network.sh b/usr/lib/archboot/installer/network.sh index ee41fb60d..f405f65d0 100644 --- a/usr/lib/archboot/installer/network.sh +++ b/usr/lib/archboot/installer/network.sh @@ -166,6 +166,7 @@ _donetwork() { fi echo "Using setup's network profile ${_NETWORK_PROFILE} now..." >"${_LOG}" systemctl restart systemd-networkd + systemctl restart systemd-resolved _dialog --infobox "Waiting for network link to come up..." 3 60 # add sleep here for systemd-resolve get correct values sleep 5