diff options
Diffstat (limited to 'install/sata')
l---------[-rw-r--r--] | install/sata | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/install/sata b/install/sata index c6a2ade..ad926c8 100644..120000 --- a/install/sata +++ b/install/sata @@ -1,22 +1 @@ -#!/bin/bash - -build() { - local filter added - - for filter in 'scsi/.*ata' 'block/sx8' 'ata/sata_*' \ - 'ata/ahci' 'ata/pdc_adma' 'ata/ata_piix'; do - add_checked_modules "$filter" && (( ++added )) - done - - (( added )) && add_module "sd_mod?" -} - -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, add the autodetect -hook too. -HELPEOF -} - -# vim: set ft=sh ts=4 sw=4 et: +block
\ No newline at end of file |