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
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
Yuan Cao wrote:
> Hello,
>
> I hope this is the right place for post this.
>
> According to the note on section 6.4 Entering the Chroot Environment, I
> would need to go through sections 6.2.2, 6.2.3 and then use the chroot
> command as given in section 6.4, if I shut down my computer at any point
Hello,
I hope this is the right place for post this.
According to the note on section 6.4 Entering the Chroot Environment, I
would need to go through sections 6.2.2, 6.2.3 and then use the chroot
command as given in section 6.4, if I shut down my computer at any point in
section 6.
I hope you ca