LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Chapter 5.5. No directory's visible anymore (https://www.linuxquestions.org/questions/linux-from-scratch-13/chapter-5-5-no-directorys-visible-anymore-728141/)

charlie_lab 05-24-2009 05:25 AM

Chapter 5.5. No directory's visible anymore
 
Hello,

Yesterday I worked without any problems.
Today i wanted to work on with chapter 5.5.
But when i do su - lfs no sources or tools directory are visible.

Who can help me now ?

Roelof

soppy 05-24-2009 10:23 PM

Because you are still connected to the Host, you have to make sure the LFS variable is still set to "/mnt/lfs", the files are still owned by the lfs user
Code:

chown -v lfs $LFS/tools
chown -v lfs $LFS/sources

and then change directories into /mnt/lfs. also make sure you have the .bashrc and .bash_profile set.
pretty much just re-run through 4.3-4.4 again without adding the lfs user again.

charlie_lab 05-25-2009 03:06 AM

Thank you, it works now.

Roelof

soppy 05-25-2009 03:36 PM

no problem. glad to have helped. hope you enjoy your new custom distro.


All times are GMT -5. The time now is 07:09 AM.