From 0b48b01042c4f1a505a0a65e58c86f57d8f4ec6a Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Thu, 13 Feb 2025 13:19:47 -0500 Subject: [PATCH] Added setup of stub mode symlink for systemd-resolved. --- install-arch-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-arch-linux.sh b/install-arch-linux.sh index 1859cf9..9904bca 100755 --- a/install-arch-linux.sh +++ b/install-arch-linux.sh @@ -207,6 +207,7 @@ print "Setting up systemd-resolved..." arch-chroot /mnt sed -i "s|^#MulticastDNS=yes|MulticastDNS=no|" /etc/systemd/resolved.conf arch-chroot /mnt sed -i "s|^#LLMNR=yes|LLMNR=no|" /etc/systemd/resolved.conf arch-chroot /mnt systemctl enable systemd-resolved.service +ln -sf ../run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf print "Setting up systemd-networkd..." arch-chroot /mnt sh -c "cat > /etc/systemd/network/00-default.network" <