On 4/29/07, Michael Homer <[EMAIL PROTECTED]> wrote:
> Hi,
> I know this has come up before, multiple times, and it never goes
> anywhere.
And here we go again! :) Just kidding. I'm fully convinced we need USE
flags or something equivalent (and have been for a while by now).
> I have a more speci
On 5/2/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote:
> El Wed, 02 May 2007 12:01:11 +0200
> "Jonas Karlsson" <[EMAIL PROTECTED]> escribió
>
> > On Wed, 02 May 2007 11:46:23 +0200, Aitor Pérez Iturri
> > <[EMAIL PROTECTED]> wrote:
> >
> > > Hi all.
> > >
> > > I'm looking the code for ChrootComp
El Wed, 02 May 2007 12:01:11 +0200
"Jonas Karlsson" <[EMAIL PROTECTED]> escribió
> On Wed, 02 May 2007 11:46:23 +0200, Aitor Pérez Iturri
> <[EMAIL PROTECTED]> wrote:
>
> > Hi all.
> >
> > I'm looking the code for ChrootCompile.
> >
> > Function create_root tries to create at the end a symlink
On Wed, 02 May 2007 11:46:23 +0200, Aitor Pérez Iturri
<[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I'm looking the code for ChrootCompile.
>
> Function create_root tries to create at the end a symlink to a non
> existent directory:
>
>ln -nfs .. $rootdir/$prefix
>
> rootdir as been yet set
Hi all.
I'm looking the code for ChrootCompile.
Function create_root tries to create at the end a symlink to a non
existent directory:
ln -nfs .. $rootdir/$prefix
rootdir as been yet set to $1/$2 where $1 is set to:
"/Mount/HDB1/Epia/Bootstrap/chroot/Area-UClibc-0.9.26-r2/"
and