[gobolinux-devel] [gobolinux-commits] r3277 - trunk/ChrootCompile/bin
Lucas C. Villa Real
lucasvr at gobolinux.org
Sat May 3 04:17:13 NZST 2008
On Fri, May 2, 2008 at 8:29 AM, <mohjive at svn.gobolinux.org> 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
More information about the gobolinux-devel
mailing list