# vim: set ft=sh:

install ()
{
    MODULES=" $(checked_modules '/kernel/fs' | grep -v "nls") $(checked_modules '/kernel/fs/nls/nls_cp437')"
    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
}
