summaryrefslogtreecommitdiffstats
path: root/install/modload
blob: fd46a2227be5494caec1bfbf12dfb68a22b778bf (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=""
    SCRIPT="modload"
}

help ()
{
cat<<HELPEOF
  This hook manually detects and loads modules.  It is much
  slower than udev and the udev hook should be preferred.
  This remains meerly as another option for a user.
HELPEOF
}