Roberto Nibali wrote: > # /tools/lib/ld-linux.so.2 /tools/bin/env -i > PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h > tset: unknown terminal type unknown > Terminal type? linux > # echo $? > 0 > # exit > logout > # > > So it seems to work, no?
It does seem to work, but there's no chroot there either. Try another variant on the above: chroot $LFS /tools/lib/ld-linux.so.2 and then if that works (it'll print a usage message), try: chroot $LFS /tools/lib/ld-linux.so.2 /tools/bin/env -i PATH="$PATH" TERM="$TERM" /tools/bin/bash +h --login If that works, then double-check env's dynamic loader (run the readelf command on it). (This may be the wrong list now, though. Perhaps -support, since 6.1 is released? Unfortunately I don't really follow -support...)
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page