# vim: set ft=sh:
install ()
{
MODULES=" $(all_modules "scsi/.*ata") sx8 ahci pdc_adma sd_mod sr_mod piix"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook loads the necessary modules for an sata root device.
Detection will take place at runtime. To minimize the modules
in the image, use the -auto flavor.
HELPEOF
}