On Wed, 21 Sep 2011 17:53:52 -0500 Bruce Dubbs <bruce.du...@gmail.com> wrote:
> Upon review of udev due to a question on -support, we are creating some > directories that I don't know are still required. > > install -dv /lib/{firmware,udev/devices/pts} > > I think we still need /lib/udev/devices, but does anyone know if we > still need: > > /lib/firmware > /lib/udev/devices/pts > /lib/firmware is only needed if you have some hardware which needs a precompiled binary firmware to be loaded into the kernel before it will work. The linux firmware project supports a lot of hardware (I would point you to a url but kernel org is still down, is it gone for good?). /lib/udev/devices/pts is an empty directory that the udev bootscript used to copy into /dev to allow a tmpfs to be mounted on /dev/pts. Without it terminal emulators (roxterm, gnome terminal) won't work for me. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page