spiky wrote: > I have a running blfs system (built on lfs 70) and I then installed > http://www.linuxfromscratch.org/~wblaszcz/blfs-book-xsl/general/udev.html as > part of cups dependencies ( No package 'gudev-1.0' found ). > Now that i ran the udev install I have A problem. "Unable to start > shell:/bin/bash" > I can temporary fix by mkdir -v /dev/pts then mount devpts to it, but > on restart it,s gone > I have found that there is no /dev/pts. Is there away to fix this maybe > reinstall udev 173 as per LFS ???
/dev/pts should be mounted from fstab in the mountfs script. udev doesn't have anything to do with that. devpts /dev/pts devpts gid=5,mode=775 0 0 -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
