Philippe Delavalade wrote: > Hi all. > > I'm building the svn-10289. > > In chapter 6, if I am right, the chroot command changed in older versions > after having installed bash in case one logged out. > > In the beginning of the chapter one issue > > 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 > > and later > > chroot "$LFS" /usr/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ > PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /bin/bash --login +h > > I see nothing in svn-10289 about it. > > Did I missed something or the first command can be used all along the > chapter ?
Use the first example until Chapter 6 is complete. That insures the env and bash programs are available. From a technical view, you can use the 2nd version any time after bash is built in Chapter 6. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page