mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
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.
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
chroot chroot truncate -s 0 /etc/resolv.conf
|