chiark / gitweb /
[PATCH] remove udevd priority TODO item, as it's not needed at all.
[elogind.git] / extras / start_udev
index caba5270c2065bc1e22933337cd506b8c8423a73..5a7bc63515f769ebead6d3ba0bad028820b5f9ca 100644 (file)
@@ -4,11 +4,22 @@
 #
 # script to initialize /dev by using udev.
 #
+# Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
+#
+# Released under the GPL v2 only.
+#
 # This needs to be run at the earliest possible point in the boot 
 # process.
 #
 # Based on the udev init.d script
 #
+# Thanks go out to the Gentoo developers for proving 
+# that this is possible to do.
+#
+# Yes, it's very verbose, feel free to turn off all of the echo calls,
+# they were there to make me feel better that everything was working
+# properly during development...
+#
 
 . /etc/udev/udev.conf
 
@@ -73,11 +84,6 @@ fi
 echo "mounting... ramfs at $udev_root"
 mount -n -t ramfs none $udev_root
 
-# We want to start udevd ourselves if it isn't already running.  This
-# lets udevd run at a sane nice level...
-echo "starting udevd"
-$udevd &
-
 # propogate /udev from /sys
 export ACTION=add
 export UDEV_NO_SLEEP=1