summaryrefslogtreecommitdiffstats
path: root/install/udev
blob: 58b244869a0e4f2eb3f5dc5e09803c202d8c5462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}