Revert "Remove debootstrapped static resolv.conf"

This reverts commit ddcda273a5.
This commit is contained in:
Igor Pecovnik 2024-05-12 19:05:04 +02:00
parent a099dfc9c9
commit 1b05504c43
No known key found for this signature in database
GPG Key ID: AC67DF56D680226A

View File

@ -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}"