Hi,
I am currently on Chapter 6 of the LFS 7.0 book. When I enter the
chroot environment with the following command:
Code:
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
I then
cd into the extracted directory for a package. After I have finished compiling and installing it, I move back out of the directory, but find that I am unable to access any files or folders. When I run the
ls command to see what is in my current directory, the command does not return anything. Does anyone know what I am doing wrong? I am using Ubuntu 11.10 on i686.
-Aaron