On Mon, Sep 7, 2009 at 9:02 AM, William Immendorf <[email protected]>wrote:
> On Mon, Sep 7, 2009 at 10:55 AM, Smartboy<[email protected]> wrote: > > 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 > Great. Thanks. Now, it's LFS/BLFS time. > > 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 > One more question: Is that sed I mentioned before the only change to > the manager script that is needed? > > William > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > Yes. You will have to look on the AUFS homepage (which, coincidentally, is also a man page) to see exactly what commands to replace each with, but functionally AUFS and UnionFS are the same, and so it requires minimal editing.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
