summaryrefslogtreecommitdiffstats
path: root/install/udev
diff options
context:
space:
mode:
Diffstat (limited to 'install/udev')
-rw-r--r--install/udev18
1 files changed, 18 insertions, 0 deletions
diff --git a/install/udev b/install/udev
new file mode 100644
index 0000000..58b2448
--- /dev/null
+++ b/install/udev
@@ -0,0 +1,18 @@
+# vim:set ft=sh:
+
+install ()
+{
+ MODULES=""
+ BINARIES=""
+ FILES=" /etc/udev/rules.d/udev.rules /etc/udev/udev.conf "
+ add_file /lib/initramfs/udevd /bin/udevd
+}
+
+help ()
+{
+cat <<HELPEOF
+ This hook will use udev to create your root device node.
+ It is recommended to use this hook if you are using any
+ non ide/sata block device.
+HELPEOF
+}