#!/bin/sh /bin/mknod -m 0666 /lib/udev/devices/null c 1 3 /bin/mknod -m 0666 /lib/udev/devices/zero c 1 5 /bin/mknod -m 0600 /lib/udev/devices/console c 5 1 /bin/ln -snf /proc/self/fd /lib/udev/devices/fd /bin/ln -snf /proc/self/fd/0 /lib/udev/devices/stdin /bin/ln -snf /proc/self/fd/1 /lib/udev/devices/stdout /bin/ln -snf /proc/self/fd/2 /lib/udev/devices/stderr /bin/ln -snf /proc/kcore /lib/udev/devices/core /bin/mkdir /lib/udev/devices/pts /bin/mkdir /lib/udev/devices/shm