sacarde wrote:
>> If the kernel filesystems are not mounted, the
exact problem described
>> occurs.
>>
>
> I do:
>
> mount /dev/sda10 /mnt/sda10
> mount -t proc none /mnt/sda10/proc
> mount -t sysfs none /mnt/sda10/sys
> chroot /mnt/sda10 /bin/bash
>
> what else ?
>
>
> but the error is the same
>
6.2.3. Mounting Virtual Kernel File Systems
Now mount the remaining virtual kernel filesystems:
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
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|