2008/4/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Greetings,I seem to have a problem with udev with an LFS build I did in
>  January. I used kernel-2.6.23.12  (then development lfs).I get to boot
>  prompt but the booting reports:mount: mount point /dev/pts  does  not
>  existmount: mount point /dev/shm  does  not existhelp will  be
>  appreciatedblux
>
You probably forgot to mount /dev/pts.
Add to /etc/fstab:

devpts      /dev/pts      devpts   gid=4,mode=620     0 0

/dev/shm seems to be automatically created on my system. Maybe you
missed a kernel option?
-- 
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