Stephen Liu wrote:
Hi ÕÅ ÓÂ˳,


i am install the lfs 6.1 in debian 3.1 with kernel 2.6.8.11-i386 gcc 3.4.3 and make this erren
[EMAIL PROTECTED]:/mnt/lfs# 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


Please try this;

[EMAIL PROTECTED]:/mnt/lfs# /usr/sbin/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


It works for me.  Some commands need full path to exacute them.  I
still don't understand the reason.

BR
SL




That has nothing to do with it. The error is with /tools/bin/env, not the chroot command. You've had the problem yourself, remember?
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to