problem with chroot on chapter 6 ! help please !
Could you help me please ???
I try the LFS version 5 and the LFS version 4.1 and I have the same problem :
The chroot doesn't work : /mnt/lfs/static/bin/env : it's not a directory.
root@plouf:~# chroot /mnt/lfs/static/bin/env -i \
> HOME=/root TERM=$TERM PS1='\u:\w\$' \
> PATH=/bin:/usr/bin:/sbin:/usr/sbin:/static/bin \
> /static/bin/bash --login
chroot: ne changer le répertoire racine vers /mnt/lfs/static/bin/env: N'est pas un répertoire
root@plouf:~# file /mnt/lfs/static/bin/env
/mnt/lfs/static/bin/env: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, statically linked, stripped
root@plouf:~# file /mnt/lfs/static/bin/bash
/mnt/lfs/static/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, statically linked, stripped
root@plouf:~# chroot --v
chroot (GNU coreutils) 4.5.2
Écrit par Roland McGrath.
Copyright (C) 2002 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de
reproduction. AUCUNE garantie n'est donnée; tant pour des raisons
COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER.
|