On Fri, May 2, 2008 at 1:40 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Fri, 02 May 2008 18:17:13 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> > wrote: > > > On Fri, May 2, 2008 at 8:29 AM, <[EMAIL PROTECTED]> wrote: > >> Author: mohjive > >> Date: 2008-05-02 04:29:53 -0700 (Fri, 02 May 2008) > >> New Revision: 3277 > >> > >> Modified: > >> trunk/ChrootCompile/bin/ChrootCompile > >> Log: > >> We do need network from chroot for certain recipes > >> > >> Modified: trunk/ChrootCompile/bin/ChrootCompile > >> =================================================================== > >> --- trunk/ChrootCompile/bin/ChrootCompile 2008-05-02 10:54:54 UTC > (rev 3276) > >> +++ trunk/ChrootCompile/bin/ChrootCompile 2008-05-02 11:29:53 UTC > (rev 3277) > >> @@ -713,7 +713,8 @@ > >> touch $root/$settingsdir/fstab > >> > >> # This should limit network access inside the chroot > >> -#cp /etc/resolv.conf $root/$settingsdir/resolv.conf > >> +cp /etc/resolv.conf $root/$settingsdir/resolv.conf > >> +cp /etc/hosts $root/$settingsdir/hosts > > > > Which recipes are demanding that? > > > Glibc 2.8 which needs to checkout "ports" module from cvs as Compile > doesn't support multiple cvs repos/modules.
Let's fix Compile instead. -- Hisham _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
