Re: /tools/bin/env does not exist

2009-11-17 Thread Randy McMurchy
pieter blomme wrote these words on 11/17/09 10:25 CST: > pie...@pluto:/mnt/lfs$ sudo 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 > chroot: cannot run command `/tools/bin/e

Re: /tools/bin/env does not exist

2009-11-17 Thread Bruce Dubbs
root: cannot run command `/tools/bin/env': No such file or directory > > I checked it, and it is correct that /tools/bin/env does not exist. But how > come it doesn't? Where should it normally have been installed? Check the index of the book. Coreutils. -- Bruce -- htt

/tools/bin/env does not exist

2009-11-17 Thread pieter blomme
$ sudo 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 chroot: cannot run command `/tools/bin/env': No such file or directory I check