# vim: set ft=sh:
install ()
{
MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls")"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook adds filesystems modules to the image. If you would like to
minimize the modules installed in the image, add the autodetect hook too.
HELPEOF
}