diff options
Diffstat (limited to 'install/pata')
l---------[-rw-r--r--] | install/pata | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/install/pata b/install/pata index bcf3809..ad926c8 100644..120000 --- a/install/pata +++ b/install/pata @@ -1,21 +1 @@ -#!/bin/bash - -build() { - local filter added - - for filter in 'ata/pata_*' 'ata/ata_generic' '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 a pata (ide) root device, using the -new libata subsystem. 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 |