Remove debootstrapped static resolv.conf
This commit is contained in:
parent
31b9907678
commit
ddcda273a5
@ -27,6 +27,8 @@ 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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user