summaryrefslogtreecommitdiffstats
path: root/install/filesystems-auto
blob: bf7976c062e67257cb2c833b214bffedede19617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# vim: set ft=sh:

install ()
{
    MODULES=" $(cat /proc/filesystems | grep -v nodev) "
    BINARIES=""
    FILES=""
    SCRIPT="filesystems"
}

help ()
{
cat<<HELPEOF
  This hook is responsible for loading filesystems for the root device.
  Detection will be done at runtime.
HELPEOF
}