livecd-rootfs/live-build/buildd/hooks/49-empty-resolv-conf.binary
David Krauser 612c731b26 Fix broken DNS in buildd image builds.
Instead of injecting an empty resolv.conf with an includes.chroot, we'll
inject it in late with a hook. The empty resolv.conf breaks DNS early in
the build, and causes some binary hooks to fail.
2019-12-11 15:06:11 -05:00

5 lines
63 B
Bash
Executable File

#!/bin/sh
set -e
chroot chroot truncate -s 0 /etc/resolv.conf