> > > hi thanks for reply here i am giving clear(lfs-6.7,i am using lfs livecd) 1)after 5.32. Stripping i exit from lfs usr then root[ ~ ]#chown -R root:root $LFS/tools root[ ~ ]#echo $ LFS result is /mn/lfs (this result be the till chapter 6.23)
2)but 6.4. Entering the Chroot Environment (page no-79) --------------------------------- see third paragaph >From this point on, there is no need to use the LFS variable anymore, because all work will be restricted to the LFS file system. This is because the Bash shell is told that $LFS is now the root (/) directory. ------------------------------------------------------------------------------------------------ root[ ~ [#chroot "$LFS" /tools/bin/env -i \ HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \ /tools/bin/bash --login +h result is I have no name!:/# this is right according to book I have no name!:/#echo $LFS no (any) output this is continuing till end of chapter 6,you are saying that it should set (echo $LFS)) ------------------------------------------------------------------------------------------------- > till end of book when i check (any time) echo $LFS ,what would be the result (is it /mnt/lfs) if i didnt get /mnt/lfs ,do i need to set $LFS with export command(ie export LFS=/mnt/lfs)
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page