Files
clr-installer/controller
Mark D Horn 8169fe5e7c controller: Enable networking in a chroot
Fixes: #649

When post-install hooks are run in a chroot, the network is
inherited from the host, but DNS is not configured.
This work-around temporarily copy's the hosts /etc/resolv.conf
to enable DNS in the chroot.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2020-02-14 12:08:18 -08:00
..