From 161d2b4f76f90154baef0472f1e40450eab27c49 Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Mon, 5 Aug 2024 13:49:28 +0200 Subject: [PATCH] test: wip Signed-off-by: Stephan Wendel --- src/modules/debug/start_chroot_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/debug/start_chroot_script b/src/modules/debug/start_chroot_script index bbc51fa9c..2b247c1f6 100644 --- a/src/modules/debug/start_chroot_script +++ b/src/modules/debug/start_chroot_script @@ -39,7 +39,7 @@ echo_red "DEBUG: --------------------------------------------------" echo_green "Try to alter dns ---------------------------------------" -ln -sf /etc/resolv.conf /run/systemd/resolve/stub-resolv.conf +echo "nameserver 1.1.1.1" > /etc/resolv.conf echo_green "Try to alter dns ---------------------------------------"