On Mon, Sep 7, 2009 at 8:47 AM, William Immendorf
<[email protected]>wrote:

> On Sun, Sep 6, 2009 at 1:50 PM, William
> Immendorf<[email protected]> wrote:
> > Good point. I use Slax for my host system, it's a excelent livecd for
> > building LFS, BTW. And I know it uses AUFS. You said that you have to
> > modify the script slighly if the host system uses AUFS. So, what do I
> > have to do to the script if I use AUFS instead of UnionFS?
> Oh, I get it, you are supposed to replace unionfs with aufs through a
> sed. But, that script uses mount, and mount is built as part of
> Util-Linux-NG. So, I need to build mount and libblkid and libuuid in
> Ch5. So how will be able to do that?
>
> William
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
Run this to build them as part of the temporary toolchain:
./configure --prefix=/tools
make
make install

That should work for all the packages (including AUFS/unionfs). Also, sorry
I couldn't get back to you sooner, but I was trying to dig up my patched
scripts, which I couldn't find. :S
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to