#185 closed defect (invalid)
Problems in setting the chroot Enviroment
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Book | Version: | 3.0-rc2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
LFS Install System Suse 7.2 Problem after istalling tha base system an then chaning the root environment with chroot
result : cd $LFS && chroot $LFS env -i HOME=/root /bin/bash --login env: /bin/bash: No such file or directory
I tryed anyithin also execution of only chroot $LFS but with no other result then this above
Any ideas of a solution ?
Change History (1)
comment:1 by , 24 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Summary: | Problems in setting the chroot Enviroment → Problems in setting the chroot Enviroment |
Note:
See TracTickets
for help on using tickets.

Probably not statically linked, or forgot to pass --bindir=$LFS/bin to bash's configure script in chapter 5. See lfs-book's email for more details (irohlfs@… was cc'ed on that email)