On Mon, 8 Aug 2005, Alex wrote: > Ken Moffat <[EMAIL PROTECTED]> writes: > > > > I haven't seen any comment spelling this out yet - if you put /lib on a > > different partition, you are going to have to do something to cope with > > /lib/ld-linux not being available (I saw that in the error message). > > I'm not familiar with what you were following that caused you to do > > that. As Rainer said, maybe an initrd is needed with that, or perhaps > > static linking. > > Thanks all for the advices. I think the problem n°1 is that I was > trying to do something to difficult for me and for my first LFS > built. I will do everything on 1 partition and if I can manage that > will start playing with more than one partition after. > >
For your first build, separating /, /boot/, /usr, /home should be straightforward. In fact, separate /boot and /home is often a good idea when you come to upgrade to a newer LFS. I don't use a separate /usr myself, but it's conventional and should just work. The only gotcha with a separate /home is that user IDs need to match, and changing them on the host can occasionally break things there. Summary - I think just moving the /lib files to /mnt/lfs/lib/ and removing /lib and /dev from /mnt/lfs/etc/fstab should make your system boot. Ken -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
