|

楼主 |
发表于 2003-1-14 00:17:48
|
显示全部楼层
[root@BLARD-BASE lfs]# pwd
/mnt/lfs
[root@BLARD-BASE lfs]# ls
ensh lost+found src static
[root@BLARD-BASE lfs]# file static/bin/env
static/bin/env: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, stripped
[root@BLARD-BASE lfs]# file static/bin/bash
static/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
[root@BLARD-BASE lfs]# chroot $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
/static/bin/env: /static/bin/bash: No such file or directory
[root@BLARD-BASE lfs]# echo $LFS
/mnt/lfs
[root@BLARD-BASE lfs]#
这回看你怎么说,就是不行! |
|