diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index da89bae31..594e07f9a 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -246,6 +246,8 @@ sub load($;$@) { $conf{'scsi_hostadapter' . ($scsi++ || '')}{alias} = $name if $type eq 'scsi'; + $conf{$name}{options} = join " ", @options if @options; + if ($::testing) { log::l("i try to install $name module"); } else { |