On Tue, 23 Aug 2011 16:23:00 +0800 [email protected] wrote: > hi, the book suggest me using chroot to provide a clean env , but i can not > use it in my system. > os : ubuntu 11.04 , and mt partion to build lfs is 5G , use the same swap > as host os . > when i type : chroot /mnt/lfs > there will be : can not change to it , no such file "/bin/bash" > what should i do ?
There is no /bin/bash on the LFS partition because you haven't compiled it, that's why the chroot command in the book uses /tools/bin/bash. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
