From 57990ec7d3cb270028a289d23fae49663326f522 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 26 Apr 2025 09:00:39 +0200 Subject: [PATCH] Do not keep resolv.conf --- Scripts/Arch/cleanup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/Arch/cleanup.sh b/Scripts/Arch/cleanup.sh index 999bbf8..2208a23 100644 --- a/Scripts/Arch/cleanup.sh +++ b/Scripts/Arch/cleanup.sh @@ -39,7 +39,6 @@ find "$BASEPATH"/usr/share -mindepth 1 -maxdepth 1 \ # rm everything in /etc except /etc/alternatives and ld stuff find "$BASEPATH"/etc -mindepth 1 -maxdepth 1 \ - \! -name 'resolv.conf' -a \ \! -name 'ld.so*' -a \ \! -name OpenCL \ -exec rm -rf {} \;