LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Question about adduser (https://www.linuxquestions.org/questions/linux-from-scratch-13/question-about-adduser-908340/)

spiky0011 10-15-2011 01:26 PM

Question about adduser
 
Hi I,m building lfs with ubuntu as host (/mnt/lfs)
Code:

mount -v -t ext3 /dev/sdc1 $LFS
,lfs is on external drive sdc. I have built lfs before using the live cd.
My question is when creating user lfs it is added to the Host system is this correct, also the lfs home is in Ubuntu / home/lfs is this correct?

druuna 10-15-2011 01:30 PM

Hi,
Quote:

Originally Posted by spiky0011 (Post 4499304)
Hi I,m building lfs with ubuntu as host (/mnt/lfs)
Code:

mount -v -t ext3 /dev/sdc1 $LFS
,lfs is on external drive sdc. I have built lfs before using the live cd.
My question is when creating user lfs it is added to the Host system is this correct, also the lfs home is in Ubuntu / home/lfs is this correct?

Yes, the lfs user is part of your host (Ubuntu in this case).

This lfs user is only used to build chapter 5, which uses the resources of the host.

Hope this helps.

spiky0011 10-15-2011 01:40 PM

Thks druuna I,m having another go, trying to use a host this time, maybe learn some more.


All times are GMT -5. The time now is 08:40 PM.