summaryrefslogtreecommitdiffstats
path: root/install/filesystems
blob: bebef3e516d43c3d9db432ad334041115d8420c5 (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=" $(all_modules '/kernel/fs' | grep -v "nls") "
    BINARIES=""
    FILES=""
    SCRIPT="filesystems"
}

help ()
{
cat<<HELPEOF
  This hook is responsible for loading filesystems for the root device.
  Detection will be done at runtime.  If you would like to minimize the
  modules installed in the image, add the autodetect hook too.
HELPEOF
}