Le 21/12/2013 18:36, Wayne Sallee a écrit :
> I think that a reply like the following would have been more helpful:
> 
> To get started to continue LFS after restart: For chapter 6:
> 
> su - lfs
> 
> su
> 
> mount -v --bind /dev $LFS/dev
> 
> mount -vt devpts devpts $LFS/dev/pts
> mount -vt tmpfs shm $LFS/dev/shm
> mount -vt proc proc $LFS/proc
> mount -vt sysfs sysfs $LFS/sys
> 
> 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
> 
> cd sources
> 
> 
> Wayne Sallee
> [email protected]

Please do not top-post.

I think the OP was about not re-mounting the LFS partition to /mnt/lfs. So,
what is above is irrelevant.
And what is above is clearly stated in the note page 6.4. Entering the chroot
environment.

As said by Bruce, very basic things are supposed to be known when building
LFS, and recognizing that a partition is not mounted is a basic thing.
Actually, the author of the OP has learned by himself that basic thing, so all
is well and the educational goal of LFS is reached.

Pierre
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to