Shekhar Bherota wrote:
hi all,
I've rebooted my system after 117 pages.Now i
mounted required filesystems and created devices.I m
not listing them because i want a complete list of
steps if it isn't a trouble. now i have run gcc -k
check and it showing all errors.please reply soon.
Thanks in advance.
Just guessing, because I've just had a similar problem after
rebooting. Apparently, you must run "6.8 Populating /dev" after
after chroot. Here is my list of things to do on reboot of the
host(your mount point for lfs will be different):
mount /dev/hda6 /Mount/hda6.lfs
export LFS=/Mount/hda6.lfs
mount -t proc proc $LFS/proc
mount -t 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
<re-do 6.8. Populating /dev>
This may not be 100% correct, but it got me past a similar
rebooting problem.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page