[gobolinux-devel] [gobolinux-commits] r3277 - trunk/ChrootCompile/bin

Hisham hisham.hm at gmail.com
Sat May 3 07:22:42 NZST 2008


On Fri, May 2, 2008 at 1:40 PM, Jonas Karlsson <jonka750 at student.liu.se> wrote:
> On Fri, 02 May 2008 18:17:13 +0200, Lucas C. Villa Real <lucasvr at gobolinux.org> wrote:
>
>  > 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?
>  >
>  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


More information about the gobolinux-devel mailing list