summaryrefslogtreecommitdiff
path: root/extras/start_udev
diff options
context:
space:
mode:
Diffstat (limited to 'extras/start_udev')
-rw-r--r--extras/start_udev11
1 files changed, 11 insertions, 0 deletions
diff --git a/extras/start_udev b/extras/start_udev
index caba5270c2..3c39fc9260 100644
--- a/extras/start_udev
+++ b/extras/start_udev
@@ -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