|
|
Hi folks,
Fedora Core 3
==============
After booting the PC, how to login root shell with bash prompt as
root:/#
I already re-ran following commands
[root@localhost ~]# export LFS=/mnt/lfs
[root@localhost ~]# mkdir -p $LFS/{proc,sys}
[root@localhost ~]# mount -t proc proc $LFS/proc
[root@localhost ~]# mount -t sysfs sysfs $LFS/sys
[root@localhost ~]# mount -f -t ramfs ramfs $LFS/dev
[root@localhost ~]# mount -f -t tmpfs tmpfs $LFS/dev/shm
[root@localhost ~]# mount -f -t devpts -o gid=4,mode=620 devpts $LFS/dev/pts
and could not find out how to do it so that I can continue on following sections
Yesterday I stopped after finishing " 6.9.1. Installation of Linux-Libc-Headers"
http://www.sg.linuxfromscratch.o ... x-libc-headers.html
Please help. TIA
B.Regards
satimis |
|