# 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
}