On Sun, May 28, 2006 at 04:21:56PM +0200, sacarde wrote: > Hi, > I try liveCD 6.2-pre4, > I mount my target-partition in /mnt > I copy /lfs-sources into /mnt/build_dir/sources > but when I run:
What exactly is your setup here? Where is your partition mounted? How *exactly* did you get yourself to that point? Here's what I would have done, as root: mkdir /mnt/build_dir mount /dev/[whatever] /mnt/build_dir cp -rpa /lfs-sources /mnt/build_dir/sources cd ~/jhalfs ./lfs -B dev* -M -G (You'll probably be missing a few patches from recent changes, thus I'd suggest using -G) Where, in the above set of commands, did you do something differently? -- JH -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
