diff options
author | Tobias Powalowski <tobias@LX-Laptop.(none)> | 2011-02-06 09:02:25 +0100 |
---|---|---|
committer | Tobias Powalowski <tobias@LX-Laptop.(none)> | 2011-02-06 09:02:25 +0100 |
commit | 2f5585ad6b2f9aa80362803221f2c6e9e6c3523c (patch) | |
tree | 1a6e96cb4c7cfb295a894fe0cc13675bd10b723c /install | |
parent | 42e8dba5dce4879e4a372c5c2fb5446b4e8bb16c (diff) | |
download | mkinitcpio-2f5585ad6b2f9aa80362803221f2c6e9e6c3523c.tar.gz mkinitcpio-2f5585ad6b2f9aa80362803221f2c6e9e6c3523c.tar.xz |
add DAC960 scsi module to scsi hook again
Diffstat (limited to 'install')
-rw-r--r-- | install/scsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/scsi b/install/scsi index 12eaad0..b831b64 100644 --- a/install/scsi +++ b/install/scsi @@ -3,7 +3,7 @@ install () { MODULES=" $(checked_modules "/scsi/" | grep -ve "imm" -e "pdc_adma" -e "ahci" -e "ata" -e "pcmcia" -e "ide") - $(checked_modules "/block/" | grep -e "cciss" -e "cpqarray") + $(checked_modules "/block/" | grep -e "cciss" -e "cpqarray" -e "DAC960") $(checked_modules "/fusion/")" MODULES=$(echo ${MODULES}) #trim whitespace |