# vim: set ft=sh:
install ()
{
MODULES=" $(all_modules "/md/" | grep -v "raid")"
BINARIES=""
FILES=""
SCRIPT="UNKNOWN"
}
help ()
{
cat<<HELPEOF
This hook loads the necessary modules for an device mapper device.
Detection will take place at runtime.
HELPEOF
}