# strip out kernel sublevel and patchlevel so we can check against them
# since we don't support 1.x linux kernels then we don't have to check that
@@ -85,14 +93,7 @@ start_static_udev()
{ (
. /etc/udev/udev.conf
# create some needed stuff - and insist on it
- if [ ! -d $udev_root/fd ]; then
- ln -fs /proc/self/fd $udev_root/fd
- fi
- ln -fs /dev/fd/0 $udev_root/stdin
- ln -fs /dev/fd/1 $udev_root/stdout
- ln -fs /dev/fd/2 $udev_root/stderr
- mkdir -p $udev_root/shm
- mkdir -p $udev_root/pts
+ udev_mknodes
# strip out kernel sublevel and patchlevel so we can check against them
# since we don't support 1.x linux kernels then we don't have to check that
[SM-Commit] GIT changes to master grimoire by Ismael Luceno (9834ede8af2e9e1eb782b4dc28d6b6f366efcd58),
Ismael Luceno, 03/03/2011