summaryrefslogtreecommitdiffstats
path: root/install/scsi-auto
blob: 45b93ef2caa9e81e983dcfe5edcdb1d2ae5f8c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim: set ft=sh:

install ()
{
    MODULES=" $(auto_modules "/scsi/" | grep -v "ata") 
              $(auto_modules "/block/")
              $(auto_modules "/fusion/")"
    BINARIES=""
    FILES=""
    SCRIPT="scsi"
}

help ()
{
cat<<HELPEOF
  This hook loads the necessary modules for an scsi root device.
  Detection will take place at runtime.
HELPEOF
}