Matthew Burgess wrote:
3. mkdir /lib/udev/devices &&
ln -s /proc/self/fd /lib/udev/devices/fd &&
ln -s /proc/self/fd/0 /lib/udev/devices/stdin &&
ln -s /proc/self/fd/1 /lib/udev/devices/stdout &&
ln -s /proc/self/fd/2 /lib/udev/devices/stderr &&
ln -s /proc/kcore /lib/udev/devices/dev/core &&
mkdir pts &&
mkdir shm
Yikes, obviously that should be:
mkdir /lib/udev/devices/{pts,shm}
I told you I hadn't tested it, didn't I? :-)
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page