My first guess would be that you didn't get out of chroot with the
command "logout".
> Now that we have said that, lets move on to booting our shiny new LFS
> installation for the first time! First exit from the chroot
> environment:
>
>
> logout
>
>
My second guess would be that your usi
On 09/09/13 12:46, Rob Chua wrote:
> can you help me with this?
> root@rob:/home/rob# umount -v $LFS/dev/pts
> umount: /dev/pts: device is busy.
> (In some cases useful info about processes that use
> the device is found by lsof(8) or fuser(1))
> root@rob:/home/rob# if [ -h $LFS/
can you help me with this?
root@rob:/home/rob# umount -v $LFS/dev/pts
umount: /dev/pts: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
root@rob:/home/rob# if [ -h $LFS/dev/shm ]; then
> link=$(readlink $LFS/dev/shm)
>