From 1b05504c433ea05fa8a100e543dec4f290c196eb Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 12 May 2024 19:05:04 +0200 Subject: [PATCH] Revert "Remove debootstrapped static resolv.conf" This reverts commit ddcda273a54d3145069cb9db34ee1f67a6f77e21. --- lib/functions/rootfs/post-tweaks.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/functions/rootfs/post-tweaks.sh b/lib/functions/rootfs/post-tweaks.sh index a616984e83..16a1edb1ff 100644 --- a/lib/functions/rootfs/post-tweaks.sh +++ b/lib/functions/rootfs/post-tweaks.sh @@ -27,8 +27,6 @@ function post_debootstrap_tweaks() { chroot_sdcard dpkg-divert --quiet --local --rename --remove /sbin/initctl chroot_sdcard dpkg-divert --quiet --local --rename --remove /sbin/start-stop-daemon run_host_command_logged rm -fv "${SDCARD}"/usr/sbin/policy-rc.d - display_alert "Cleaning deboostrapped resolv.conf" "info" - run_host_command_logged rm -fv "${SDCARD}"/etc/resolv.conf # remove the qemu static binary undeploy_qemu_binary_from_chroot "${SDCARD}"