From 520bb847e6f9a4d8f9d487e3fc1c06a8b45beaca Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 29 May 2024 18:06:18 -0700 Subject: [PATCH] Disable systemd-resolved Signed-off-by: Tommy --- Fedora-Server-40.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index d6b538b..2467a86 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -116,6 +116,7 @@ unpriv curl https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignitio sudo mkdir /etc/systemd/system/unbound.service.d unpriv curl https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf | sudo tee /etc/systemd/system/unbound.service.d/override.conf sudo systemctl enable --now unbound +sudo systemctl disable systemd-resolved # Setup fwupd if [ "$virtualization" = 'none' ]; then