Matthew Burgess wrote:

mkdir -p /lib/udev/devices &&
ln -sf /proc/self/fd /lib/udev/devices/fd &&
ln -sf /proc/self/fd/0 /lib/udev/devices/stdin &&
ln -sf /proc/self/fd/1 /lib/udev/devices/stdout &&
ln -sf /proc/self/fd/2 /lib/udev/devices/stderr &&
ln -sf /proc/kcore /lib/udev/devices/core &&
mkdir -p /lib/udev/devices/{pts,shm}

+               cp -R /lib/udev/devices/* /dev

So, we used to use the make_extra_nodes function to create these links and now we create them in /lib/dev/udev and get the bootscript to copy them into /dev? Aren't you just repainting the bikeshed? Works for me.
Nice bikeshed.
Andy




--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to