diff options
Diffstat (limited to 'install/scsi')
l---------[-rw-r--r--] | install/scsi | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/install/scsi b/install/scsi index 7c5a771..ad926c8 100644..120000 --- a/install/scsi +++ b/install/scsi @@ -1,21 +1 @@ -#!/bin/bash - -build(){ - local filter added - - add_checked_modules -f '(imm|ata|pcmcia)' '/scsi/' && (( ++added )) - add_checked_modules -f '(cciss|cpqarray|DAC960)' '/block/' && (( ++added )) - add_checked_modules '/fusion/' && (( ++added )) - - (( added )) && add_module 'sd_mod?' -} - -help() { - cat <<HELPEOF -This hook loads the necessary modules for an scsi root device. Detection will -take place at runtime. To minimize the modules in the image, add the autodetect -hook too. -HELPEOF -} - -# vim: set ft=sh ts=4 sw=4 et: +block
\ No newline at end of file |