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?

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to