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.u-i-disk-info
parent
5511deae44
commit
612c731b26
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
chroot chroot truncate -s 0 /etc/resolv.conf
|
Loading…
Reference in new issue