K 10 svn:author V 4 jmmv K 8 svn:date V 27 2013-12-25T13:57:23.023723Z K 7 svn:log V 383 Delay copying of resolv.conf into the chroot until /etc exists. With an unpopulated chroot dir, release building was failing because the script was attempting to copy resolv.conf into a non-existent /etc directory of the chroot. Fix this by copying the file only after the installworld has happened, which will create this directory. Reviewed by: gjb Approved by: rpaulo (mentor) END