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 failsil2100/appliance-images
parent
b628d90ef8
commit
6fed316068
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
chroot chroot truncate -s 0 /etc/resolv.conf
|
Loading…
Reference in new issue